@progress/kendo-theme-default 5.3.2-dev.1 → 5.3.2-dev.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/all.scss CHANGED
@@ -1344,7 +1344,7 @@ $placeholder-bg: rgba(0, 0, 0, .1) !default;
1344
1344
  // Validator
1345
1345
  $invalid-bg: null !default;
1346
1346
  $invalid-text: $error !default;
1347
- $invalid-border: rgba( $error, .5 ) !default;
1347
+ $invalid-border: $error !default;
1348
1348
  $invalid-shadow: null !default;
1349
1349
 
1350
1350
 
@@ -8888,6 +8888,29 @@ $kendo-input-disabled-border: null !default;
8888
8888
  $kendo-input-disabled-gradient: null !default;
8889
8889
  $kendo-input-disabled-shadow: null !default;
8890
8890
 
8891
+ $kendo-input-outline-bg: null !default;
8892
+ $kendo-input-outline-text: null !default;
8893
+ $kendo-input-outline-border: rgba( $kendo-button-text, .5) !default;
8894
+
8895
+ $kendo-input-outline-hover-bg: null !default;
8896
+ $kendo-input-outline-hover-text: null !default;
8897
+ $kendo-input-outline-hover-border: rgba( $kendo-button-text, .8) !default;
8898
+
8899
+ $kendo-input-outline-focus-bg: null !default;
8900
+ $kendo-input-outline-focus-text: null !default;
8901
+ $kendo-input-outline-focus-border: $kendo-input-outline-border !default;
8902
+ $kendo-input-outline-focus-shadow: $kendo-input-focus-shadow !default;
8903
+
8904
+ $kendo-input-flat-bg: transparent !default;
8905
+ $kendo-input-flat-text: $kendo-input-text !default;
8906
+ $kendo-input-flat-border: $kendo-input-border !default;
8907
+
8908
+ $kendo-input-flat-focus-bg: null !default;
8909
+ $kendo-input-flat-focus-text: null !default;
8910
+ $kendo-input-flat-focus-border: null !default;
8911
+
8912
+ $kendo-input-flat-border-radius: $kendo-border-radius $kendo-border-radius 0px 0px !default;
8913
+
8891
8914
  $kendo-picker-bg: $kendo-button-bg !default;
8892
8915
  $kendo-picker-text: $kendo-button-text !default;
8893
8916
  $kendo-picker-border: $kendo-button-border !default;
@@ -8912,6 +8935,40 @@ $kendo-picker-disabled-border: null !default;
8912
8935
  $kendo-picker-disabled-gradient: null !default;
8913
8936
  $kendo-picker-disabled-shadow: null !default;
8914
8937
 
8938
+ $kendo-picker-outline-bg: transparent !default;
8939
+ $kendo-picker-outline-text: null !default;
8940
+ $kendo-picker-outline-border: $kendo-button-text !default;
8941
+
8942
+ $kendo-picker-outline-hover-bg: $kendo-button-text !default;
8943
+ $kendo-picker-outline-hover-text: $body-bg !default;
8944
+ $kendo-picker-outline-hover-border: null !default;
8945
+
8946
+ $kendo-picker-outline-focus-bg: transparent !default;
8947
+ $kendo-picker-outline-focus-text: $kendo-picker-outline-text !default;
8948
+ $kendo-picker-outline-focus-border: $kendo-picker-outline-border !default;
8949
+ $kendo-picker-outline-focus-shadow: $kendo-picker-focus-shadow !default;
8950
+
8951
+ $kendo-picker-outline-hover-focus-bg: $kendo-picker-outline-hover-bg !default;
8952
+ $kendo-picker-outline-hover-focus-text: $kendo-picker-outline-hover-text !default;
8953
+ $kendo-picker-outline-hover-focus-border: $kendo-picker-outline-hover-border !default;
8954
+
8955
+ $kendo-picker-flat-bg: transparent !default;
8956
+ $kendo-picker-flat-text: $kendo-button-text !default;
8957
+ $kendo-picker-flat-border: $kendo-button-border !default;
8958
+
8959
+ $kendo-picker-flat-hover-bg: rgba( $kendo-button-text, .04 ) !default;
8960
+ $kendo-picker-flat-hover-text: null !default;
8961
+ $kendo-picker-flat-hover-border: rgba( $kendo-button-border, .16 ) !default;
8962
+
8963
+ $kendo-picker-flat-focus-bg: null !default;
8964
+ $kendo-picker-flat-focus-text: null !default;
8965
+ $kendo-picker-flat-focus-border: null !default;
8966
+ $kendo-picker-flat-focus-shadow: null !default;
8967
+
8968
+ $kendo-picker-flat-hover-focus-bg: null !default;
8969
+ $kendo-picker-flat-hover-focus-text: null !default;
8970
+ $kendo-picker-flat-hover-focus-border: null !default;
8971
+
8915
8972
  $kendo-input-placeholder-text: $subtle-text !default;
