@progress/kendo-theme-classic 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
@@ -1305,7 +1305,7 @@ $placeholder-bg: rgba(0, 0, 0, .1) !default;
1305
1305
  // Validator
1306
1306
  $invalid-bg: null !default;
1307
1307
  $invalid-text: $error !default;
1308
- $invalid-border: rgba( $error, .5 ) !default;
1308
+ $invalid-border: $error !default;
1309
1309
  $invalid-shadow: null !default;
1310
1310
 
1311
1311
 
@@ -9017,6 +9017,29 @@ $kendo-input-disabled-border: null !default;
9017
9017
  $kendo-input-disabled-gradient: null !default;
9018
9018
  $kendo-input-disabled-shadow: null !default;
9019
9019
 
9020
+ $kendo-input-outline-bg: null !default;
9021
+ $kendo-input-outline-text: null !default;
9022
+ $kendo-input-outline-border: rgba( $kendo-button-text, .5) !default;
9023
+
9024
+ $kendo-input-outline-hover-bg: null !default;
9025
+ $kendo-input-outline-hover-text: null !default;
9026
+ $kendo-input-outline-hover-border: rgba( $kendo-button-text, .8) !default;
9027
+
9028
+ $kendo-input-outline-focus-bg: null !default;
9029
+ $kendo-input-outline-focus-text: null !default;
9030
+ $kendo-input-outline-focus-border: null !default;
9031
+ $kendo-input-outline-focus-shadow: null !default;
9032
+
9033
+ $kendo-input-flat-bg: transparent !default;
9034
+ $kendo-input-flat-text: $kendo-input-text !default;
9035
+ $kendo-input-flat-border: $kendo-input-border !default;
9036
+
9037
+ $kendo-input-flat-focus-bg: null !default;
9038
+ $kendo-input-flat-focus-text: null !default;
9039
+ $kendo-input-flat-focus-border: null !default;
9040
+
9041
+ $kendo-input-flat-border-radius: $kendo-border-radius $kendo-border-radius 0px 0px !default;
9042
+
9020
9043
  $kendo-picker-bg: $kendo-button-bg !default;
9021
9044
  $kendo-picker-text: $kendo-button-text !default;
9022
9045
  $kendo-picker-border: $kendo-button-border !default;
@@ -9041,6 +9064,40 @@ $kendo-picker-disabled-border: null !default;
9041
9064
  $kendo-picker-disabled-gradient: null !default;
9042
9065
  $kendo-picker-disabled-shadow: null !default;
9043
9066
 
9067
+ $kendo-picker-outline-bg: transparent !default;
9068
+ $kendo-picker-outline-text: null !default;
9069
+ $kendo-picker-outline-border: $kendo-button-text !default;
9070
+
9071
+ $kendo-picker-outline-hover-bg: $kendo-button-text !default;
9072
+ $kendo-picker-outline-hover-text: $body-bg !default;
9073
+ $kendo-picker-outline-hover-border: null !default;
9074
+
9075
+ $kendo-picker-outline-focus-bg: transparent !default;
9076
+ $kendo-picker-outline-focus-text: $kendo-picker-outline-text !default;
9077
+ $kendo-picker-outline-focus-border: $kendo-picker-outline-border !default;
9078
+ $kendo-picker-outline-focus-shadow: $kendo-picker-focus-shadow !default;
9079
+
9080
+ $kendo-picker-outline-hover-focus-bg: $kendo-picker-outline-hover-bg !default;
9081
+ $kendo-picker-outline-hover-focus-text: $kendo-picker-outline-hover-text !default;
9082
+ $kendo-picker-outline-hover-focus-border: $kendo-picker-outline-hover-border !default;
9083
+
9084
+ $kendo-picker-flat-bg: transparent !default;
9085
+ $kendo-picker-flat-text: $kendo-button-text !default;
9086
+ $kendo-picker-flat-border: $kendo-button-border !default;
9087
+
9088
+ $kendo-picker-flat-hover-bg: rgba( $kendo-button-text, .04 ) !default;
9089
+ $kendo-picker-flat-hover-text: null !default;
9090
+ $kendo-picker-flat-hover-border: rgba( $kendo-button-border, .16 ) !default;
9091
+
9092
+ $kendo-picker-flat-focus-bg: null !default;
9093
+ $kendo-picker-flat-focus-text: null !default;
9094
+ $kendo-picker-flat-focus-border: null !default;
9095
+ $kendo-picker-flat-focus-shadow: null !default;
9096
+
9097
+ $kendo-picker-flat-hover-focus-bg: null !default;
9098
+ $kendo-picker-flat-hover-focus-text: null !default;
9099
+ $kendo-picker-flat-hover-focus-border: null !default;
9100
+
9044
9101
  $kendo-input-placeholder-text: $subtle-text !default;