8916
8973
  $kendo-input-placeholder-opacity: 1 !default;
8917
8974
 
@@ -8929,7 +8986,7 @@ $kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
8929
8986
 
8930
8987
  // Input actions
8931
8988
  $kendo-input-button-width: $kendo-button-inner-calc-size !default;
8932
- $kendo-input-button-border-width: 0px !default;
8989
+ $kendo-input-button-border-width: 1px !default;
8933
8990
  $kendo-input-spinner-width: $kendo-button-inner-calc-size !default;
8934
8991
  $kendo-input-spinner-icon-offset: null !default;
8935
8992
 
@@ -9288,19 +9345,25 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9288
9345
  @include border-radius( 0 !important ); // sass-lint:disable-line no-important
9289
9346
  border-width: $kendo-input-border-width 0;
9290
9347
  border-top-color: transparent !important; // sass-lint:disable-line no-important
9291
- background: none !important; // sass-lint:disable-line no-important
9348
+ background-image: none !important; // sass-lint:disable-line no-important
9292
9349
 
9293
- .k-input-inner {
9294
- padding-left: 0 !important; // sass-lint:disable-line no-important
9295
- padding-right: 0 !important; // sass-lint:disable-line no-important
9350
+ &:focus,
9351
+ &.k-focus {
9352
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
9353
+ }
9354
+ &:focus-within {
9355
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
9296
9356
  }
9297
9357
  }
9298
9358
 
9299
- .k-input-outline,
9300
- .k-picker-outline {
9359
+ .k-input-outline {
9301
9360
  background: none !important; // sass-lint:disable-line no-important
9302
9361
  }
9303
9362
 
9363
+ .k-picker.k-picker-flat {
9364
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
9365
+ }
9366
+
9304
9367
 
9305
9368
  // Sizing
9306
9369
  @each $size, $size-props in $kendo-input-sizes {
@@ -9549,6 +9612,218 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9549
9612
  }
9550
9613
  }
9551
9614
 
9615
+ // Outline
9616
+ .k-input-outline {
9617
+ @include fill (
9618
+ $kendo-input-outline-text,
9619
+ $kendo-input-outline-bg,
9620
+ $kendo-input-outline-border
9621
+ );
9622
+
9623
+ & > .k-input-button {
9624
+ border-color: inherit;
9625
+ }
9626
+
9627
+ & > .k-input-spinner {
9628
+ border-color: inherit;
9629
+
9630
+ & > .k-spinner-increase,
9631
+ & > .k-spinner-decrease {
9632
+ border-color: inherit;
9633
+ }
9634
+ }
9635
+
9636
+ &:hover,
9637
+ &.k-hover {
9638
+ @include fill (
9639
+ $kendo-input-outline-hover-text,
9640
+ $kendo-input-outline-hover-bg,
9641
+ $kendo-input-outline-hover-border
9642
+ );
9643
+ }
9644
+
9645
+ &:focus,
9646
+ &.k-focus {
9647
+ @include fill (
9648
+ $kendo-input-outline-focus-text,
9649
+ $kendo-input-outline-focus-bg,
9650
+ $kendo-input-outline-focus-border
9651
+ );
9652
+ @include box-shadow ( $kendo-input-outline-focus-shadow );
9653
+ }
9654
+
9655
+ // Invalid
9656
+ &.k-invalid,
9657
+ &.ng-invalid.ng-touched,
9658
+ &.ng-invalid.ng-dirty {
9659
+ @include fill( $border: $invalid-border );
9660
+
9661
+ .k-input-validation-icon {
9662
+ color: $invalid-text;
9663
+ }
9664
+
9665
+ &:focus,
9666
+ &.k-focus {
9667
+ @include box-shadow($invalid-shadow);
9668
+ }
9669
+ &:focus-within {
9670
+ @include box-shadow($invalid-shadow);
9671
+ }
9672
+ }
9673
+
9674
+ }
9675
+
9676
+ .k-picker-outline {
9677
+ @include fill (
9678
+ $kendo-picker-outline-text,
9679
+ $kendo-picker-outline-bg,
9680
+ $kendo-picker-outline-border
9681
+ );
9682
+
9683
+ &:hover,
9684
+ &.k-hover {
9685
+ @include fill (
9686
+ $kendo-picker-outline-hover-text,
9687
+ $kendo-picker-outline-hover-bg,
9688
+ $kendo-picker-outline-hover-border
9689
+ );
9690
+ }
9691
+
9692
+ &:focus,
9693
+ &.k-focus {
9694
+ @include fill (
9695
+ $kendo-picker-outline-focus-text,
9696
+ $kendo-picker-outline-focus-bg,
9697
+ $kendo-picker-outline-focus-border
9698
+ );
9699
+ @include box-shadow ( $kendo-picker-outline-focus-shadow );
9700
+ }
9701
+
9702
+ &:focus:hover,
9703
+ &:focus.k-hover,
9704
+ &.k-focus:hover,
9705
+ &.k-focus.k-hover {
9706
+ @include fill (
9707
+ $kendo-picker-outline-hover-focus-text,
9708
+ $kendo-picker-outline-hover-focus-bg,
9709
+ $kendo-picker-outline-hover-focus-border
9710
+ );
9711
+ }
9712
+
9713
+ // Invalid
9714
+ &.k-invalid,
9715
+ &.ng-invalid.ng-touched,
9716
+ &.ng-invalid.ng-dirty {
9717
+ @include fill( $border: $invalid-border );
9718
+
9719
+ .k-input-validation-icon {
9720
+ color: $invalid-text;
9721
+ }
9722
+
9723
+ &:focus,
9724
+ &.k-focus {
9725
+ @include box-shadow($invalid-shadow);
9726
+ }
9727
+ &:focus-within {
9728
+ @include box-shadow($invalid-shadow);
9729
+ }
9730
+ }
9731
+ }
9732
+
9733
+ // Flat
9734
+ .k-input-flat {
9735
+ @include fill (
9736
+ $kendo-input-flat-text,
9737
+ $kendo-input-flat-bg,
9738
+ $kendo-input-flat-border
9739
+ );
9740
+
9741
+ &:focus,
9742
+ &.k-focus {
9743
+ @include fill (
9744
+ $kendo-input-flat-focus-text,
9745
+ $kendo-input-flat-focus-bg,
9746
+ $kendo-input-flat-focus-border
9747
+ );
9748
+ }
9749
+
9750
+ // Invalid
9751
+ &.k-invalid,
9752
+ &.ng-invalid.ng-touched,
9753
+ &.ng-invalid.ng-dirty {
9754
+ @include fill( $border: $kendo-input-invalid-border );
9755
+
9756
+ .k-input-validation-icon {
9757
+ color: $invalid-text;
9758
+ }
9759
+
9760
+ &:focus,
9761
+ &.k-focus {
9762
+ @include box-shadow( $kendo-input-invalid-shadow );
9763
+ }
9764
+ &:focus-within {
9765
+ @include box-shadow( $kendo-input-invalid-shadow );
9766
+ }
9767
+ }
9768
+ }
9769
+
9770
+ .k-picker-flat {
9771
+ @include fill (
9772
+ $kendo-picker-flat-text,
9773
+ $kendo-picker-flat-bg,
9774
+ $kendo-picker-flat-border
9775
+ );
9776
+
9777
+ &:hover,
9778
+ &.k-hover {
9779
+ @include fill (
9780
+ $kendo-picker-flat-hover-text,
9781
+ $kendo-picker-flat-hover-bg,
9782
+ $kendo-picker-flat-hover-border
9783
+ );
9784
+ }
9785
+
9786
+ &:focus,
9787
+ &.k-focus {
9788
+ @include fill (
9789
+ $kendo-picker-flat-focus-text,
9790
+ $kendo-picker-flat-focus-bg,
9791
+ $kendo-picker-flat-focus-border
9792
+ );
9793
+ @include box-shadow( $kendo-picker-flat-focus-shadow );
9794
+ }
9795
+
9796
+ &:focus:hover,
9797
+ &:focus.k-hover,
9798
+ &.k-focus:hover,
9799
+ &.k-focus.k-hover {
9800
+ @include fill (
9801
+ $kendo-picker-flat-hover-focus-text,
9802
+ $kendo-picker-flat-hover-focus-bg,
9803
+ $kendo-picker-flat-hover-focus-border
9804
+ );
9805
+ }
9806
+
9807
+ // Invalid
9808
+ &.k-invalid,
9809
+ &.ng-invalid.ng-touched,
9810
+ &.ng-invalid.ng-dirty {
9811
+ @include fill( $border: $kendo-input-invalid-border );
9812
+
9813
+ .k-input-validation-icon {
9814
+ color: $invalid-text;
9815
+ }
9816
+
9817
+ &:focus,
9818
+ &.k-focus {
9819
+ @include box-shadow( $kendo-input-invalid-shadow );
9820
+ }
9821
+ &:focus-within {
9822
+ @include box-shadow( $kendo-input-invalid-shadow );
9823
+ }
9824
+ }
9825
+ }
9826
+
9552
9827
  }