9045
9102
  $kendo-input-placeholder-opacity: 1 !default;
9046
9103
 
@@ -9058,7 +9115,7 @@ $kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
9058
9115
 
9059
9116
  // Input actions
9060
9117
  $kendo-input-button-width: null !default;
9061
- $kendo-input-button-border-width: 0px !default;
9118
+ $kendo-input-button-border-width: 1px !default;
9062
9119
  $kendo-input-spinner-width: null !default;
9063
9120
  $kendo-input-spinner-icon-offset: null !default;
9064
9121
 
@@ -9418,19 +9475,25 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9418
9475
  @include border-radius( 0 !important ); // sass-lint:disable-line no-important
9419
9476
  border-width: $kendo-input-border-width 0;
9420
9477
  border-top-color: transparent !important; // sass-lint:disable-line no-important
9421
- background: none !important; // sass-lint:disable-line no-important
9478
+ background-image: none !important; // sass-lint:disable-line no-important
9422
9479
 
9423
- .k-input-inner {
9424
- padding-left: 0 !important; // sass-lint:disable-line no-important
9425
- padding-right: 0 !important; // sass-lint:disable-line no-important
9480
+ &:focus,
9481
+ &.k-focus {
9482
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
9483
+ }
9484
+ &:focus-within {
9485
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
9426
9486
  }
9427
9487
  }
9428
9488
 
9429
- .k-input-outline,
9430
- .k-picker-outline {
9489
+ .k-input-outline {
9431
9490
  background: none !important; // sass-lint:disable-line no-important
9432
9491
  }
9433
9492
 
9493
+ .k-picker.k-picker-flat {
9494
+ @include border-radius( $kendo-input-flat-border-radius !important ); // sass-lint:disable-line no-important
9495
+ }
9496
+
9434
9497
 
9435
9498
  // Sizing
9436
9499
  @each $size, $size-props in $kendo-input-sizes {
@@ -9682,6 +9745,218 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9682
9745
  }
9683
9746
  }
9684
9747
 
9748
+ // Outline
9749
+ .k-input-outline {
9750
+ @include fill (
9751
+ $kendo-input-outline-text,
9752
+ $kendo-input-outline-bg,
9753
+ $kendo-input-outline-border
9754
+ );
9755
+
9756
+ & > .k-input-button {
9757
+ border-color: inherit;
9758
+ }
9759
+
9760
+ & > .k-input-spinner {
9761
+ border-color: inherit;
9762
+
9763
+ & > .k-spinner-increase,
9764
+ & > .k-spinner-decrease {
9765
+ border-color: inherit;
9766
+ }
9767
+ }
9768
+
9769
+ &:hover,
9770
+ &.k-hover {
9771
+ @include fill (
9772
+ $kendo-input-outline-hover-text,
9773
+ $kendo-input-outline-hover-bg,
9774
+ $kendo-input-outline-hover-border
9775
+ );
9776
+ }
9777
+
9778
+ &:focus,
9779
+ &.k-focus {
9780
+ @include fill (
9781
+ $kendo-input-outline-focus-text,
9782
+ $kendo-input-outline-focus-bg,
9783
+ $kendo-input-outline-focus-border
9784
+ );
9785
+ @include box-shadow ( $kendo-input-outline-focus-shadow );
9786
+ }
9787
+
9788
+ // Invalid
9789
+ &.k-invalid,
9790
+ &.ng-invalid.ng-touched,
9791
+ &.ng-invalid.ng-dirty {
9792
+ @include fill( $border: $invalid-border );
9793
+
9794
+ .k-input-validation-icon {
9795
+ color: $invalid-text;
9796
+ }
9797
+
9798
+ &:focus,
9799
+ &.k-focus {
9800
+ @include box-shadow($invalid-shadow);
9801
+ }
9802
+ &:focus-within {
9803
+ @include box-shadow($invalid-shadow);
9804
+ }
9805
+ }
9806
+
9807
+ }
9808
+
9809
+ .k-picker-outline {
9810
+ @include fill (
9811
+ $kendo-picker-outline-text,
9812
+ $kendo-picker-outline-bg,
9813
+ $kendo-picker-outline-border
9814
+ );
9815
+
9816
+ &:hover,
9817
+ &.k-hover {
9818
+ @include fill (
9819
+ $kendo-picker-outline-hover-text,
9820
+ $kendo-picker-outline-hover-bg,
9821
+ $kendo-picker-outline-hover-border
9822
+ );
9823
+ }
9824
+
9825
+ &:focus,
9826
+ &.k-focus {
9827
+ @include fill (
9828
+ $kendo-picker-outline-focus-text,
9829
+ $kendo-picker-outline-focus-bg,
9830
+ $kendo-picker-outline-focus-border
9831
+ );
9832
+ @include box-shadow ( $kendo-picker-outline-focus-shadow );
9833
+ }
9834
+
9835
+ &:focus:hover,
9836
+ &:focus.k-hover,
9837
+ &.k-focus:hover,
9838
+ &.k-focus.k-hover {
9839
+ @include fill (
9840
+ $kendo-picker-outline-hover-focus-text,
9841
+ $kendo-picker-outline-hover-focus-bg,
9842
+ $kendo-picker-outline-hover-focus-border
9843
+ );
9844
+ }
9845
+
9846
+ // Invalid
9847
+ &.k-invalid,
9848
+ &.ng-invalid.ng-touched,
9849
+ &.ng-invalid.ng-dirty {
9850
+ @include fill( $border: $invalid-border );
9851
+
9852
+ .k-input-validation-icon {
9853
+ color: $invalid-text;
9854
+ }
9855
+
9856
+ &:focus,
9857
+ &.k-focus {
9858
+ @include box-shadow($invalid-shadow);
9859
+ }
9860
+ &:focus-within {
9861
+ @include box-shadow($invalid-shadow);
9862
+ }
9863
+ }
9864
+ }
9865
+
9866
+ // Flat
9867
+ .k-input-flat {
9868
+ @include fill (
9869
+ $kendo-input-flat-text,
9870
+ $kendo-input-flat-bg,
9871
+ $kendo-input-flat-border
9872
+ );
9873
+
9874
+ &:focus,
9875
+ &.k-focus {
9876
+ @include fill (
9877
+ $kendo-input-flat-focus-text,
9878
+ $kendo-input-flat-focus-bg,
9879
+ $kendo-input-flat-focus-border
9880
+ );
9881
+ }
9882
+
9883
+ // Invalid
9884
+ &.k-invalid,
9885
+ &.ng-invalid.ng-touched,
9886
+ &.ng-invalid.ng-dirty {
9887
+ @include fill( $border: $kendo-input-invalid-border );
9888
+
9889
+ .k-input-validation-icon {
9890
+ color: $invalid-text;
9891
+ }
9892
+
9893
+ &:focus,
9894
+ &.k-focus {
9895
+ @include box-shadow( $kendo-input-invalid-shadow );
9896
+ }
9897
+ &:focus-within {
9898
+ @include box-shadow( $kendo-input-invalid-shadow );
9899
+ }
9900
+ }
9901
+ }
9902
+
9903
+ .k-picker-flat {
9904
+ @include fill (
9905
+ $kendo-picker-flat-text,
9906
+ $kendo-picker-flat-bg,
9907
+ $kendo-picker-flat-border
9908
+ );
9909
+
9910
+ &:hover,
9911
+ &.k-hover {
9912
+ @include fill (
9913
+ $kendo-picker-flat-hover-text,
9914
+ $kendo-picker-flat-hover-bg,
9915
+ $kendo-picker-flat-hover-border
9916
+ );
9917
+ }
9918
+
9919
+ &:focus,
9920
+ &.k-focus {
9921
+ @include fill (
9922
+ $kendo-picker-flat-focus-text,
9923
+ $kendo-picker-flat-focus-bg,
9924
+ $kendo-picker-flat-focus-border
9925
+ );
9926
+ @include box-shadow( $kendo-picker-flat-focus-shadow );
9927
+ }
9928
+
9929
+ &:focus:hover,
9930
+ &:focus.k-hover,
9931
+ &.k-focus:hover,
9932
+ &.k-focus.k-hover {
9933
+ @include fill (
9934
+ $kendo-picker-flat-hover-focus-text,
9935
+ $kendo-picker-flat-hover-focus-bg,
9936
+ $kendo-picker-flat-hover-focus-border
9937
+ );
9938
+ }
9939
+
9940
+ // Invalid
9941
+ &.k-invalid,
9942
+ &.ng-invalid.ng-touched,
9943
+ &.ng-invalid.ng-dirty {
9944
+ @include fill( $border: $kendo-input-invalid-border );
9945
+
9946
+ .k-input-validation-icon {
9947
+ color: $invalid-text;
9948
+ }
9949
+
9950
+ &:focus,
9951
+ &.k-focus {
9952
+ @include box-shadow( $kendo-input-invalid-shadow );
9953
+ }
9954
+ &:focus-within {
9955
+ @include box-shadow( $kendo-input-invalid-shadow );
9956
+ }
9957
+ }
9958
+ }
9959
+
9685
9960
  }