9553
9828
 
9554
9829
  // #endregion
@@ -9708,6 +9983,7 @@ $floating-label-focus-text: null !default;
9708
9983
  );
9709
9984
  }
9710
9985
 
9986
+ &.k-focus > .k-label,
9711
9987
  &.k-state-focused > .k-label {
9712
9988
  @include fill(
9713
9989
  $color: $floating-label-focus-text,
@@ -10964,7 +11240,7 @@ $kendo-chip-sizes: (
10964
11240
 
10965
11241
  /// The base background of the chip.
10966
11242
  /// @group chip
10967
- $kendo-chip-base-bg: $kendo-button-text !default;
11243
+ $kendo-chip-base-bg: $base-text !default;
10968
11244
 
10969
11245
  /// Theme colors map for the chip.
10970
11246
  /// @group chip
@@ -12728,9 +13004,9 @@ $tooltip-error-border: $tooltip-error-bg !default;
12728
13004
  }
12729
13005
  }
12730
13006
 
12731
- .k-item {
12732
- &:focus,
12733
- &.k-focus {
13007
+ .k-item:focus,
13008
+ .k-item.k-focus {
13009
+ > .k-link {
12734
13010
  @include box-shadow( $kendo-menu-popup-item-focus-shadow );
12735
13011
  }
12736
13012
  }
@@ -16578,9 +16854,11 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16578
16854
  color: $calendar-today-nav-text;
16579
16855
 
16580
16856
  &:hover,
16857
+ &.k-hover,
16581
16858
  &.k-state-hover,
16582
16859
  &:focus,
16583
- &.k-state-focus {
16860
+ &.k-state-focus,
16861
+ &.k-focus {
16584
16862
  color: $calendar-today-nav-hover-text;
16585
16863
  }
16586
16864
  }
@@ -16601,7 +16879,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16601
16879
  .k-link {
16602
16880
  box-shadow: inset 0 0 0 1px $calendar-today-color;
16603
16881
  }
16604
- &.k-state-focused .k-link {
16882
+ &.k-state-focused .k-link,
16883
+ &.k-focus .k-link {
16605
16884
  box-shadow: inset 0 0 0 1px $calendar-today-color, $calendar-cell-focused-shadow;
16606
16885
  }
16607
16886
  } @else if $calendar-today-style == color {
@@ -16636,7 +16915,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16636
16915
 
16637
16916
  // Interactive states
16638
16917
  .k-calendar-td:hover .k-link,
16639
- .k-calendar-td.k-state-hover .k-link {
16918
+ .k-calendar-td.k-state-hover .k-link,
16919
+ .k-calendar-td.k-hover .k-link {
16640
16920
  @include fill(
16641
16921
  $calendar-cell-hover-text,
16642
16922
  $calendar-cell-hover-bg,
@@ -16644,7 +16924,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16644
16924
  $calendar-cell-hover-gradient
16645
16925
  );
16646
16926
  }
16647
- .k-calendar-td.k-state-selected .k-link {
16927
+ .k-calendar-td.k-state-selected .k-link,
16928
+ .k-calendar-td.k-selected .k-link {
16648
16929
  @include fill(
16649
16930
  $calendar-cell-selected-text,
16650
16931
  $calendar-cell-selected-bg,
@@ -16653,7 +16934,9 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16653
16934
  );
16654
16935
  }
16655
16936
  .k-calendar-td.k-state-selected:hover .k-link,
16656
- .k-calendar-td.k-state-selected.k-state-hover .k-link {
16937
+ .k-calendar-td.k-state-selected.k-state-hover .k-link,
16938
+ .k-calendar-td.k-selected:hover .k-link,
16939
+ .k-calendar-td.k-selected.k-hover .k-link {
16657
16940
  @include fill(
16658
16941
  $calendar-cell-selected-hover-text,
16659
16942
  $calendar-cell-selected-hover-bg,
@@ -16662,11 +16945,14 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16662
16945
  );
16663
16946
  }
16664
16947
  .k-calendar-td.k-state-focused .k-link,
16665
- .k-calendar-td.k-state-focus .k-link {
16948
+ .k-calendar-td.k-state-focus .k-link,
16949
+ .k-calendar-td.k-focus .k-link {
16666
16950
  box-shadow: $calendar-cell-focused-shadow;
16667
16951
  }
16668
16952
  .k-calendar-td.k-state-selected.k-state-focused .k-link,
16669
- .k-calendar-td.k-state-selected.k-state-focus .k-link {
16953
+ .k-calendar-td.k-state-selected.k-state-focus .k-link,
16954
+ .k-calendar-td.k-selected:focus .k-link,
16955
+ .k-calendar-td.k-selected.k-focus .k-link {
16670
16956
  box-shadow: $calendar-cell-selected-focus-shadow;
16671
16957
  }
16672
16958
 
@@ -16680,7 +16966,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16680
16966
  box-shadow: inset -1px 0 $calendar-navigation-border;
16681
16967
 
16682
16968
  li:hover,
16683
- li.k-state-hover {
16969
+ li.k-state-hover,
16970
+ li.k-hover {
16684
16971
  color: $calendar-today-nav-hover-text;
16685
16972
  }
16686
16973
  }
@@ -16763,7 +17050,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16763
17050
  }
16764
17051
 
16765
17052
  .k-range-start.k-state-active,
16766
- .k-range-end.k-state-active {
17053
+ .k-range-end.k-state-active,
17054
+ .k-range-end.k-active {
16767
17055
  .k-link {
16768
17056
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .2);
16769
17057
  }
@@ -18677,10 +18965,15 @@ $kendo-treeview-font-family: $font-family !default;
18677
18965
  /// Font size of the treeview component.
18678
18966
  /// @group treeview
18679
18967
  $kendo-treeview-font-size: $font-size-md !default;
18968
+ $kendo-treeview-font-size-sm: $font-size-md !default;
18969
+ $kendo-treeview-font-size-md: $font-size-md !default;
18970
+ $kendo-treeview-font-size-lg: $font-size-md !default;
18680
18971
  /// Line height of the treeview component.
18681
18972
  /// @group treeview
18682
18973
  $kendo-treeview-line-height: $line-height-md !default;
18683
-
18974
+ $kendo-treeview-line-height-sm: $line-height-md !default;
18975
+ $kendo-treeview-line-height-md: $line-height-md !default;
18976
+ $kendo-treeview-line-height-lg: $line-height-md !default;
18684
18977
  /// Indentation of child groups in treeview component.
18685
18978
  /// @group treeview
18686
18979
  $kendo-treeview-indent: 16px !default;
@@ -18688,9 +18981,15 @@ $kendo-treeview-indent: 16px !default;
18688
18981
  /// Horizontal padding of treeview items.
18689
18982
  /// @group treeview
18690
18983
  $kendo-treeview-item-padding-x: map-get( $spacing, 2 ) !default;
18984
+ $kendo-treeview-item-padding-x-sm: map-get( $spacing, 2 ) !default;
18985
+ $kendo-treeview-item-padding-x-md: map-get( $spacing, 2 ) !default;
18986
+ $kendo-treeview-item-padding-x-lg: map-get( $spacing, 2 ) !default;
18691
18987
  /// Vertical padding of treeview items.
18692
18988
  /// @group treeview
18693
18989
  $kendo-treeview-item-padding-y: map-get( $spacing, 1 ) !default;
18990
+ $kendo-treeview-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
18991
+ $kendo-treeview-item-padding-y-md: map-get( $spacing, 1 ) !default;
18992
+ $kendo-treeview-item-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
18694
18993
  /// Border width of treeview items.
18695
18994
  /// @group treeview
18696
18995
  $kendo-treeview-item-border-width: 0px !default;
@@ -18703,22 +19002,22 @@ $kendo-treeview-item-border-radius: $kendo-border-radius-md !default;
18703
19002
  /// @group treeview
18704
19003
  $kendo-treeview-sizes: (
18705
19004
  sm: (
18706
- font-size: $font-size-md,
18707
- line-height: $line-height-md,
18708
- item-padding-x: map-get( $spacing, 2 ),
18709
- item-padding-y: map-get( $spacing, 1 ) - map-get( $spacing, thin )
19005
+ font-size: $kendo-treeview-font-size-sm,
19006
+ line-height: $kendo-treeview-line-height-sm,
19007
+ item-padding-x: $kendo-treeview-item-padding-x-sm,
19008
+ item-padding-y: $kendo-treeview-item-padding-y-sm
18710
19009
  ),
18711
19010
  md: (
18712
- font-size: $font-size-md,
18713
- line-height: $line-height-md,
18714
- item-padding-x: map-get( $spacing, 2 ),
18715
- item-padding-y: map-get( $spacing, 1 )
19011
+ font-size: $kendo-treeview-font-size-md,
19012
+ line-height: $kendo-treeview-line-height-md,
19013
+ item-padding-x: $kendo-treeview-item-padding-x-md,
19014
+ item-padding-y: $kendo-treeview-item-padding-y-md
18716
19015
  ),
18717
19016
  lg: (
18718
- font-size: $font-size-md,
18719
- line-height: $line-height-md,
18720
- item-padding-x: map-get( $spacing, 2 ),
18721
- item-padding-y: map-get( $spacing, 1 ) + map-get( $spacing, thin )
19017
+ font-size: $kendo-treeview-font-size-lg,
19018
+ line-height: $kendo-treeview-line-height-lg,
19019
+ item-padding-x: $kendo-treeview-item-padding-x-lg,
19020
+ item-padding-y: $kendo-treeview-item-padding-y-lg
18722
19021
  )
18723
19022
  ) !default;
18724
19023
 
@@ -23106,6 +23405,7 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23106
23405
  @include box-shadow( $card-shadow );
23107
23406
 
23108
23407
  &:focus,
23408
+ &.k-focus,
23109
23409
  &.k-state-focus {
23110
23410
  @include fill(
23111
23411
  $card-focus-text,
@@ -23114,6 +23414,11 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23114
23414
  );
23115
23415
  @include box-shadow( $card-focus-shadow );
23116
23416
  }
23417
+
23418
+ &.k-selected,
23419
+ &.k-state-selected {
23420
+ @include box-shadow( $card-focus-shadow );
23421
+ }
23117
23422
  }
23118
23423
 
23119
23424
 
@@ -23164,7 +23469,10 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23164
23469
 
23165
23470
  .k-card-wrap {
23166
23471
  &.k-state-focused,
23167
- &.k-state-selected {
23472
+ &.k-focus,
23473
+ &:focus,
23474
+ &.k-state-selected,
23475
+ &.k-selected {
23168
23476
  > .k-card {
23169
23477
  @include box-shadow( $card-focus-shadow );
23170
23478
  }
@@ -23186,6 +23494,7 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23186
23494
  .k-card-callout.k-callout-w { @include box-shadow( $card-callout-box-shadow-w ); }
23187
23495
 
23188
23496
  .k-card:focus .k-card-callout,
23497
+ .k-card.k-focus .k-card-callout,
23189
23498
  .k-card.k-state-focus .k-card-callout {
23190
23499
  @include fill(
23191
23500
  $bg: $card-focus-bg,
@@ -26100,6 +26409,8 @@ $panelbar-font-family: $font-family !default;
26100
26409
  $panelbar-font-size: $font-size !default;
26101
26410
  $panelbar-line-height: $line-height !default;
26102
26411
  $panelbar-border-width: 1px !default;
26412
+ $panelbar-item-border-width: 1px !default;
26413
+ $panelbar-item-border-style: solid !default;
26103
26414
 
26104
26415
  $panelbar-header-padding-x: map-get( $spacing, 4 ) !default;
26105
26416
  $panelbar-header-padding-y: map-get( $spacing, 3 ) !default;
@@ -26227,7 +26538,7 @@ $panelbar-header-expanded-gradient: null !default;
26227
26538
  > .k-panelbar-header {
26228
26539
  // TODO
26229
26540
  border-width: 0;
26230
- border-style: solid;
26541
+ border-style: $panelbar-item-border-style;
26231
26542
  border-color: inherit;
26232
26543
  display: block;
26233
26544
 
@@ -26250,7 +26561,7 @@ $panelbar-header-expanded-gradient: null !default;
26250
26561
  }
26251
26562
  > .k-item + .k-item,
26252
26563
  > .k-panelbar-header + .k-panelbar-header {
26253
- border-top-width: 1px;
26564
+ border-top-width: $panelbar-item-border-width;
26254
26565
  }
26255
26566
 
26256
26567
 
@@ -26983,6 +27294,7 @@ $tilelayout-hint-border: $component-border !default;
26983
27294
  }
26984
27295
 
26985
27296
  .k-tilelayout-item:focus,
27297
+ .k-tilelayout-item.k-focus,
26986
27298
  .k-tilelayout-item.k-state-focus,
26987
27299
  .k-tilelayout-item.k-state-focused {
26988
27300
  @include box-shadow($tilelayout-card-focus-shadow);
@@ -28982,6 +29294,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
28982
29294
  kendo-numeric-filter-menu,
28983
29295
  kendo-grid-string-filter-menu,
28984
29296
  kendo-grid-date-filter-menu,
29297
+ kendo-grid-numeric-filter-menu,
28985
29298
  kendo-grid-filter-menu-input-wrapper {
28986
29299
  display: flex;
28987
29300
  flex-flow: column nowrap;
@@ -33424,8 +33737,10 @@ $taskboard-drag-placeholder-border: $component-border !default;
33424
33737
  overflow-wrap: anywhere;
33425
33738
 
33426
33739
  &:focus,
33740
+ &.k-focus,
33427
33741
  &.k-state-focus,
33428
33742
  &:hover,
33743
+ &.k-hover,
33429
33744
  &.k-state-hover {
33430
33745
  text-decoration: underline;
33431
33746
  }
@@ -33553,32 +33868,38 @@ $taskboard-drag-placeholder-border: $component-border !default;
33553
33868
  @include fill( $color: $taskboard-card-header-text );
33554
33869
 
33555
33870
  &:focus,
33871
+ &.k-focus,
33556
33872
  &.k-state-focus {
33557
33873
  @include fill( $color: $taskboard-card-header-focus-text );
33558
33874
  }
33559
33875
 
33560
33876
  &:hover,
33877
+ &.k-hover,
33561
33878
  &.k-state-hover {
33562
33879
  @include fill( $color: $taskboard-card-header-hover-text );
33563
33880
  }
33564
33881
  }
33565
33882
 
33566
33883
  &:focus,
33884
+ &.k-focus,
33567
33885
  &.k-state-focus {
33568
33886
  @include fill( $border: $taskboard-card-focus-border );
33569
33887
  @include box-shadow( $taskboard-card-focus-shadow );
33570
33888
  }
33571
33889
 
33572
33890
  &:hover,
33891
+ &.k-hover,
33573
33892
  &.k-state-hover {
33574
33893
  @include fill( $border: $taskboard-card-hover-border );
33575
33894
  }
33576
33895
 
33896
+ &.k-selected,
33577
33897
  &.k-state-selected {
33578
33898
  @include fill( $border: $taskboard-card-selected-border );
33579
33899
  @include box-shadow( $taskboard-card-selected-shadow );
33580
33900
  }
33581
33901
 
33902
+ &.k-disabled,
33582
33903
  &.k-state-disabled {
33583
33904
  @include disabled( $disabled-styling );
33584
33905
  }
@@ -34891,6 +35212,7 @@ $gantt-action-on-offset-text: #000000 !default;
34891
35212
  $gantt-offset-resize-handler-top: 50% !default;
34892
35213
 
34893
35214
  $gantt-validation-tooltip-width: 200px !default;
35215
+ $gantt-validation-tooltip-label-width: 50px !default;
34894
35216
  $gantt-validation-tooltip-border: #656565 !default;
34895
35217
  $gantt-validation-tooltip-valid-border: $success !default;
34896
35218
  $gantt-validation-tooltip-invalid-border: $error !default;
@@ -35630,13 +35952,17 @@ $gantt-validation-tooltip-invalid-border: $error !default;
35630
35952
  }
35631
35953
  .k-gantt-tooltip-validation-label {
35632
35954
  display: inline-flex;
35633
- white-space: nowrap;
35634
- overflow: hidden;
35635
- text-overflow: ellipsis;
35955
+ min-width: $gantt-validation-tooltip-label-width;
35636
35956
  }
35637
35957
  .k-gantt-tooltip-validation-value {
35638
35958
  font-weight: $font-weight-bold;
35639
35959
  }
35960
+ .k-gantt-tooltip-validation-label,
35961
+ .k-gantt-tooltip-validation-value {
35962
+ white-space: nowrap;
35963
+ overflow: hidden;
35964
+ text-overflow: ellipsis;
35965
+ }
35640
35966
  }
35641
35967
 
35642
35968
  @include exports("gantt/export") {
@@ -41082,6 +41408,7 @@ $orgchart-line-v-height: 25px !default;
41082
41408
  }
41083
41409
 
41084
41410
  &:focus,
41411
+ &.k-focus,
41085
41412
  &.k-state-focus {
41086
41413
  @include box-shadow( $orgchart-card-focus-shadow );
41087
41414
  }
@@ -41096,6 +41423,7 @@ $orgchart-line-v-height: 25px !default;
41096
41423
  );
41097
41424
  }
41098
41425
  .k-orgchart-node-group-container:focus,
41426
+ .k-orgchart-node-group-container.k-focus,
41099
41427
  .k-orgchart-node-group-container.k-state-focus,
41100
41428
  .k-orgchart-node-group-container.k-state-focused {
41101
41429
  @include box-shadow( $orgchart-node-group-focus-shadow );