9686
9961
 
9687
9962
  // #endregion
@@ -9847,6 +10122,7 @@ $floating-label-focus-text: null !default;
9847
10122
  );
9848
10123
  }
9849
10124
 
10125
+ &.k-focus > .k-label,
9850
10126
  &.k-state-focused > .k-label {
9851
10127
  @include fill(
9852
10128
  $color: $floating-label-focus-text,
@@ -11129,7 +11405,7 @@ $kendo-chip-sizes: (
11129
11405
 
11130
11406
  /// The base background of the chip.
11131
11407
  /// @group chip
11132
- $kendo-chip-base-bg: $kendo-button-text !default;
11408
+ $kendo-chip-base-bg: $base-text !default;
11133
11409
 
11134
11410
  /// Theme colors map for the chip.
11135
11411
  /// @group chip
@@ -12922,9 +13198,9 @@ $tooltip-error-border: $tooltip-error-bg !default;
12922
13198
  }
12923
13199
  }
12924
13200
 
12925
- .k-item {
12926
- &:focus,
12927
- &.k-focus {
13201
+ .k-item:focus,
13202
+ .k-item.k-focus {
13203
+ > .k-link {
12928
13204
  @include box-shadow( $kendo-menu-popup-item-focus-shadow );
12929
13205
  }
12930
13206
  }
@@ -16856,9 +17132,11 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16856
17132
  color: $calendar-today-nav-text;
16857
17133
 
16858
17134
  &:hover,
17135
+ &.k-hover,
16859
17136
  &.k-state-hover,
16860
17137
  &:focus,
16861
- &.k-state-focus {
17138
+ &.k-state-focus,
17139
+ &.k-focus {
16862
17140
  color: $calendar-today-nav-hover-text;
16863
17141
  }
16864
17142
  }
@@ -16879,7 +17157,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16879
17157
  .k-link {
16880
17158
  box-shadow: inset 0 0 0 1px $calendar-today-color;
16881
17159
  }
16882
- &.k-state-focused .k-link {
17160
+ &.k-state-focused .k-link,
17161
+ &.k-focus .k-link {
16883
17162
  box-shadow: inset 0 0 0 1px $calendar-today-color, $calendar-cell-focused-shadow;
16884
17163
  }
16885
17164
  } @else if $calendar-today-style == color {
@@ -16914,7 +17193,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16914
17193
 
16915
17194
  // Interactive states
16916
17195
  .k-calendar-td:hover .k-link,
16917
- .k-calendar-td.k-state-hover .k-link {
17196
+ .k-calendar-td.k-state-hover .k-link,
17197
+ .k-calendar-td.k-hover .k-link {
16918
17198
  @include fill(
16919
17199
  $calendar-cell-hover-text,
16920
17200
  $calendar-cell-hover-bg,
@@ -16922,7 +17202,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16922
17202
  $calendar-cell-hover-gradient
16923
17203
  );
16924
17204
  }
16925
- .k-calendar-td.k-state-selected .k-link {
17205
+ .k-calendar-td.k-state-selected .k-link,
17206
+ .k-calendar-td.k-selected .k-link {
16926
17207
  @include fill(
16927
17208
  $calendar-cell-selected-text,
16928
17209
  $calendar-cell-selected-bg,
@@ -16931,7 +17212,9 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16931
17212
  );
16932
17213
  }
16933
17214
  .k-calendar-td.k-state-selected:hover .k-link,
16934
- .k-calendar-td.k-state-selected.k-state-hover .k-link {
17215
+ .k-calendar-td.k-state-selected.k-state-hover .k-link,
17216
+ .k-calendar-td.k-selected:hover .k-link,
17217
+ .k-calendar-td.k-selected.k-hover .k-link {
16935
17218
  @include fill(
16936
17219
  $calendar-cell-selected-hover-text,
16937
17220
  $calendar-cell-selected-hover-bg,
@@ -16940,11 +17223,14 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16940
17223
  );
16941
17224
  }
16942
17225
  .k-calendar-td.k-state-focused .k-link,
16943
- .k-calendar-td.k-state-focus .k-link {
17226
+ .k-calendar-td.k-state-focus .k-link,
17227
+ .k-calendar-td.k-focus .k-link {
16944
17228
  box-shadow: $calendar-cell-focused-shadow;
16945
17229
  }
16946
17230
  .k-calendar-td.k-state-selected.k-state-focused .k-link,
16947
- .k-calendar-td.k-state-selected.k-state-focus .k-link {
17231
+ .k-calendar-td.k-state-selected.k-state-focus .k-link,
17232
+ .k-calendar-td.k-selected:focus .k-link,
17233
+ .k-calendar-td.k-selected.k-focus .k-link {
16948
17234
  box-shadow: $calendar-cell-selected-focus-shadow;
16949
17235
  }
16950
17236
 
@@ -16958,7 +17244,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16958
17244
  box-shadow: inset -1px 0 $calendar-navigation-border;
16959
17245
 
16960
17246
  li:hover,
16961
- li.k-state-hover {
17247
+ li.k-state-hover,
17248
+ li.k-hover {
16962
17249
  color: $calendar-today-nav-hover-text;
16963
17250
  }
16964
17251
  }
@@ -17041,7 +17328,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
17041
17328
  }
17042
17329
 
17043
17330
  .k-range-start.k-state-active,
17044
- .k-range-end.k-state-active {
17331
+ .k-range-end.k-state-active,
17332
+ .k-range-end.k-active {
17045
17333
  .k-link {
17046
17334
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .2);
17047
17335
  }
@@ -19055,10 +19343,15 @@ $kendo-treeview-font-family: $font-family !default;
19055
19343
  /// Font size of the treeview component.
19056
19344
  /// @group treeview
19057
19345
  $kendo-treeview-font-size: $font-size-md !default;
19346
+ $kendo-treeview-font-size-sm: $font-size-md !default;
19347
+ $kendo-treeview-font-size-md: $font-size-md !default;
19348
+ $kendo-treeview-font-size-lg: $font-size-md !default;
19058
19349
  /// Line height of the treeview component.
19059
19350
  /// @group treeview
19060
19351
  $kendo-treeview-line-height: $line-height-md !default;
19061
-
19352
+ $kendo-treeview-line-height-sm: $line-height-md !default;
19353
+ $kendo-treeview-line-height-md: $line-height-md !default;
19354
+ $kendo-treeview-line-height-lg: $line-height-md !default;
19062
19355
  /// Indentation of child groups in treeview component.
19063
19356
  /// @group treeview
19064
19357
  $kendo-treeview-indent: 16px !default;
@@ -19066,9 +19359,15 @@ $kendo-treeview-indent: 16px !default;
19066
19359
  /// Horizontal padding of treeview items.
19067
19360
  /// @group treeview
19068
19361
  $kendo-treeview-item-padding-x: map-get( $spacing, 2 ) !default;
19362
+ $kendo-treeview-item-padding-x-sm: map-get( $spacing, 2 ) !default;
19363
+ $kendo-treeview-item-padding-x-md: map-get( $spacing, 2 ) !default;
19364
+ $kendo-treeview-item-padding-x-lg: map-get( $spacing, 2 ) !default;
19069
19365
  /// Vertical padding of treeview items.
19070
19366
  /// @group treeview
19071
19367
  $kendo-treeview-item-padding-y: map-get( $spacing, 1 ) !default;
19368
+ $kendo-treeview-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
19369
+ $kendo-treeview-item-padding-y-md: map-get( $spacing, 1 ) !default;
19370
+ $kendo-treeview-item-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
19072
19371
  /// Border width of treeview items.
19073
19372
  /// @group treeview
19074
19373
  $kendo-treeview-item-border-width: 0px !default;
@@ -19081,22 +19380,22 @@ $kendo-treeview-item-border-radius: $kendo-border-radius-md !default;
19081
19380
  /// @group treeview
19082
19381
  $kendo-treeview-sizes: (
19083
19382
  sm: (
19084
- font-size: $font-size-md,
19085
- line-height: $line-height-md,
19086
- item-padding-x: map-get( $spacing, 2 ),
19087
- item-padding-y: map-get( $spacing, 1 ) - map-get( $spacing, thin )
19383
+ font-size: $kendo-treeview-font-size-sm,
19384
+ line-height: $kendo-treeview-line-height-sm,
19385
+ item-padding-x: $kendo-treeview-item-padding-x-sm,
19386
+ item-padding-y: $kendo-treeview-item-padding-y-sm
19088
19387
  ),
19089
19388
  md: (
19090
- font-size: $font-size-md,
19091
- line-height: $line-height-md,
19092
- item-padding-x: map-get( $spacing, 2 ),
19093
- item-padding-y: map-get( $spacing, 1 )
19389
+ font-size: $kendo-treeview-font-size-md,
19390
+ line-height: $kendo-treeview-line-height-md,
19391
+ item-padding-x: $kendo-treeview-item-padding-x-md,
19392
+ item-padding-y: $kendo-treeview-item-padding-y-md
19094
19393
  ),
19095
19394
  lg: (
19096
- font-size: $font-size-md,
19097
- line-height: $line-height-md,
19098
- item-padding-x: map-get( $spacing, 2 ),
19099
- item-padding-y: map-get( $spacing, 1 ) + map-get( $spacing, thin )
19395
+ font-size: $kendo-treeview-font-size-lg,
19396
+ line-height: $kendo-treeview-line-height-lg,
19397
+ item-padding-x: $kendo-treeview-item-padding-x-lg,
19398
+ item-padding-y: $kendo-treeview-item-padding-y-lg
19100
19399
  )
19101
19400
  ) !default;
19102
19401
 
@@ -23581,6 +23880,7 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23581
23880
  @include box-shadow( $card-shadow );
23582
23881
 
23583
23882
  &:focus,
23883
+ &.k-focus,
23584
23884
  &.k-state-focus {
23585
23885
  @include fill(
23586
23886
  $card-focus-text,
@@ -23589,6 +23889,11 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23589
23889
  );
23590
23890
  @include box-shadow( $card-focus-shadow );
23591
23891
  }
23892
+
23893
+ &.k-selected,
23894
+ &.k-state-selected {
23895
+ @include box-shadow( $card-focus-shadow );
23896
+ }
23592
23897
  }
23593
23898
 
23594
23899
 
@@ -23639,7 +23944,10 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23639
23944
 
23640
23945
  .k-card-wrap {
23641
23946
  &.k-state-focused,
23642
- &.k-state-selected {
23947
+ &.k-focus,
23948
+ &:focus,
23949
+ &.k-state-selected,
23950
+ &.k-selected {
23643
23951
  > .k-card {
23644
23952
  @include box-shadow( $card-focus-shadow );
23645
23953
  }
@@ -23661,6 +23969,7 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
23661
23969
  .k-card-callout.k-callout-w { @include box-shadow( $card-callout-box-shadow-w ); }
23662
23970
 
23663
23971
  .k-card:focus .k-card-callout,
23972
+ .k-card.k-focus .k-card-callout,
23664
23973
  .k-card.k-state-focus .k-card-callout {
23665
23974
  @include fill(
23666
23975
  $bg: $card-focus-bg,
@@ -26626,6 +26935,8 @@ $panelbar-font-family: $font-family !default;
26626
26935
  $panelbar-font-size: $font-size !default;
26627
26936
  $panelbar-line-height: $line-height !default;
26628
26937
  $panelbar-border-width: 1px !default;
26938
+ $panelbar-item-border-width: 1px !default;
26939
+ $panelbar-item-border-style: solid !default;
26629
26940
 
26630
26941
  $panelbar-header-padding-x: $nav-item-padding-x !default;
26631
26942
  $panelbar-header-padding-y: $nav-item-padding-y !default;
@@ -26755,7 +27066,7 @@ $panelbar-header-expanded-gradient: null !default;
26755
27066
  > .k-panelbar-header {
26756
27067
  // TODO
26757
27068
  border-width: 0;
26758
- border-style: solid;
27069
+ border-style: $panelbar-item-border-style;
26759
27070
  border-color: inherit;
26760
27071
  display: block;
26761
27072
 
@@ -26778,7 +27089,7 @@ $panelbar-header-expanded-gradient: null !default;
26778
27089
  }
26779
27090
  > .k-item + .k-item,
26780
27091
  > .k-panelbar-header + .k-panelbar-header {
26781
- border-top-width: 1px;
27092
+ border-top-width: $panelbar-item-border-width;
26782
27093
  }
26783
27094
 
26784
27095
 
@@ -27526,6 +27837,7 @@ $tilelayout-hint-border: $component-border !default;
27526
27837
  }
27527
27838
 
27528
27839
  .k-tilelayout-item:focus,
27840
+ .k-tilelayout-item.k-focus,
27529
27841
  .k-tilelayout-item.k-state-focus,
27530
27842
  .k-tilelayout-item.k-state-focused {
27531
27843
  @include box-shadow($tilelayout-card-focus-shadow);
@@ -29534,6 +29846,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29534
29846
  kendo-numeric-filter-menu,
29535
29847
  kendo-grid-string-filter-menu,
29536
29848
  kendo-grid-date-filter-menu,
29849
+ kendo-grid-numeric-filter-menu,
29537
29850
  kendo-grid-filter-menu-input-wrapper {
29538
29851
  display: flex;
29539
29852
  flex-flow: column nowrap;
@@ -34018,8 +34331,10 @@ $taskboard-drag-placeholder-border: $component-border !default;
34018
34331
  overflow-wrap: anywhere;
34019
34332
 
34020
34333
  &:focus,
34334
+ &.k-focus,
34021
34335
  &.k-state-focus,
34022
34336
  &:hover,
34337
+ &.k-hover,
34023
34338
  &.k-state-hover {
34024
34339
  text-decoration: underline;
34025
34340
  }
@@ -34150,32 +34465,38 @@ $taskboard-drag-placeholder-border: $component-border !default;
34150
34465
  @include fill( $color: $taskboard-card-header-text );
34151
34466
 
34152
34467
  &:focus,
34468
+ &.k-focus,
34153
34469
  &.k-state-focus {
34154
34470
  @include fill( $color: $taskboard-card-header-focus-text );
34155
34471
  }
34156
34472
 
34157
34473
  &:hover,
34474
+ &.k-hover,
34158
34475
  &.k-state-hover {
34159
34476
  @include fill( $color: $taskboard-card-header-hover-text );
34160
34477
  }
34161
34478
  }
34162
34479
 
34163
34480
  &:focus,
34481
+ &.k-focus,
34164
34482
  &.k-state-focus {
34165
34483
  @include fill( $border: $taskboard-card-focus-border );
34166
34484
  @include box-shadow( $taskboard-card-focus-shadow );
34167
34485
  }
34168
34486
 
34169
34487
  &:hover,
34488
+ &.k-hover,
34170
34489
  &.k-state-hover {
34171
34490
  @include fill( $border: $taskboard-card-hover-border );
34172
34491
  }
34173
34492
 
34493
+ &.k-selected,
34174
34494
  &.k-state-selected {
34175
34495
  @include fill( $border: $taskboard-card-selected-border );
34176
34496
  @include box-shadow( $taskboard-card-selected-shadow );
34177
34497
  }
34178
34498
 
34499
+ &.k-disabled,
34179
34500
  &.k-state-disabled {
34180
34501
  @include disabled( $disabled-styling );
34181
34502
  }
@@ -35502,6 +35823,7 @@ $gantt-action-on-offset-text: #000000 !default;
35502
35823
  $gantt-offset-resize-handler-top: 50% !default;
35503
35824
 
35504
35825
  $gantt-validation-tooltip-width: 200px !default;
35826
+ $gantt-validation-tooltip-label-width: 50px !default;
35505
35827
  $gantt-validation-tooltip-border: #656565 !default;
35506
35828
  $gantt-validation-tooltip-valid-border: $success !default;
35507
35829
  $gantt-validation-tooltip-invalid-border: $error !default;
@@ -36242,13 +36564,17 @@ $gantt-validation-tooltip-invalid-border: $error !default;
36242
36564
  }
36243
36565
  .k-gantt-tooltip-validation-label {
36244
36566
  display: inline-flex;
36245
- white-space: nowrap;
36246
- overflow: hidden;
36247
- text-overflow: ellipsis;
36567
+ min-width: $gantt-validation-tooltip-label-width;
36248
36568
  }
36249
36569
  .k-gantt-tooltip-validation-value {
36250
36570
  font-weight: $font-weight-bold;
36251
36571
  }
36572
+ .k-gantt-tooltip-validation-label,
36573
+ .k-gantt-tooltip-validation-value {
36574
+ white-space: nowrap;
36575
+ overflow: hidden;
36576
+ text-overflow: ellipsis;
36577
+ }
36252
36578
  }
36253
36579
 
36254
36580
  @include exports("gantt/export") {
@@ -41757,6 +42083,7 @@ $orgchart-line-v-height: 25px !default;
41757
42083
  }
41758
42084
 
41759
42085
  &:focus,
42086
+ &.k-focus,
41760
42087
  &.k-state-focus {
41761
42088
  @include box-shadow( $orgchart-card-focus-shadow );
41762
42089
  }
@@ -41771,6 +42098,7 @@ $orgchart-line-v-height: 25px !default;
41771
42098
  );
41772
42099
  }
41773
42100
  .k-orgchart-node-group-container:focus,
42101
+ .k-orgchart-node-group-container.k-focus,
41774
42102
  .k-orgchart-node-group-container.k-state-focus,
41775
42103
  .k-orgchart-node-group-container.k-state-focused {
41776
42104
  @include box-shadow( $orgchart-node-group-focus-shadow );