@progress/kendo-theme-default 5.4.0 → 5.4.2-dev.1

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.
Files changed (71) hide show
  1. package/dist/all.css +472 -209
  2. package/dist/all.scss +455 -178
  3. package/lib/swatches/default-blue.json +1 -1
  4. package/lib/swatches/default-dataviz-v4.json +1 -1
  5. package/lib/swatches/default-green.json +1 -1
  6. package/lib/swatches/default-main-dark.json +1 -1
  7. package/lib/swatches/default-main.json +1 -1
  8. package/lib/swatches/default-nordic.json +1 -1
  9. package/lib/swatches/default-ocean-blue.json +1 -1
  10. package/lib/swatches/default-orange.json +1 -1
  11. package/lib/swatches/default-purple.json +1 -1
  12. package/lib/swatches/default-turquoise.json +1 -1
  13. package/lib/swatches/default-urban.json +1 -1
  14. package/package.json +2 -2
  15. package/scss/action-sheet/_theme.scss +6 -3
  16. package/scss/adaptive/_theme.scss +4 -2
  17. package/scss/bottom-navigation/_layout.scss +2 -1
  18. package/scss/bottom-navigation/_theme.scss +8 -2
  19. package/scss/breadcrumb/_theme.scss +10 -5
  20. package/scss/calendar/_layout.scss +2 -1
  21. package/scss/calendar/_theme.scss +6 -0
  22. package/scss/chat/_layout.scss +5 -2
  23. package/scss/chat/_theme.scss +4 -2
  24. package/scss/colorpalette/_layout.scss +4 -1
  25. package/scss/colorpalette/_theme.scss +1 -0
  26. package/scss/common/_base.scss +1 -0
  27. package/scss/core/mixins/_input-ripple.scss +4 -2
  28. package/scss/dataviz/_theme.scss +2 -1
  29. package/scss/drawer/_theme.scss +10 -5
  30. package/scss/editor/_layout.scss +4 -2
  31. package/scss/editor/_theme.scss +6 -3
  32. package/scss/expansion-panel/_theme.scss +6 -3
  33. package/scss/filemanager/_theme.scss +2 -1
  34. package/scss/gantt/_layout.scss +6 -3
  35. package/scss/gantt/_theme.scss +14 -7
  36. package/scss/grid/_theme.scss +80 -23
  37. package/scss/input/_layout.scss +8 -0
  38. package/scss/listview/_theme.scss +4 -2
  39. package/scss/orgchart/_theme.scss +2 -1
  40. package/scss/pager/_layout.scss +6 -3
  41. package/scss/pager/_theme.scss +20 -10
  42. package/scss/panelbar/_theme.scss +53 -14
  43. package/scss/pivotgrid/_theme.scss +7 -1
  44. package/scss/progressbar/_layout.scss +22 -10
  45. package/scss/progressbar/_theme.scss +2 -1
  46. package/scss/radio/_layout.scss +2 -1
  47. package/scss/radio/_theme.scss +6 -3
  48. package/scss/rating/_theme.scss +10 -5
  49. package/scss/scheduler/_layout.scss +9 -4
  50. package/scss/scheduler/_theme.scss +20 -8
  51. package/scss/scrollview/_theme.scss +8 -4
  52. package/scss/slider/_layout.scss +2 -1
  53. package/scss/slider/_theme.scss +6 -3
  54. package/scss/splitter/_theme.scss +4 -1
  55. package/scss/spreadsheet/_layout.scss +6 -3
  56. package/scss/spreadsheet/_theme.scss +13 -6
  57. package/scss/stepper/_layout.scss +2 -1
  58. package/scss/stepper/_theme.scss +2 -1
  59. package/scss/tabstrip/_layout.scss +14 -7
  60. package/scss/tabstrip/_theme.scss +11 -5
  61. package/scss/taskboard/_theme.scss +2 -1
  62. package/scss/tilelayout/_theme.scss +2 -1
  63. package/scss/timeline/_theme.scss +4 -2
  64. package/scss/timeselector/_layout.scss +2 -1
  65. package/scss/timeselector/_theme.scss +2 -1
  66. package/scss/treelist/_layout.scss +2 -1
  67. package/scss/upload/_layout.scss +2 -1
  68. package/scss/upload/_theme.scss +5 -2
  69. package/scss/window/_theme.scss +2 -1
  70. package/scss/wizard/_layout.scss +2 -1
  71. package/scss/wizard/_theme.scss +4 -2
package/dist/all.scss CHANGED
@@ -906,13 +906,15 @@ $_kendo-imported-modules: ();
906
906
  background-color: $primary;
907
907
  }
908
908
 
909
- &.k-state-focused::after {
909
+ &.k-state-focused::after ,
910
+ &.k-focus::after {
910
911
  opacity: 1;
911
912
  transform: scaleX(1);
912
913
  }
913
914
 
914
915
 
915
- &.k-state-invalid::after {
916
+ &.k-state-invalid::after ,
917
+ &.k-invalid::after {
916
918
  background-color: $error;
917
919
  transition: none;
918
920
  }
@@ -1779,6 +1781,7 @@ $display4-letter-spacing: null !default;
1779
1781
 
1780
1782
  // Disabled state
1781
1783
  .k-state-disabled,
1784
+ .k-disabled,
1782
1785
  .k-widget[disabled],
1783
1786
  .k-disabled {
1784
1787
  @include disabled( $disabled-styling );
@@ -9425,6 +9428,14 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9425
9428
  }
9426
9429
  }
9427
9430
 
9431
+
9432
+ // Angular specific
9433
+ .k-input > kendo-popup,
9434
+ .k-picker > kendo-popup {
9435
+ position: fixed;
9436
+ }
9437
+
9438
+
9428
9439
  }
9429
9440
 
9430
9441
 
@@ -14864,7 +14875,8 @@ $progressbar-chunk-border: $body-bg !default;
14864
14875
 
14865
14876
 
14866
14877
  // Selection
14867
- > .k-state-selected {
14878
+ > .k-state-selected ,
14879
+ > .k-selected {
14868
14880
  border-width: 0;
14869
14881
  border-style: solid;
14870
14882
  display: flex;
@@ -14934,7 +14946,8 @@ $progressbar-chunk-border: $body-bg !default;
14934
14946
  flex-direction: row;
14935
14947
  }
14936
14948
 
14937
- > .k-state-selected {
14949
+ > .k-state-selected ,
14950
+ > .k-selected {
14938
14951
  width: 0;
14939
14952
  width: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
14940
14953
  flex-direction: row;
@@ -14960,7 +14973,8 @@ $progressbar-chunk-border: $body-bg !default;
14960
14973
  // Horizontal reverse
14961
14974
  &.k-progressbar-reverse {
14962
14975
 
14963
- > .k-state-selected {
14976
+ > .k-state-selected ,
14977
+ > .k-selected {
14964
14978
  flex-direction: row-reverse;
14965
14979
  justify-self: flex-end;
14966
14980
  }
@@ -14984,7 +14998,8 @@ $progressbar-chunk-border: $body-bg !default;
14984
14998
  writing-mode: vertical-lr;
14985
14999
  }
14986
15000
 
14987
- > .k-state-selected {
15001
+ > .k-state-selected ,
15002
+ > .k-selected {
14988
15003
  height: 0;
14989
15004
  height: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
14990
15005
  flex-direction: column-reverse;
@@ -15013,7 +15028,8 @@ $progressbar-chunk-border: $body-bg !default;
15013
15028
  &.k-progressbar-reverse {
15014
15029
  flex-direction: column;
15015
15030
 
15016
- > .k-state-selected {
15031
+ > .k-state-selected ,
15032
+ > .k-selected {
15017
15033
  flex-direction: column;
15018
15034
  align-self: flex-start;
15019
15035
  }
@@ -15025,6 +15041,7 @@ $progressbar-chunk-border: $body-bg !default;
15025
15041
  .k-progressbar-indeterminate {
15026
15042
  .k-progress-status-wrap,
15027
15043
  .k-state-selected,
15044
+ .k-selected,
15028
15045
  .k-item {
15029
15046
  display: none;
15030
15047
  }
@@ -15035,7 +15052,9 @@ $progressbar-chunk-border: $body-bg !default;
15035
15052
  .telerik-blazor.k-progressbar-horizontal {
15036
15053
 
15037
15054
  > .k-state-selected,
15038
- > .k-state-selected > .k-progress-status-wrap {
15055
+ > .k-selected,
15056
+ > .k-state-selected > .k-progress-status-wrap ,
15057
+ > .k-selected > .k-progress-status-wrap {
15039
15058
  transition: width .1s ease-in-out;
15040
15059
  }
15041
15060
  }
@@ -15063,7 +15082,8 @@ $progressbar-chunk-border: $body-bg !default;
15063
15082
  display: -ms-inline-grid;
15064
15083
 
15065
15084
  > .k-progress-status-wrap,
15066
- > .k-state-selected {
15085
+ > .k-state-selected ,
15086
+ > .k-selected {
15067
15087
  -ms-grid-column: 1;
15068
15088
  -ms-grid-row: 1;
15069
15089
  }
@@ -15072,7 +15092,8 @@ $progressbar-chunk-border: $body-bg !default;
15072
15092
  -ms-grid-columns: 1fr;
15073
15093
  -ms-grid-rows: $progressbar-height;
15074
15094
 
15075
- &.k-progressbar-reverse > .k-state-selected {
15095
+ &.k-progressbar-reverse > .k-state-selected ,
15096
+ &.k-progressbar-reverse > .k-selected {
15076
15097
  -ms-grid-column-align: end;
15077
15098
  }
15078
15099
  }
@@ -15080,11 +15101,13 @@ $progressbar-chunk-border: $body-bg !default;
15080
15101
  -ms-grid-columns: $progressbar-height;
15081
15102
  -ms-grid-rows: 1fr;
15082
15103
 
15083
- > .k-state-selected {
15104
+ > .k-state-selected ,
15105
+ > .k-selected {
15084
15106
  -ms-grid-row-align: end;
15085
15107
  }
15086
15108
 
15087
- &.k-progressbar-reverse > .k-state-selected {
15109
+ &.k-progressbar-reverse > .k-state-selected ,
15110
+ &.k-progressbar-reverse > .k-selected {
15088
15111
  -ms-grid-row-align: start;
15089
15112
  }
15090
15113
  }
@@ -15103,7 +15126,8 @@ $progressbar-chunk-border: $body-bg !default;
15103
15126
  .k-progressbar {
15104
15127
  @include fill( $progressbar-text, $progressbar-bg, $progressbar-border, $progressbar-gradient );
15105
15128
 
15106
- .k-state-selected {
15129
+ .k-state-selected ,
15130
+ .k-selected {
15107
15131
  @include fill( $progressbar-fill-text, $progressbar-fill-bg, $progressbar-fill-border, $progressbar-fill-gradient );
15108
15132
  }
15109
15133
 
@@ -15469,7 +15493,8 @@ $kendo-radio-ripple-opacity: .25 !default;
15469
15493
  }
15470
15494
 
15471
15495
  .k-radio:focus,
15472
- .k-radio.k-state-focus {
15496
+ .k-radio.k-state-focus ,
15497
+ .k-radio.k-focus {
15473
15498
  box-shadow: none !important; // sass-lint:disable-line no-important
15474
15499
 
15475
15500
  &::after {
@@ -15529,7 +15554,8 @@ $kendo-radio-ripple-opacity: .25 !default;
15529
15554
 
15530
15555
  // Hover state
15531
15556
  .k-radio:hover,
15532
- .k-radio.k-state-hover {
15557
+ .k-radio.k-state-hover ,
15558
+ .k-radio.k-hover {
15533
15559
  @include fill(
15534
15560
  $kendo-radio-hover-text,
15535
15561
  $kendo-radio-hover-bg,
@@ -15540,7 +15566,8 @@ $kendo-radio-ripple-opacity: .25 !default;
15540
15566
 
15541
15567
  // Focus state
15542
15568
  .k-radio:focus,
15543
- .k-radio.k-state-focus {
15569
+ .k-radio.k-state-focus ,
15570
+ .k-radio.k-focus {
15544
15571
  @include fill( $border: $kendo-radio-focus-border );
15545
15572
  @include box-shadow( $kendo-radio-focus-shadow );
15546
15573
  }
@@ -15571,7 +15598,8 @@ $kendo-radio-ripple-opacity: .25 !default;
15571
15598
  );
15572
15599
  }
15573
15600
  .k-radio:checked:focus,
15574
- .k-radio.k-checked.k-state-focus {
15601
+ .k-radio.k-checked.k-state-focus ,
15602
+ .k-radio.k-checked.k-focus {
15575
15603
  @include fill( $border: $kendo-radio-focus-checked-border );
15576
15604
  @include box-shadow( $kendo-radio-focus-checked-shadow );
15577
15605
  }
@@ -15738,7 +15766,8 @@ $slider-disabled-opacity: null !default;
15738
15766
  }
15739
15767
 
15740
15768
 
15741
- &.k-state-disabled {
15769
+ &.k-state-disabled ,
15770
+ &.k-disabled {
15742
15771
  .k-tick,
15743
15772
  .k-slider-track,
15744
15773
  .k-draghandle {
@@ -16181,18 +16210,21 @@ $slider-disabled-opacity: null !default;
16181
16210
  }
16182
16211
 
16183
16212
  &:focus,
16184
- &.k-state-focused {
16213
+ &.k-state-focused ,
16214
+ &.k-focus {
16185
16215
  @include box-shadow( $slider-draghandle-focused-shadow );
16186
16216
  }
16187
16217
  }
16188
16218
 
16189
- &.k-state-focused {
16219
+ &.k-state-focused ,
16220
+ &.k-focus {
16190
16221
  .k-draghandle {
16191
16222
  @include box-shadow( $slider-draghandle-focused-shadow );
16192
16223
  }
16193
16224
  }
16194
16225
 
16195
- &.k-state-disabled {
16226
+ &.k-state-disabled ,
16227
+ &.k-disabled {
16196
16228
  opacity: $slider-disabled-opacity;
16197
16229
  }
16198
16230
  }
@@ -16738,7 +16770,8 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16738
16770
  }
16739
16771
 
16740
16772
  // // styles are applied to the k-link element inside
16741
- // .k-state-selected {
16773
+ // .k-state-selected ,
16774
+ // .k-selected {
16742
16775
  // color: inherit;
16743
16776
  // background: transparent;
16744
16777
  // border-color: transparent;
@@ -16934,7 +16967,9 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16934
16967
  );
16935
16968
  }
16936
16969
  .k-calendar-td.k-state-selected:hover .k-link,
16970
+ .k-calendar-td.k-selected:hover .k-link,
16937
16971
  .k-calendar-td.k-state-selected.k-state-hover .k-link,
16972
+ .k-calendar-td.k-selected.k-hover .k-link,
16938
16973
  .k-calendar-td.k-selected:hover .k-link,
16939
16974
  .k-calendar-td.k-selected.k-hover .k-link {
16940
16975
  @include fill(
@@ -16945,12 +16980,15 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
16945
16980
  );
16946
16981
  }
16947
16982
  .k-calendar-td.k-state-focused .k-link,
16983
+ .k-calendar-td.k-focus .k-link,
16948
16984
  .k-calendar-td.k-state-focus .k-link,
16949
16985
  .k-calendar-td.k-focus .k-link {
16950
16986
  box-shadow: $calendar-cell-focused-shadow;
16951
16987
  }
16952
16988
  .k-calendar-td.k-state-selected.k-state-focused .k-link,
16989
+ .k-calendar-td.k-selected.k-focused .k-link,
16953
16990
  .k-calendar-td.k-state-selected.k-state-focus .k-link,
16991
+ .k-calendar-td.k-selected.k-focus .k-link,
16954
16992
  .k-calendar-td.k-selected:focus .k-link,
16955
16993
  .k-calendar-td.k-selected.k-focus .k-link {
16956
16994
  box-shadow: $calendar-cell-selected-focus-shadow;
@@ -17050,6 +17088,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
17050
17088
  }
17051
17089
 
17052
17090
  .k-range-start.k-state-active,
17091
+ .k-range-start.k-active,
17053
17092
  .k-range-end.k-state-active,
17054
17093
  .k-range-end.k-active {
17055
17094
  .k-link {
@@ -17246,7 +17285,8 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
17246
17285
  display: block;
17247
17286
  }
17248
17287
 
17249
- &.k-state-focused {
17288
+ &.k-state-focused ,
17289
+ &.k-focus {
17250
17290
  &::before,
17251
17291
  &::after {
17252
17292
  display: block;
@@ -17387,7 +17427,8 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
17387
17427
  color: $time-list-title-text;
17388
17428
  }
17389
17429
 
17390
- &.k-state-focused {
17430
+ &.k-state-focused ,
17431
+ &.k-focus {
17391
17432
  .k-title {
17392
17433
  color: $time-list-title-focus-text;
17393
17434
  }
@@ -17697,8 +17738,11 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
17697
17738
 
17698
17739
  &:focus,
17699
17740
  &.k-state-focus,
17741
+ &.k-focus,
17700
17742
  &.k-state-selected,
17701
- &.k-state-selected:hover {
17743
+ &.k-selected,
17744
+ &.k-state-selected:hover ,
17745
+ &.k-selected:hover {
17702
17746
  position: relative;
17703
17747
  z-index: 100;
17704
17748
  }
@@ -17726,6 +17770,7 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
17726
17770
  }
17727
17771
 
17728
17772
  &.k-state-selected,
17773
+ &.k-selected,
17729
17774
  &.k-state-selected:hover,
17730
17775
  &.k-selected,
17731
17776
  &.k-selected:hover {
@@ -19606,14 +19651,16 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
19606
19651
  color: $component-text;
19607
19652
 
19608
19653
  &:focus,
19609
- &.k-state-focused {
19654
+ &.k-state-focused ,
19655
+ &.k-focus {
19610
19656
 
19611
19657
  .k-rating-item {
19612
19658
  > .k-icon {
19613
19659
  text-shadow: $rating-icon-focused-shadow;
19614
19660
  }
19615
19661
 
19616
- &.k-state-selected > .k-icon {
19662
+ &.k-state-selected > .k-icon ,
19663
+ &.k-selected > .k-icon {
19617
19664
  text-shadow: $rating-icon-focused-selected-shadow;
19618
19665
  }
19619
19666
  }
@@ -19623,17 +19670,20 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
19623
19670
  .k-rating-item {
19624
19671
  color: $rating-icon-text;
19625
19672
 
19626
- &.k-state-selected {
19673
+ &.k-state-selected ,
19674
+ &.k-selected {
19627
19675
  color: $rating-icon-selected-text;
19628
19676
 
19629
19677
  &:focus,
19630
- &.k-state-focused {
19678
+ &.k-state-focused ,
19679
+ &.k-focus {
19631
19680
  color: $rating-icon-focused-text;
19632
19681
  }
19633
19682
  }
19634
19683
 
19635
19684
  &:hover,
19636
- &.k-state-hover {
19685
+ &.k-state-hover ,
19686
+ &.k-hover {
19637
19687
  color: $rating-icon-hover-text;
19638
19688
  cursor: pointer;
19639
19689
  }
@@ -20842,7 +20892,8 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
20842
20892
  z-index: 1;
20843
20893
  }
20844
20894
  input[disabled],
20845
- input.k-state-disabled {
20895
+ input.k-state-disabled ,
20896
+ input.k-disabled {
20846
20897
  visibility: hidden;
20847
20898
  }
20848
20899
  }
@@ -20886,11 +20937,13 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
20886
20937
 
20887
20938
  .k-file {
20888
20939
 
20889
- &.k-state-focused {
20940
+ &.k-state-focused ,
20941
+ &.k-focus {
20890
20942
  box-shadow: inset $upload-focused-shadow;
20891
20943
  }
20892
20944
 
20893
- .k-upload-action.k-state-focused {
20945
+ .k-upload-action.k-state-focused ,
20946
+ .k-upload-action.k-focus {
20894
20947
  box-shadow: $upload-focused-shadow;
20895
20948
  }
20896
20949
 
@@ -20982,6 +21035,7 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
20982
21035
 
20983
21036
  // Invalid,
20984
21037
  &.k-state-invalid,
21038
+ &.k-invalid,
20985
21039
  &.ng-invalid.ng-touched,
20986
21040
  &.ng-invalid.ng-dirty {
20987
21041
  border-color: $invalid-border;
@@ -21933,7 +21987,8 @@ $actionsheet-item-disabled-shadow: null !default;
21933
21987
 
21934
21988
  // Hover state
21935
21989
  &:hover,
21936
- &.k-state-hover {
21990
+ &.k-state-hover ,
21991
+ &.k-hover {
21937
21992
  @include fill(
21938
21993
  $actionsheet-item-hover-text,
21939
21994
  $actionsheet-item-hover-bg,
@@ -21946,7 +22001,8 @@ $actionsheet-item-disabled-shadow: null !default;
21946
22001
 
21947
22002
  // Focus state
21948
22003
  &:focus,
21949
- &.k-state-focus {
22004
+ &.k-state-focus ,
22005
+ &.k-focus {
21950
22006
  @include fill(
21951
22007
  $actionsheet-item-focus-text,
21952
22008
  $actionsheet-item-focus-bg,
@@ -21959,7 +22015,8 @@ $actionsheet-item-disabled-shadow: null !default;
21959
22015
 
21960
22016
  // Disabed state
21961
22017
  &:disabled,
21962
- &.k-state-disabled {
22018
+ &.k-state-disabled ,
22019
+ &.k-disabled {
21963
22020
  @include fill(
21964
22021
  $actionsheet-item-disabled-text,
21965
22022
  $actionsheet-item-disabled-bg,
@@ -22197,7 +22254,8 @@ $actionsheet-item-disabled-shadow: null !default;
22197
22254
 
22198
22255
  .k-window {
22199
22256
  &:focus,
22200
- &.k-state-focused {
22257
+ &.k-state-focused ,
22258
+ &.k-focus {
22201
22259
  @include box-shadow( $window-focused-shadow );
22202
22260
  }
22203
22261
  }
@@ -22655,29 +22713,34 @@ $drawer-selected-hover-text: $selected-hover-text !default;
22655
22713
  .k-drawer-item {
22656
22714
 
22657
22715
  &:hover,
22658
- &.k-state-hover {
22716
+ &.k-state-hover ,
22717
+ &.k-hover {
22659
22718
  color: $drawer-hovered-text;
22660
22719
  background-color: $drawer-hovered-bg;
22661
22720
  }
22662
22721
 
22663
22722
  &:focus,
22664
- &.k-state-focused {
22723
+ &.k-state-focused ,
22724
+ &.k-focus {
22665
22725
  background-color: $drawer-focused-bg;
22666
22726
  box-shadow: $drawer-focused-shadow;
22667
22727
 
22668
22728
  &:hover,
22669
- &.k-state-hover {
22729
+ &.k-state-hover ,
22730
+ &.k-hover {
22670
22731
  color: $drawer-hovered-text;
22671
22732
  background-color: $drawer-hovered-bg;
22672
22733
  }
22673
22734
  }
22674
22735
 
22675
- &.k-state-selected {
22736
+ &.k-state-selected ,
22737
+ &.k-selected {
22676
22738
  color: $drawer-selected-text;
22677
22739
  background-color: $drawer-selected-bg;
22678
22740
 
22679
22741
  &:hover,
22680
- &.k-state-hover {
22742
+ &.k-state-hover ,
22743
+ &.k-hover {
22681
22744
  color: $drawer-selected-hover-text;
22682
22745
  background-color: $drawer-selected-hover-bg;
22683
22746
  }
@@ -23910,7 +23973,8 @@ $bottom-nav-flat-border: $component-border !default;
23910
23973
  outline: 0;
23911
23974
  }
23912
23975
  }
23913
- .k-bottom-nav-item.k-state-disabled {
23976
+ .k-bottom-nav-item.k-state-disabled ,
23977
+ .k-bottom-nav-item.k-disabled {
23914
23978
  background-color: initial;
23915
23979
  }
23916
23980
 
@@ -23954,12 +24018,15 @@ $bottom-nav-flat-border: $component-border !default;
23954
24018
  );
23955
24019
 
23956
24020
  .k-bottom-nav-item.k-state-focus,
24021
+ .k-bottom-nav-item.k-focus,
23957
24022
  .k-bottom-nav-item.k-state-focused,
24023
+ .k-bottom-nav-item.k-focus,
23958
24024
  .k-bottom-nav-item:focus {
23959
24025
  @include fill( $bg: rgba(true-mix( $color, contrast-wcag( $color ), 35%), .2));
23960
24026
  }
23961
24027
 
23962
- .k-bottom-nav-item.k-state-selected {
24028
+ .k-bottom-nav-item.k-state-selected ,
24029
+ .k-bottom-nav-item.k-selected {
23963
24030
  @include fill( $color: contrast-wcag( $color ) );
23964
24031
  }
23965
24032
  }
@@ -23974,13 +24041,16 @@ $bottom-nav-flat-border: $component-border !default;
23974
24041
  );
23975
24042
 
23976
24043
  .k-bottom-nav-item.k-state-focus,
24044
+ .k-bottom-nav-item.k-focus,
23977
24045
  .k-bottom-nav-item.k-state-focused,
24046
+ .k-bottom-nav-item.k-focus,
23978
24047
  .k-bottom-nav-item:focus {
23979
24048
  @include fill( $bg: rgba($bottom-nav-flat-text, .05) );
23980
24049
  }
23981
24050
 
23982
24051
  @each $name, $color in $kendo-theme-colors {
23983
- &.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected {
24052
+ &.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected ,
24053
+ &.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
23984
24054
  @if $name == "secondary" or $name == "light" {
23985
24055
  @include fill( $color: try-shade($color, 3) );
23986
24056
  } @else {
@@ -24234,7 +24304,8 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
24234
24304
  );
24235
24305
 
24236
24306
  &:focus,
24237
- &.k-state-focused {
24307
+ &.k-state-focused ,
24308
+ &.k-focus {
24238
24309
  @include box-shadow( $breadcrumb-focused-shadow );
24239
24310
  }
24240
24311
  }
@@ -24250,7 +24321,8 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
24250
24321
 
24251
24322
  // Hovered state
24252
24323
  &:hover,
24253
- &.k-state-hover {
24324
+ &.k-state-hover ,
24325
+ &.k-hover {
24254
24326
  @include fill(
24255
24327
  $breadcrumb-link-hovered-text,
24256
24328
  $breadcrumb-link-hovered-bg,
@@ -24260,7 +24332,8 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
24260
24332
 
24261
24333
  // Focused state
24262
24334
  &:focus,
24263
- &.k-state-focused {
24335
+ &.k-state-focused ,
24336
+ &.k-focus {
24264
24337
  @include fill(
24265
24338
  $breadcrumb-link-focused-text,
24266
24339
  $breadcrumb-link-focused-bg,
@@ -24281,7 +24354,8 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
24281
24354
 
24282
24355
  // Hovered state
24283
24356
  &:hover,
24284
- &.k-state-hover {
24357
+ &.k-state-hover ,
24358
+ &.k-hover {
24285
24359
  @include fill(
24286
24360
  $breadcrumb-root-link-hovered-text,
24287
24361
  $breadcrumb-root-link-hovered-bg,
@@ -24291,7 +24365,8 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
24291
24365
 
24292
24366
  // Focused state
24293
24367
  &:focus,
24294
- &.k-state-focused {
24368
+ &.k-state-focused ,
24369
+ &.k-focus {
24295
24370
  @include fill(
24296
24371
  $breadcrumb-root-link-focused-text,
24297
24372
  $breadcrumb-root-link-focused-bg,
@@ -24436,7 +24511,8 @@ $pager-dropdown-width: 5em !default;
24436
24511
 
24437
24512
  // Focused state
24438
24513
  &:focus,
24439
- &.k-state-focus {
24514
+ &.k-state-focus ,
24515
+ &.k-focus {
24440
24516
  z-index: 3;
24441
24517
  }
24442
24518
  }
@@ -24485,7 +24561,8 @@ $pager-dropdown-width: 5em !default;
24485
24561
  &:hover {
24486
24562
  z-index: 2;
24487
24563
  }
24488
- &.k-state-disabled {
24564
+ &.k-state-disabled ,
24565
+ &.k-disabled {
24489
24566
  color: inherit;
24490
24567
  }
24491
24568
  }
@@ -24534,7 +24611,8 @@ $pager-dropdown-width: 5em !default;
24534
24611
  }
24535
24612
 
24536
24613
  // Selected state
24537
- .k-state-selected {
24614
+ .k-state-selected ,
24615
+ .k-selected {
24538
24616
  cursor: inherit;
24539
24617
  z-index: 2;
24540
24618
  }
@@ -24679,7 +24757,8 @@ $pager-dropdown-width: 5em !default;
24679
24757
  &:focus,
24680
24758
  &.k-focus,
24681
24759
  &.k-state-focus,
24682
- &.k-state-focused {
24760
+ &.k-state-focused ,
24761
+ &.k-focus {
24683
24762
  @include fill( $bg: $pager-focus-bg );
24684
24763
  @include box-shadow( $pager-focus-shadow );
24685
24764
  }
@@ -24694,7 +24773,8 @@ $pager-dropdown-width: 5em !default;
24694
24773
  );
24695
24774
 
24696
24775
  &:hover,
24697
- &.k-state-hover {
24776
+ &.k-state-hover ,
24777
+ &.k-hover {
24698
24778
  @include fill(
24699
24779
  $pager-item-hover-text,
24700
24780
  $pager-item-hover-bg,
@@ -24702,7 +24782,8 @@ $pager-dropdown-width: 5em !default;
24702
24782
  );
24703
24783
  }
24704
24784
 
24705
- &.k-state-selected {
24785
+ &.k-state-selected ,
24786
+ &.k-selected {
24706
24787
  @include fill(
24707
24788
  $pager-item-selected-text,
24708
24789
  $pager-item-selected-bg,
@@ -24711,7 +24792,8 @@ $pager-dropdown-width: 5em !default;
24711
24792
  }
24712
24793
 
24713
24794
  &:focus,
24714
- &.k-state-focus {
24795
+ &.k-state-focus ,
24796
+ &.k-focus {
24715
24797
  background-color: $pager-item-focus-bg;
24716
24798
  @include box-shadow( $pager-item-focus-shadow );
24717
24799
  }
@@ -24734,7 +24816,8 @@ $pager-dropdown-width: 5em !default;
24734
24816
  );
24735
24817
 
24736
24818
  &:hover,
24737
- &.k-state-hover {
24819
+ &.k-state-hover ,
24820
+ &.k-hover {
24738
24821
  @include fill(
24739
24822
  $pager-number-hover-text,
24740
24823
  $pager-number-hover-bg,
@@ -24743,12 +24826,14 @@ $pager-dropdown-width: 5em !default;
24743
24826
  }
24744
24827
 
24745
24828
  &:focus,
24746
- &.k-state-focus {
24829
+ &.k-state-focus ,
24830
+ &.k-focus {
24747
24831
  background-color: $pager-number-focus-bg;
24748
24832
  @include box-shadow( $pager-number-focus-shadow );
24749
24833
  }
24750
24834
 
24751
- &.k-state-selected {
24835
+ &.k-state-selected ,
24836
+ &.k-selected {
24752
24837
  @include fill(
24753
24838
  $pager-number-selected-text,
24754
24839
  $pager-number-selected-bg,
@@ -24780,7 +24865,8 @@ $pager-dropdown-width: 5em !default;
24780
24865
  );
24781
24866
 
24782
24867
  &:hover,
24783
- &.k-state-hover {
24868
+ &.k-state-hover ,
24869
+ &.k-hover {
24784
24870
  @include fill(
24785
24871
  $dropdownlist-hovered-text,
24786
24872
  $dropdownlist-hovered-bg,
@@ -24800,14 +24886,16 @@ $pager-dropdown-width: 5em !default;
24800
24886
  .k-link {
24801
24887
 
24802
24888
  &:hover,
24803
- &.k-state-hover {
24889
+ &.k-state-hover ,
24890
+ &.k-hover {
24804
24891
  @include fill(
24805
24892
  $kendo-list-item-hover-text,
24806
24893
  $kendo-list-item-hover-bg
24807
24894
  );
24808
24895
  }
24809
24896
 
24810
- &.k-state-selected {
24897
+ &.k-state-selected ,
24898
+ &.k-selected {
24811
24899
  @include fill(
24812
24900
  $kendo-list-item-selected-text,
24813
24901
  $kendo-list-item-selected-bg
@@ -25074,7 +25162,8 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
25074
25162
  opacity: $stepper-optional-label-opacity;
25075
25163
  }
25076
25164
  .k-step-disabled .k-step-label-optional,
25077
- &.k-state-disabled .k-step-label-optional {
25165
+ &.k-state-disabled .k-step-label-optional ,
25166
+ &.k-disabled .k-step-label-optional {
25078
25167
  color: inherit;
25079
25168
  }
25080
25169
 
@@ -25388,7 +25477,8 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
25388
25477
  $bg: $stepper-progressbar-bg
25389
25478
  );
25390
25479
 
25391
- .k-state-selected {
25480
+ .k-state-selected ,
25481
+ .k-selected {
25392
25482
  @include fill(
25393
25483
  $color: $stepper-progressbar-fill-text,
25394
25484
  $bg: $stepper-progressbar-fill-bg
@@ -25635,12 +25725,14 @@ $tabstrip-content-border-focused: $component-text !default;
25635
25725
  position: relative;
25636
25726
  z-index: 1;
25637
25727
 
25638
- &.k-state-active {
25728
+ &.k-state-active ,
25729
+ &.k-active {
25639
25730
  display: block;
25640
25731
  }
25641
25732
 
25642
25733
  &:focus,
25643
- &.k-state-focused {
25734
+ &.k-state-focused ,
25735
+ &.k-focus {
25644
25736
  outline-width: 1px;
25645
25737
  outline-style: dotted;
25646
25738
  outline-offset: -1px;
@@ -25728,7 +25820,8 @@ $tabstrip-content-border-focused: $component-text !default;
25728
25820
  margin-left: $tabstrip-item-gap;
25729
25821
  }
25730
25822
 
25731
- .k-item.k-state-active {
25823
+ .k-item.k-state-active ,
25824
+ .k-item.k-active {
25732
25825
  border-bottom-color: transparent;
25733
25826
  }
25734
25827
  }
@@ -25757,7 +25850,8 @@ $tabstrip-content-border-focused: $component-text !default;
25757
25850
  margin-left: $tabstrip-item-gap;
25758
25851
  }
25759
25852
 
25760
- .k-item.k-state-active {
25853
+ .k-item.k-state-active ,
25854
+ .k-item.k-active {
25761
25855
  border-top-color: transparent;
25762
25856
  }
25763
25857
  }
@@ -25790,7 +25884,8 @@ $tabstrip-content-border-focused: $component-text !default;
25790
25884
  margin-top: $tabstrip-item-gap;
25791
25885
  }
25792
25886
 
25793
- .k-item.k-state-active {
25887
+ .k-item.k-state-active ,
25888
+ .k-item.k-active {
25794
25889
  border-right-color: transparent;
25795
25890
  }
25796
25891
  }
@@ -25825,7 +25920,8 @@ $tabstrip-content-border-focused: $component-text !default;
25825
25920
  margin-top: $tabstrip-item-gap;
25826
25921
  }
25827
25922
 
25828
- .k-item.k-state-active {
25923
+ .k-item.k-state-active ,
25924
+ .k-item.k-active {
25829
25925
  border-left-color: transparent;
25830
25926
  }
25831
25927
  }
@@ -25870,7 +25966,8 @@ $tabstrip-content-border-focused: $component-text !default;
25870
25966
  border-left-width: $tabstrip-indicator-size;
25871
25967
  }
25872
25968
  }
25873
- .k-item.k-state-active::after {
25969
+ .k-item.k-state-active::after ,
25970
+ .k-item.k-active::after {
25874
25971
  display: block;
25875
25972
  }
25876
25973
 
@@ -25940,7 +26037,8 @@ $tabstrip-content-border-focused: $component-text !default;
25940
26037
  );
25941
26038
 
25942
26039
  &:hover,
25943
- &.k-state-hover {
26040
+ &.k-state-hover ,
26041
+ &.k-hover {
25944
26042
  @include fill(
25945
26043
  $tabstrip-item-hovered-text,
25946
26044
  $tabstrip-item-hovered-bg,
@@ -25951,7 +26049,9 @@ $tabstrip-content-border-focused: $component-text !default;
25951
26049
 
25952
26050
  &:active,
25953
26051
  &.k-state-active,
25954
- &.k-state-selected {
26052
+ &.k-active,
26053
+ &.k-state-selected ,
26054
+ &.k-selected {
25955
26055
  @include fill(
25956
26056
  $tabstrip-item-selected-text,
25957
26057
  $tabstrip-item-selected-bg,
@@ -25961,7 +26061,8 @@ $tabstrip-content-border-focused: $component-text !default;
25961
26061
  }
25962
26062
 
25963
26063
  &:focus,
25964
- &.k-state-focused {
26064
+ &.k-state-focused ,
26065
+ &.k-focus {
25965
26066
  @include box-shadow( $tabstrip-item-focused-shadow );
25966
26067
  }
25967
26068
 
@@ -25983,7 +26084,8 @@ $tabstrip-content-border-focused: $component-text !default;
25983
26084
  );
25984
26085
 
25985
26086
  &:focus,
25986
- &.k-state-focused {
26087
+ &.k-state-focused ,
26088
+ &.k-focus {
25987
26089
  outline-color: $tabstrip-content-border-focused;
25988
26090
  }
25989
26091
  }
@@ -25993,7 +26095,8 @@ $tabstrip-content-border-focused: $component-text !default;
25993
26095
  @if ($tabstrip-indicator-size) {
25994
26096
 
25995
26097
  .k-tabstrip-items-wrapper {
25996
- .k-item.k-state-active::after {
26098
+ .k-item.k-state-active::after ,
26099
+ .k-item.k-active::after {
25997
26100
  border-color: $tabstrip-indicator-color;
25998
26101
  }
25999
26102
  }
@@ -26083,7 +26186,8 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
26083
26186
  justify-content: space-between;
26084
26187
 
26085
26188
  &:focus,
26086
- &.k-state-focused {
26189
+ &.k-state-focused ,
26190
+ &.k-focus {
26087
26191
  outline-width: 1px;
26088
26192
  outline-style: dotted;
26089
26193
  outline-offset: -1px;
@@ -26176,12 +26280,14 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
26176
26280
  @include exports("wizard/theme") {
26177
26281
  .k-wizard-step {
26178
26282
  &:focus,
26179
- &.k-state-focused {
26283
+ &.k-state-focused ,
26284
+ &.k-focus {
26180
26285
  outline-color: $wizard-step-border-focused;
26181
26286
  }
26182
26287
 
26183
26288
  .k-ie &:focus,
26184
- .k-ie &.k-state-focused {
26289
+ .k-ie &.k-state-focused ,
26290
+ .k-ie &.k-focus {
26185
26291
  @include box-shadow($wizard-focused-shadow);
26186
26292
  outline: none;
26187
26293
  }
@@ -26345,7 +26451,8 @@ $expander-content-padding-y: $padding-y * 4 !default;
26345
26451
  $expander-border
26346
26452
  );
26347
26453
 
26348
- &.k-state-focus {
26454
+ &.k-state-focus ,
26455
+ &.k-focus {
26349
26456
  box-shadow: $expander-focus-shadow;
26350
26457
  }
26351
26458
  }
@@ -26359,12 +26466,14 @@ $expander-content-padding-y: $padding-y * 4 !default;
26359
26466
  outline: none;
26360
26467
 
26361
26468
  &:hover,
26362
- &.k-state-hover {
26469
+ &.k-state-hover ,
26470
+ &.k-hover {
26363
26471
  background-color: $expander-header-hover-bg;
26364
26472
  }
26365
26473
 
26366
26474
  // Should be removed
26367
- &.k-state-focused {
26475
+ &.k-state-focused ,
26476
+ &.k-focus {
26368
26477
  background-color: $expander-header-focused-bg;
26369
26478
  box-shadow: $expander-header-focused-shadow;
26370
26479
  }
@@ -26729,7 +26838,8 @@ $panelbar-header-expanded-gradient: null !default;
26729
26838
 
26730
26839
  // Hover
26731
26840
  > .k-link:hover,
26732
- > .k-link.k-state-hover {
26841
+ > .k-link.k-state-hover ,
26842
+ > .k-link.k-hover {
26733
26843
  @include fill(
26734
26844
  $panelbar-header-hovered-text,
26735
26845
  $panelbar-header-hovered-bg,
@@ -26741,7 +26851,9 @@ $panelbar-header-expanded-gradient: null !default;
26741
26851
  // Focus
26742
26852
  > .k-link:focus,
26743
26853
  > .k-link.k-state-focus,
26744
- > .k-link.k-state-focused {
26854
+ > .k-link.k-focus,
26855
+ > .k-link.k-state-focused ,
26856
+ > .k-link.k-focus {
26745
26857
  @include fill(
26746
26858
  $panelbar-header-focused-text,
26747
26859
  $panelbar-header-focused-bg,
@@ -26753,7 +26865,8 @@ $panelbar-header-expanded-gradient: null !default;
26753
26865
 
26754
26866
  // Focus & Hover
26755
26867
  > .k-link:focus:hover,
26756
- > .k-link.k-state-focus.k-state-hover {
26868
+ > .k-link.k-state-focus.k-state-hover ,
26869
+ > .k-link.k-focus.k-hover {
26757
26870
  @include fill(
26758
26871
  $panelbar-header-hovered-focused-text,
26759
26872
  $panelbar-header-hovered-focused-bg,
@@ -26763,7 +26876,8 @@ $panelbar-header-expanded-gradient: null !default;
26763
26876
  }
26764
26877
 
26765
26878
  // Selected
26766
- > .k-link.k-state-selected {
26879
+ > .k-link.k-state-selected ,
26880
+ > .k-link.k-selected {
26767
26881
  @include fill(
26768
26882
  $panelbar-header-selected-text,
26769
26883
  $panelbar-header-selected-bg,
@@ -26779,7 +26893,9 @@ $panelbar-header-expanded-gradient: null !default;
26779
26893
 
26780
26894
  // Selected Hover
26781
26895
  > .k-link.k-state-selected:hover,
26782
- > .k-link.k-state-selected.k-state-hover {
26896
+ > .k-link.k-selected:hover,
26897
+ > .k-link.k-state-selected.k-state-hover ,
26898
+ > .k-link.k-selected.k-hover {
26783
26899
  @include fill(
26784
26900
  $panelbar-header-selected-hovered-text,
26785
26901
  $panelbar-header-selected-hovered-bg,
@@ -26790,8 +26906,11 @@ $panelbar-header-expanded-gradient: null !default;
26790
26906
 
26791
26907
  // Selected Focus
26792
26908
  > .k-link.k-state-selected:focus,
26909
+ > .k-link.k-selected:focus,
26793
26910
  > .k-link.k-state-selected.k-state-focus,
26794
- > .k-link.k-state-selected.k-state-focused {
26911
+ > .k-link.k-selected.k-focus,
26912
+ > .k-link.k-state-selected.k-state-focused ,
26913
+ > .k-link.k-selected.k-focused {
26795
26914
  @include fill(
26796
26915
  $panelbar-header-selected-focused-text,
26797
26916
  $panelbar-header-selected-focused-bg,
@@ -26802,8 +26921,11 @@ $panelbar-header-expanded-gradient: null !default;
26802
26921
 
26803
26922
  // Selected Focus & Hover
26804
26923
  > .k-link.k-state-selected:hover:focus,
26924
+ > .k-link.k-selected:hover:focus,
26805
26925
  > .k-link.k-state-selected.k-state-hover.k-state-focus,
26806
- > .k-link.k-state-selected.k-state-hover.k-state-focused {
26926
+ > .k-link.k-selected.k-hover.k-state-focus,
26927
+ > .k-link.k-state-selected.k-state-hover.k-state-focused ,
26928
+ > .k-link.k-selected.k-hover.k-state-focused {
26807
26929
  @include fill(
26808
26930
  $panelbar-header-selected-hovered-focused-text,
26809
26931
  $panelbar-header-selected-hovered-focused-bg,
@@ -26821,8 +26943,10 @@ $panelbar-header-expanded-gradient: null !default;
26821
26943
  // Hover
26822
26944
  > .k-item > .k-link:hover,
26823
26945
  > .k-item > .k-link.k-state-hover,
26946
+ > .k-item > .k-link.k-hover,
26824
26947
  > .k-panelbar-item > .k-link:hover,
26825
- > .k-panelbar-item > .k-link.k-state-hover {
26948
+ > .k-panelbar-item > .k-link.k-state-hover ,
26949
+ > .k-panelbar-item > .k-link.k-hover {
26826
26950
  @include fill(
26827
26951
  $panelbar-item-hovered-text,
26828
26952
  $panelbar-item-hovered-bg,
@@ -26834,10 +26958,14 @@ $panelbar-header-expanded-gradient: null !default;
26834
26958
  // Focus
26835
26959
  > .k-item > .k-link:focus,
26836
26960
  > .k-item > .k-link.k-state-focus,
26961
+ > .k-item > .k-link.k-focus,
26837
26962
  > .k-item > .k-link.k-state-focused,
26963
+ > .k-item > .k-link.k-focus,
26838
26964
  > .k-panelbar-item > .k-link:focus,
26839
26965
  > .k-panelbar-item > .k-link.k-state-focus,
26840
- > .k-panelbar-item > .k-link.k-state-focused {
26966
+ > .k-panelbar-item > .k-link.k-focus,
26967
+ > .k-panelbar-item > .k-link.k-state-focused ,
26968
+ > .k-panelbar-item > .k-link.k-focus {
26841
26969
  @include fill(
26842
26970
  $panelbar-item-focused-text,
26843
26971
  $panelbar-item-focused-bg,
@@ -26850,8 +26978,10 @@ $panelbar-header-expanded-gradient: null !default;
26850
26978
  // Focus & Hover
26851
26979
  > .k-item > .k-link:focus:hover,
26852
26980
  > .k-item > .k-link.k-state-focus.k-state-hover,
26981
+ > .k-item > .k-link.k-focus.k-hover,
26853
26982
  > .k-panelbar-item > .k-link:focus:hover,
26854
- > .k-panelbar-item > .k-link.k-state-focus.k-state-hover {
26983
+ > .k-panelbar-item > .k-link.k-state-focus.k-state-hover ,
26984
+ > .k-panelbar-item > .k-link.k-focus.k-hover {
26855
26985
  @include fill(
26856
26986
  $panelbar-item-hovered-focused-text,
26857
26987
  $panelbar-item-hovered-focused-bg,
@@ -26862,7 +26992,9 @@ $panelbar-header-expanded-gradient: null !default;
26862
26992
 
26863
26993
  // Selected
26864
26994
  > .k-item > .k-link.k-state-selected,
26865
- > .k-panelbar-item > .k-link.k-state-selected {
26995
+ > .k-item > .k-link.k-selected,
26996
+ > .k-panelbar-item > .k-link.k-state-selected ,
26997
+ > .k-panelbar-item > .k-link.k-selected {
26866
26998
  @include fill(
26867
26999
  $panelbar-item-selected-text,
26868
27000
  $panelbar-item-selected-bg,
@@ -26873,9 +27005,13 @@ $panelbar-header-expanded-gradient: null !default;
26873
27005
 
26874
27006
  // Selected Hover
26875
27007
  > .k-item > .k-link.k-state-selected:hover,
27008
+ > .k-item > .k-link.k-selected:hover,
26876
27009
  > .k-item > .k-link.k-state-selected.k-state-hover,
27010
+ > .k-item > .k-link.k-selected.k-hover,
26877
27011
  > .k-panelbar-item > .k-link.k-state-selected:hover,
26878
- > .k-panelbar-item > .k-link.k-state-selected.k-state-hover {
27012
+ > .k-panelbar-item > .k-link.k-selected:hover,
27013
+ > .k-panelbar-item > .k-link.k-state-selected.k-state-hover ,
27014
+ > .k-panelbar-item > .k-link.k-selected.k-hover {
26879
27015
  @include fill(
26880
27016
  $panelbar-item-selected-hovered-text,
26881
27017
  $panelbar-item-selected-hovered-bg,
@@ -26886,11 +27022,17 @@ $panelbar-header-expanded-gradient: null !default;
26886
27022
 
26887
27023
  // Selected Focus
26888
27024
  > .k-item > .k-link.k-state-selected:focus,
27025
+ > .k-item > .k-link.k-selected:focus,
26889
27026
  > .k-item > .k-link.k-state-selected.k-state-focus,
27027
+ > .k-item > .k-link.k-selected.k-focus,
26890
27028
  > .k-item > .k-link.k-state-selected.k-state-focused,
27029
+ > .k-item > .k-link.k-selected.k-focused,
26891
27030
  > .k-panelbar-item > .k-link.k-state-selected:focus,
27031
+ > .k-panelbar-item > .k-link.k-selected:focus,
26892
27032
  > .k-panelbar-item > .k-link.k-state-selected.k-state-focus,
26893
- > .k-item > .k-link.k-state-selected.k-state-focused {
27033
+ > .k-panelbar-item > .k-link.k-selected.k-focus,
27034
+ > .k-item > .k-link.k-state-selected.k-state-focused ,
27035
+ > .k-item > .k-link.k-selected.k-focused {
26894
27036
  @include fill(
26895
27037
  $panelbar-item-selected-focused-text,
26896
27038
  $panelbar-item-selected-focused-bg,
@@ -26901,11 +27043,17 @@ $panelbar-header-expanded-gradient: null !default;
26901
27043
 
26902
27044
  // Selected Focus & Hover
26903
27045
  > .k-item > .k-link.k-state-selected:focus:hover,
27046
+ > .k-item > .k-link.k-selected:focus:hover,
26904
27047
  > .k-item > .k-link.k-state-selected.k-state-focus.k-state-hover,
27048
+ > .k-item > .k-link.k-selected.k-focus.k-state-hover,
26905
27049
  > .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover,
27050
+ > .k-item > .k-link.k-selected.k-focused.k-state-hover,
26906
27051
  > .k-panelbar-item > .k-link.k-state-selected:focus:hover,
27052
+ > .k-panelbar-item > .k-link.k-selected:focus:hover,
26907
27053
  > .k-panelbar-item > .k-link.k-state-selected.k-state-focus.k-state-hover,
26908
- > .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover {
27054
+ > .k-panelbar-item > .k-link.k-selected.k-focus.k-state-hover,
27055
+ > .k-item > .k-link.k-state-selected.k-state-focused.k-state-hover ,
27056
+ > .k-item > .k-link.k-selected.k-focused.k-state-hover {
26909
27057
  @include fill(
26910
27058
  $panelbar-item-selected-hovered-focused-text,
26911
27059
  $panelbar-item-selected-hovered-focused-bg,
@@ -27183,6 +27331,7 @@ $splitbar-selected-text: $selected-text !default;
27183
27331
  }
27184
27332
  .k-splitbar:hover,
27185
27333
  .k-splitbar.k-state-hover,
27334
+ .k-splitbar.k-hover,
27186
27335
  .k-splitbar-horizontal-hover,
27187
27336
  .k-splitbar-vertical-hover {
27188
27337
  color: $splitbar-hover-text;
@@ -27190,7 +27339,9 @@ $splitbar-selected-text: $selected-text !default;
27190
27339
  }
27191
27340
  .k-splitbar:focus,
27192
27341
  .k-splitbar.k-state-focus,
27193
- .k-splitbar.k-state-focused {
27342
+ .k-splitbar.k-focus,
27343
+ .k-splitbar.k-state-focused ,
27344
+ .k-splitbar.k-focus {
27194
27345
  color: $splitbar-selected-text;
27195
27346
  background: $splitbar-selected-bg;
27196
27347
  }
@@ -27296,7 +27447,8 @@ $tilelayout-hint-border: $component-border !default;
27296
27447
  .k-tilelayout-item:focus,
27297
27448
  .k-tilelayout-item.k-focus,
27298
27449
  .k-tilelayout-item.k-state-focus,
27299
- .k-tilelayout-item.k-state-focused {
27450
+ .k-tilelayout-item.k-state-focused ,
27451
+ .k-tilelayout-item.k-focus {
27300
27452
  @include box-shadow($tilelayout-card-focus-shadow);
27301
27453
  }
27302
27454
 
@@ -27967,11 +28119,13 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
27967
28119
 
27968
28120
  .k-column-menu {
27969
28121
 
27970
- .k-listgroup-item.k-state-selected {
28122
+ .k-listgroup-item.k-state-selected ,
28123
+ .k-listgroup-item.k-selected {
27971
28124
  color: $adaptive-grid-sort-text;
27972
28125
  background: none;
27973
28126
  }
27974
- .k-listgroup-item.k-state-selected .k-link {
28127
+ .k-listgroup-item.k-state-selected .k-link ,
28128
+ .k-listgroup-item.k-selected .k-link {
27975
28129
  color: inherit;
27976
28130
  }
27977
28131
  }
@@ -29605,27 +29759,33 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29605
29759
 
29606
29760
  // Hover state
29607
29761
  tbody tr:not(.k-detail-row):hover,
29608
- tbody tr:not(.k-detail-row).k-state-hover {
29762
+ tbody tr:not(.k-detail-row).k-state-hover ,
29763
+ tbody tr:not(.k-detail-row).k-hover {
29609
29764
  color: $grid-hovered-text;
29610
29765
  background-color: $grid-hovered-bg;
29611
29766
  }
29612
29767
 
29613
29768
  // Selected state
29614
29769
  td.k-state-selected,
29615
- tr.k-state-selected > td {
29770
+ td.k-selected,
29771
+ tr.k-state-selected > td ,
29772
+ tr.k-selected > td {
29616
29773
  color: $grid-selected-text;
29617
29774
  background-color: $grid-selected-bg;
29618
29775
  }
29619
29776
 
29620
29777
  // Focused state
29621
29778
  td.k-state-focused,
29779
+ td.k-focus,
29622
29780
  th.k-state-focused,
29781
+ th.k-focus,
29623
29782
  th:focus,
29624
29783
  .k-master-row > td:focus,
29625
29784
  .k-grouping-row > td:focus,
29626
29785
  .k-detail-row > td:focus,
29627
29786
  .k-group-footer > td:focus,
29628
- .k-grid-pager.k-state-focused {
29787
+ .k-grid-pager.k-state-focused ,
29788
+ .k-grid-pager.k-focus {
29629
29789
  box-shadow: $grid-focused-shadow;
29630
29790
  }
29631
29791
 
@@ -29667,17 +29827,21 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29667
29827
  }
29668
29828
 
29669
29829
  // Selected state
29670
- .k-state-selected td {
29830
+ .k-state-selected td ,
29831
+ .k-selected td {
29671
29832
  @include fill( $bg: $grid-sticky-selected-bg );
29672
29833
  }
29673
29834
 
29674
- .k-state-selected.k-alt td {
29835
+ .k-state-selected.k-alt td ,
29836
+ .k-selected.k-alt td {
29675
29837
  @include fill( $bg: $grid-sticky-selected-alt-bg );
29676
29838
  }
29677
29839
 
29678
29840
  // Selected hover
29679
29841
  .k-state-selected:hover td,
29680
- .k-state-selected.k-state-hover td {
29842
+ .k-selected:hover td,
29843
+ .k-state-selected.k-state-hover td ,
29844
+ .k-selected.k-hover td {
29681
29845
  @include fill( $bg: $grid-sticky-selected-hovered-bg );
29682
29846
  }
29683
29847
  }
@@ -29718,10 +29882,12 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29718
29882
  }
29719
29883
  &:focus,
29720
29884
  &.k-state-focus,
29885
+ &.k-focus,
29721
29886
  &.k-state-border-down {
29722
29887
  box-shadow: inset 0 0 0 2px rgba( 0, 0, 0, .1 );
29723
29888
  }
29724
- &.k-state-active {
29889
+ &.k-state-active ,
29890
+ &.k-active {
29725
29891
  color: $selected-text;
29726
29892
  background-color: $selected-bg;
29727
29893
  }
@@ -29777,14 +29943,20 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29777
29943
 
29778
29944
  // Selected state
29779
29945
  &.k-state-selected .k-grid-content-sticky,
29946
+ &.k-selected .k-grid-content-sticky,
29780
29947
  &.k-state-selected .k-grid-row-sticky,
29781
- td.k-grid-content-sticky.k-state-selected {
29948
+ &.k-selected .k-grid-row-sticky,
29949
+ td.k-grid-content-sticky.k-state-selected ,
29950
+ td.k-grid-content-sticky.k-selected {
29782
29951
  @include fill( $bg: $grid-sticky-selected-bg );
29783
29952
  }
29784
29953
 
29785
29954
  &.k-state-selected.k-alt .k-grid-content-sticky,
29955
+ &.k-selected.k-alt .k-grid-content-sticky,
29786
29956
  &.k-state-selected.k-alt .k-grid-row-sticky,
29787
- &.k-alt td.k-grid-content-sticky.k-state-selected {
29957
+ &.k-selected.k-alt .k-grid-row-sticky,
29958
+ &.k-alt td.k-grid-content-sticky.k-state-selected ,
29959
+ &.k-alt td.k-grid-content-sticky.k-selected {
29788
29960
  @include fill( $bg: $grid-sticky-selected-alt-bg );
29789
29961
  }
29790
29962
 
@@ -29793,18 +29965,26 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29793
29965
  &:hover .k-grid-content-sticky,
29794
29966
  &:hover .k-grid-row-sticky,
29795
29967
  &.k-state-hover .k-grid-content-sticky,
29796
- &.k-state-hover .k-grid-row-sticky {
29968
+ &.k-hover .k-grid-content-sticky,
29969
+ &.k-state-hover .k-grid-row-sticky ,
29970
+ &.k-hover .k-grid-row-sticky {
29797
29971
  background-color: $grid-sticky-hovered-bg;
29798
29972
  }
29799
29973
 
29800
29974
 
29801
29975
  // Selected hover
29802
29976
  &.k-state-selected:hover .k-grid-content-sticky,
29977
+ &.k-selected:hover .k-grid-content-sticky,
29803
29978
  &.k-state-selected:hover .k-grid-row-sticky,
29979
+ &.k-selected:hover .k-grid-row-sticky,
29804
29980
  &.k-state-selected.k-state-hover .k-grid-content-sticky,
29981
+ &.k-selected.k-hover .k-grid-content-sticky,
29805
29982
  &.k-state-selected.k-state-hover .k-grid-row-sticky,
29983
+ &.k-selected.k-hover .k-grid-row-sticky,
29806
29984
  &:hover td.k-grid-content-sticky.k-state-selected,
29807
- &.k-state-hover td.k-grid-content-sticky.k-state-selected {
29985
+ &:hover td.k-grid-content-sticky.k-selected,
29986
+ &.k-state-hover td.k-grid-content-sticky.k-state-selected ,
29987
+ &.k-hover td.k-grid-content-sticky.k-selected {
29808
29988
  background-color: $grid-sticky-selected-hovered-bg;
29809
29989
  }
29810
29990
  }
@@ -29817,7 +29997,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29817
29997
  background-color: $grid-sticky-bg;
29818
29998
 
29819
29999
  &:hover,
29820
- &.k-state-hover {
30000
+ &.k-state-hover ,
30001
+ &.k-hover {
29821
30002
  background-color: $grid-sticky-hovered-bg;
29822
30003
  }
29823
30004
  }
@@ -29830,7 +30011,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29830
30011
  }
29831
30012
 
29832
30013
  &:hover td,
29833
- &.k-state-hover td {
30014
+ &.k-state-hover td ,
30015
+ &.k-hover td {
29834
30016
  background-color: $grid-sticky-hovered-bg;
29835
30017
  }
29836
30018
  }
@@ -29842,43 +30024,66 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29842
30024
 
29843
30025
  // Selected state
29844
30026
  tr.k-state-selected .k-grid-content-sticky,
30027
+ tr.k-selected .k-grid-content-sticky,
29845
30028
  .k-state-selected.k-grid-row-sticky td,
30029
+ .k-selected.k-grid-row-sticky td,
29846
30030
  .k-grid-row-sticky td.k-state-selected,
29847
- .k-state-selected.k-grid-content-sticky {
30031
+ .k-grid-row-sticky td.k-selected,
30032
+ .k-state-selected.k-grid-content-sticky ,
30033
+ .k-selected.k-grid-content-sticky {
29848
30034
  @include fill( $bg: $grid-sticky-selected-bg );
29849
30035
  }
29850
30036
 
29851
30037
  tr.k-state-selected.k-alt .k-grid-content-sticky,
30038
+ tr.k-selected.k-alt .k-grid-content-sticky,
29852
30039
  .k-state-selected.k-alt.k-grid-row-sticky td,
29853
- .k-alt .k-state-selected.k-grid-content-sticky {
30040
+ .k-selected.k-alt.k-grid-row-sticky td,
30041
+ .k-alt .k-state-selected.k-grid-content-sticky ,
30042
+ .k-alt .k-selected.k-grid-content-sticky {
29854
30043
  @include fill( $bg: $grid-sticky-selected-alt-bg );
29855
30044
  }
29856
30045
 
29857
30046
  // Hover state
29858
30047
  tr:hover .k-grid-content-sticky,
29859
30048
  tr.k-state-hover .k-grid-content-sticky,
30049
+ tr.k-hover .k-grid-content-sticky,
29860
30050
  .k-grid-row-sticky:hover td,
29861
30051
  .k-grid-row-sticky.k-state-hover td,
30052
+ .k-grid-row-sticky.k-hover td,
29862
30053
  .k-grid-row-sticky.k-alt:hover td,
29863
30054
  .k-grid-row-sticky.k-alt.k-state-hover td,
30055
+ .k-grid-row-sticky.k-alt.k-hover td,
29864
30056
  .k-alt:hover .k-grid-content-sticky,
29865
- .k-alt.k-state-hover .k-grid-content-sticky {
30057
+ .k-alt.k-state-hover .k-grid-content-sticky ,
30058
+ .k-alt.k-hover .k-grid-content-sticky {
29866
30059
  background-color: $grid-sticky-hovered-bg;
29867
30060
  }
29868
30061
 
29869
30062
  // Selected + Hover
29870
30063
  tr.k-state-selected:hover .k-grid-content-sticky,
30064
+ tr.k-selected:hover .k-grid-content-sticky,
29871
30065
  tr.k-state-selected.k-state-hover .k-grid-content-sticky,
30066
+ tr.k-selected.k-hover .k-grid-content-sticky,
29872
30067
  .k-state-selected.k-grid-row-sticky:hover td,
30068
+ .k-selected.k-grid-row-sticky:hover td,
29873
30069
  .k-state-selected.k-grid-row-sticky.k-state-hover td,
30070
+ .k-selected.k-grid-row-sticky.k-hover td,
29874
30071
  .k-state-selected.k-alt.k-grid-row-sticky:hover td,
30072
+ .k-selected.k-alt.k-grid-row-sticky:hover td,
29875
30073
  .k-state-selected.k-alt.k-grid-row-sticky.k-state-hover td,
30074
+ .k-selected.k-alt.k-grid-row-sticky.k-hover td,
29876
30075
  tr.k-state-selected.k-alt:hover .k-grid-content-sticky,
30076
+ tr.k-selected.k-alt:hover .k-grid-content-sticky,
29877
30077
  tr.k-state-selected.k-alt.k-state-hover .k-grid-content-sticky,
30078
+ tr.k-selected.k-alt.k-hover .k-grid-content-sticky,
29878
30079
  .k-grid-row-sticky:hover td.k-state-selected,
30080
+ .k-grid-row-sticky:hover td.k-selected,
29879
30081
  .k-grid-row-sticky.k-state-hover td.k-state-selected,
30082
+ .k-grid-row-sticky.k-hover td.k-selected,
29880
30083
  tr:hover .k-grid-content-sticky.k-state-selected,
29881
- tr.k-state-hover .k-grid-content-sticky.k-state-selected {
30084
+ tr:hover .k-grid-content-sticky.k-selected,
30085
+ tr.k-state-hover .k-grid-content-sticky.k-state-selected ,
30086
+ tr.k-hover .k-grid-content-sticky.k-selected {
29882
30087
  background-color: $grid-sticky-selected-hovered-bg;
29883
30088
  }
29884
30089
  }
@@ -29889,7 +30094,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29889
30094
  }
29890
30095
 
29891
30096
  &:hover .k-grid-content-sticky,
29892
- &.k-state-hover .k-grid-content-sticky {
30097
+ &.k-state-hover .k-grid-content-sticky ,
30098
+ &.k-hover .k-grid-content-sticky {
29893
30099
  @include fill( $bg: $grid-sticky-hovered-bg );
29894
30100
  }
29895
30101
  }
@@ -29902,12 +30108,14 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29902
30108
  );
29903
30109
  }
29904
30110
  .k-columnmenu-item:focus,
29905
- .k-columnmenu-item.k-state-focus {
30111
+ .k-columnmenu-item.k-state-focus ,
30112
+ .k-columnmenu-item.k-focus {
29906
30113
  @include box-shadow( $kendo-list-item-focus-shadow );
29907
30114
  }
29908
30115
 
29909
30116
  .k-columnmenu-item {
29910
- &.k-state-selected {
30117
+ &.k-state-selected ,
30118
+ &.k-selected {
29911
30119
  @include fill(
29912
30120
  $kendo-list-item-selected-text,
29913
30121
  $kendo-list-item-selected-bg
@@ -29932,14 +30140,16 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29932
30140
  );
29933
30141
 
29934
30142
  &:hover,
29935
- &.k-state-hover {
30143
+ &.k-state-hover ,
30144
+ &.k-hover {
29936
30145
  @include fill(
29937
30146
  $kendo-list-item-hover-text,
29938
30147
  $kendo-list-item-hover-bg
29939
30148
  );
29940
30149
  }
29941
30150
 
29942
- &.k-state-selected {
30151
+ &.k-state-selected ,
30152
+ &.k-selected {
29943
30153
  @include fill(
29944
30154
  $kendo-list-item-selected-text,
29945
30155
  $kendo-list-item-selected-bg
@@ -29947,7 +30157,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29947
30157
  }
29948
30158
 
29949
30159
  &:focus,
29950
- &.k-state-focused {
30160
+ &.k-state-focused ,
30161
+ &.k-focus {
29951
30162
  @include box-shadow( $kendo-list-item-focus-shadow );
29952
30163
  }
29953
30164
  }
@@ -30182,7 +30393,8 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
30182
30393
  // Listview content
30183
30394
  .k-listview-content {
30184
30395
 
30185
- > .k-state-focused {
30396
+ > .k-state-focused ,
30397
+ > .k-focus {
30186
30398
  @include fill(
30187
30399
  $listview-item-focus-text,
30188
30400
  $listview-item-focus-bg,
@@ -30191,7 +30403,8 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
30191
30403
  @include box-shadow( $listview-item-focus-shadow );
30192
30404
  }
30193
30405
 
30194
- > .k-state-selected {
30406
+ > .k-state-selected ,
30407
+ > .k-selected {
30195
30408
  @include fill(
30196
30409
  $listview-item-selected-text,
30197
30410
  $listview-item-selected-bg,
@@ -30568,7 +30781,8 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
30568
30781
  overflow: hidden;
30569
30782
 
30570
30783
  // disabled cells in the Spreadsheet should allow navigation if link is used
30571
- .k-state-disabled {
30784
+ .k-state-disabled ,
30785
+ .k-disabled {
30572
30786
  pointer-events: auto;
30573
30787
  }
30574
30788
  }
@@ -31129,7 +31343,8 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31129
31343
  background-position: 50% 50%;
31130
31344
 
31131
31345
  &:hover div,
31132
- &.k-state-hovered div {
31346
+ &.k-state-hovered div ,
31347
+ &.k-hover div {
31133
31348
  margin: 0;
31134
31349
  align-self: center;
31135
31350
  opacity: 1;
@@ -31194,7 +31409,8 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31194
31409
  .k-spreadsheet-insert-image-dialog {
31195
31410
  .k-spreadsheet-has-image {
31196
31411
  &:hover,
31197
- &.k-state-hovered {
31412
+ &.k-state-hovered ,
31413
+ &.k-hover {
31198
31414
  border-radius: $spreadsheet-insert-image-dialog-preview-overlay-border-radius;
31199
31415
  }
31200
31416
  }
@@ -31370,7 +31586,8 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31370
31586
  );
31371
31587
  }
31372
31588
 
31373
- &.k-state-active {
31589
+ &.k-state-active ,
31590
+ &.k-active {
31374
31591
  @include fill(
31375
31592
  $kendo-button-active-text,
31376
31593
  $kendo-button-active-bg,
@@ -31387,7 +31604,8 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31387
31604
  > .k-menu,
31388
31605
  > .k-menu:not(.k-context-menu) {
31389
31606
 
31390
- .k-item.k-state-hover {
31607
+ .k-item.k-state-hover ,
31608
+ .k-item.k-hover {
31391
31609
  @include fill(
31392
31610
  $kendo-list-item-hover-text,
31393
31611
  $kendo-list-item-hover-bg
@@ -31417,7 +31635,8 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31417
31635
  .k-button {}
31418
31636
 
31419
31637
  .k-button:hover,
31420
- .k-button.k-state-hover {
31638
+ .k-button.k-state-hover ,
31639
+ .k-button.k-hover {
31421
31640
  @include fill(
31422
31641
  $kendo-list-item-hover-text,
31423
31642
  $kendo-list-item-hover-bg
@@ -31425,7 +31644,9 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31425
31644
  }
31426
31645
  .k-button:active,
31427
31646
  .k-button.k-state-active,
31428
- .k-button.k-state-selected {
31647
+ .k-button.k-active,
31648
+ .k-button.k-state-selected ,
31649
+ .k-button.k-selected {
31429
31650
  @include fill(
31430
31651
  $kendo-list-item-selected-text,
31431
31652
  $kendo-list-item-selected-bg
@@ -31446,12 +31667,14 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31446
31667
 
31447
31668
  .k-spreadsheet-has-image {
31448
31669
  &:hover,
31449
- &.k-state-hovered {
31670
+ &.k-state-hovered ,
31671
+ &.k-hover {
31450
31672
  box-shadow: $spreadsheet-insert-image-dialog-preview-overlay-shadow;
31451
31673
  }
31452
31674
 
31453
31675
  &:hover div,
31454
- &.k-state-hovered div {
31676
+ &.k-state-hovered div ,
31677
+ &.k-hover div {
31455
31678
  color: $spreadsheet-insert-image-dialog-overlay-hovered-text;
31456
31679
  }
31457
31680
  }
@@ -32405,10 +32628,13 @@ $pivotgrid-remove-text: null !default;
32405
32628
 
32406
32629
  // Hover state
32407
32630
  .k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-state-hover,
32631
+ .k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
32408
32632
  .k-pivotgrid-row-headers tbody > .k-pivotgrid-row:hover,
32409
32633
  .k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-state-hover,
32634
+ .k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
32410
32635
  .k-pivotgrid-column-headers tbody > .k-pivotgrid-row:hover,
32411
32636
  .k-pivotgrid-values tbody > .k-pivotgrid-row.k-state-hover,
32637
+ .k-pivotgrid-values tbody > .k-pivotgrid-row.k-hover,
32412
32638
  .k-pivotgrid-values tbody > .k-pivotgrid-row:hover {
32413
32639
  @include fill (
32414
32640
  $pivotgrid-hover-text,
@@ -32419,6 +32645,7 @@ $pivotgrid-remove-text: null !default;
32419
32645
 
32420
32646
  // Focus state
32421
32647
  .k-pivotgrid-cell.k-state-focus,
32648
+ .k-pivotgrid-cell.k-focus,
32422
32649
  .k-pivotgrid-cell:focus,
32423
32650
  .k-master-row > .k-pivotgrid-cell:focus,
32424
32651
  .k-grouping-row > .k-pivotgrid-cell:focus,
@@ -32429,7 +32656,9 @@ $pivotgrid-remove-text: null !default;
32429
32656
 
32430
32657
  // Selected state
32431
32658
  .k-pivotgrid-cell.k-state-selected,
32432
- .k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell {
32659
+ .k-pivotgrid-cell.k-selected,
32660
+ .k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell ,
32661
+ .k-pivotgrid-row.k-selected > .k-pivotgrid-cell {
32433
32662
  @include fill (
32434
32663
  $pivotgrid-selected-text,
32435
32664
  $pivotgrid-selected-bg,
@@ -32657,7 +32886,8 @@ $treelist-footer-row-border-width: 1px !default;
32657
32886
  }
32658
32887
 
32659
32888
  .k-treelist-dragging,
32660
- .k-treelist-dragging .k-state-hover {
32889
+ .k-treelist-dragging .k-state-hover ,
32890
+ .k-treelist-dragging .k-hover {
32661
32891
  cursor: default;
32662
32892
  }
32663
32893
 
@@ -33372,7 +33602,8 @@ $filemanager-preview-icon-border: null !default;
33372
33602
  );
33373
33603
  }
33374
33604
 
33375
- &.k-state-selected .k-file-icon {
33605
+ &.k-state-selected .k-file-icon ,
33606
+ &.k-selected .k-file-icon {
33376
33607
  @include fill(
33377
33608
  inherit,
33378
33609
  transparent,
@@ -33830,7 +34061,8 @@ $taskboard-drag-placeholder-border: $component-border !default;
33830
34061
  );
33831
34062
  }
33832
34063
  .k-taskboard-column:focus,
33833
- .k-taskboard-column.k-state-focus {
34064
+ .k-taskboard-column.k-state-focus ,
34065
+ .k-taskboard-column.k-focus {
33834
34066
  @include fill(
33835
34067
  $taskboard-column-focus-text,
33836
34068
  $taskboard-column-focus-bg,
@@ -34029,7 +34261,8 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
34029
34261
  pointer-events: auto;
34030
34262
  }
34031
34263
 
34032
- .k-editor-content.k-state-focused {
34264
+ .k-editor-content.k-state-focused ,
34265
+ .k-editor-content.k-focus {
34033
34266
  outline-width: 1px;
34034
34267
  outline-style: dashed;
34035
34268
  }
@@ -34482,7 +34715,8 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
34482
34715
  display: block;
34483
34716
  margin: auto;
34484
34717
 
34485
- &.k-state-selected {
34718
+ &.k-state-selected ,
34719
+ &.k-selected {
34486
34720
  color: inherit;
34487
34721
  border-width: 0;
34488
34722
  background-image: none;
@@ -34701,7 +34935,8 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
34701
34935
 
34702
34936
  kendo-editor {
34703
34937
  &.k-readonly {
34704
- .k-editor-content.k-state-focused {
34938
+ .k-editor-content.k-state-focused ,
34939
+ .k-editor-content.k-focus {
34705
34940
  outline-color: $body-text;
34706
34941
  }
34707
34942
  }
@@ -34738,7 +34973,8 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
34738
34973
 
34739
34974
  // Hover & Actve state
34740
34975
  &:hover,
34741
- &.k-state-active {
34976
+ &.k-state-active ,
34977
+ &.k-active {
34742
34978
  border-color: $panel-border;
34743
34979
  }
34744
34980
  }
@@ -34755,7 +34991,8 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
34755
34991
 
34756
34992
  // Insert table
34757
34993
  .k-ct-popup {
34758
- .k-state-selected {
34994
+ .k-state-selected ,
34995
+ .k-selected {
34759
34996
  @include fill( $selected-text, $selected-bg, $selected-border, none );
34760
34997
  }
34761
34998
  }
@@ -35303,7 +35540,8 @@ $gantt-validation-tooltip-invalid-border: $error !default;
35303
35540
  }
35304
35541
  }
35305
35542
 
35306
- tr.k-state-selected > td:last-child {
35543
+ tr.k-state-selected > td:last-child ,
35544
+ tr.k-selected > td:last-child {
35307
35545
  background: transparent;
35308
35546
  }
35309
35547
 
@@ -35572,7 +35810,8 @@ $gantt-validation-tooltip-invalid-border: $error !default;
35572
35810
  border-color: currentColor;
35573
35811
  position: absolute;
35574
35812
  }
35575
- .k-gantt-line.k-state-selected {
35813
+ .k-gantt-line.k-state-selected ,
35814
+ .k-gantt-line.k-selected {
35576
35815
  z-index: 3;
35577
35816
  }
35578
35817
 
@@ -35645,7 +35884,8 @@ $gantt-validation-tooltip-invalid-border: $error !default;
35645
35884
  transform: translate(-50%, -50%);
35646
35885
  }
35647
35886
  .k-task-dot:hover::before,
35648
- .k-task-dot.k-state-hover::before {
35887
+ .k-task-dot.k-state-hover::before ,
35888
+ .k-task-dot.k-hover::before {
35649
35889
  border-width: 1px;
35650
35890
  }
35651
35891
  .k-task-start { left: 0; }
@@ -36115,7 +36355,8 @@ $gantt-validation-tooltip-invalid-border: $error !default;
36115
36355
  $border: $gantt-milestone-border
36116
36356
  );
36117
36357
  }
36118
- .k-task-milestone.k-state-selected .k-task-milestone-content {
36358
+ .k-task-milestone.k-state-selected .k-task-milestone-content ,
36359
+ .k-task-milestone.k-selected .k-task-milestone-content {
36119
36360
  @include fill(
36120
36361
  $bg: $gantt-milestone-selected-bg,
36121
36362
  $border: $gantt-milestone-selected-border
@@ -36129,7 +36370,8 @@ $gantt-validation-tooltip-invalid-border: $error !default;
36129
36370
  stroke: $gantt-line-fill;
36130
36371
  }
36131
36372
 
36132
- polyline.k-state-selected {
36373
+ polyline.k-state-selected ,
36374
+ polyline.k-selected {
36133
36375
  stroke: $gantt-line-selected-fill;
36134
36376
  }
36135
36377
  }
@@ -36182,7 +36424,8 @@ $gantt-validation-tooltip-invalid-border: $error !default;
36182
36424
  );
36183
36425
  }
36184
36426
  .k-task-dot:hover::before,
36185
- .k-task-dot.k-state-hover::before {
36427
+ .k-task-dot.k-state-hover::before ,
36428
+ .k-task-dot.k-hover::before {
36186
36429
  @include fill(
36187
36430
  $bg: $gantt-dot-hover-bg,
36188
36431
  $border: $gantt-dot-hover-border
@@ -36207,7 +36450,8 @@ $gantt-validation-tooltip-invalid-border: $error !default;
36207
36450
  );
36208
36451
  }
36209
36452
  }
36210
- .k-task-milestone.k-state-selected {
36453
+ .k-task-milestone.k-state-selected ,
36454
+ .k-task-milestone.k-selected {
36211
36455
  background-image: none;
36212
36456
  @include fill(
36213
36457
  $bg: $gantt-milestone-selected-bg,
@@ -36237,7 +36481,8 @@ $gantt-validation-tooltip-invalid-border: $error !default;
36237
36481
  .k-task-advanced .k-task-summary-complete {
36238
36482
  color: $gantt-advanced-bg;
36239
36483
  }
36240
- .k-task-summary.k-state-selected {
36484
+ .k-task-summary.k-state-selected ,
36485
+ .k-task-summary.k-selected {
36241
36486
  color: $gantt-summary-selected-bg;
36242
36487
 
36243
36488
  .k-task-summary-complete {
@@ -36280,7 +36525,8 @@ $gantt-validation-tooltip-invalid-border: $error !default;
36280
36525
  $bg: $gantt-advanced-bg
36281
36526
  );
36282
36527
  }
36283
- .k-task-single.k-state-selected {
36528
+ .k-task-single.k-state-selected ,
36529
+ .k-task-single.k-selected {
36284
36530
  @include fill(
36285
36531
  $gantt-task-selected-text,
36286
36532
  $gantt-task-selected-bg,
@@ -36296,7 +36542,8 @@ $gantt-validation-tooltip-invalid-border: $error !default;
36296
36542
  .k-gantt-line {
36297
36543
  color: $gantt-line-fill;
36298
36544
  }
36299
- .k-gantt-line.k-state-selected {
36545
+ .k-gantt-line.k-state-selected ,
36546
+ .k-gantt-line.k-selected {
36300
36547
  color: $gantt-line-selected-fill;
36301
36548
  }
36302
36549
 
@@ -36951,7 +37198,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
36951
37198
  }
36952
37199
 
36953
37200
  &:hover,
36954
- &.k-state-hover {
37201
+ &.k-state-hover ,
37202
+ &.k-hover {
36955
37203
  .k-event-delete {
36956
37204
  opacity: 1;
36957
37205
  }
@@ -37016,7 +37264,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37016
37264
 
37017
37265
  // Hover
37018
37266
  &:hover,
37019
- &.k-state-hover {
37267
+ &.k-state-hover ,
37268
+ &.k-hover {
37020
37269
  .k-event-actions .k-event-delete,
37021
37270
  .k-resize-handle {
37022
37271
  visibility: visible;
@@ -37274,9 +37523,11 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37274
37523
  visibility: hidden;
37275
37524
  }
37276
37525
  .k-state-hover .k-task > .k-event-delete,
37526
+ .k-hover .k-task > .k-event-delete,
37277
37527
  .k-scheduler-content tr:hover .k-event-delete,
37278
37528
  .k-scheduler-content .k-scheduler-row:hover .k-event-delete,
37279
- .k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete {
37529
+ .k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete ,
37530
+ .k-scheduler-content .k-scheduler-row.k-hover .k-event-delete {
37280
37531
  visibility: visible;
37281
37532
  }
37282
37533
  }
@@ -37349,7 +37600,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37349
37600
  position: relative;
37350
37601
  }
37351
37602
 
37352
- td.k-state-selected {
37603
+ td.k-state-selected ,
37604
+ td.k-selected {
37353
37605
  background-color: inherit;
37354
37606
  }
37355
37607
  }
@@ -37694,7 +37946,9 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37694
37946
  }
37695
37947
 
37696
37948
  .k-scheduler-layout td.k-state-selected,
37697
- .k-scheduler-layout .k-scheduler-cell.k-state-selected {
37949
+ .k-scheduler-layout td.k-selected,
37950
+ .k-scheduler-layout .k-scheduler-cell.k-state-selected ,
37951
+ .k-scheduler-layout .k-scheduler-cell.k-selected {
37698
37952
  background-color: rgba($selected-bg, .25);
37699
37953
  }
37700
37954
 
@@ -37716,7 +37970,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37716
37970
  );
37717
37971
  @include box-shadow( $scheduler-event-shadow );
37718
37972
 
37719
- &.k-state-hover {
37973
+ &.k-state-hover ,
37974
+ &.k-hover {
37720
37975
  @include fill(
37721
37976
  $scheduler-event-hover-text,
37722
37977
  $scheduler-event-hover-bg,
@@ -37726,7 +37981,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37726
37981
  @include box-shadow( $scheduler-event-hover-shadow );
37727
37982
  }
37728
37983
 
37729
- &.k-state-selected {
37984
+ &.k-state-selected ,
37985
+ &.k-selected {
37730
37986
  @include fill(
37731
37987
  $scheduler-event-selected-text,
37732
37988
  $scheduler-event-selected-bg,
@@ -37793,8 +38049,10 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37793
38049
  // Hover
37794
38050
  .k-scheduler-content tr:hover,
37795
38051
  .k-scheduler-content tr.k-state-hover,
38052
+ .k-scheduler-content tr.k-hover,
37796
38053
  .k-scheduler-content .k-scheduler-row:hover,
37797
- .k-scheduler-content .k-scheduler-row.k-state-hover {
38054
+ .k-scheduler-content .k-scheduler-row.k-state-hover ,
38055
+ .k-scheduler-content .k-scheduler-row.k-hover {
37798
38056
  @include fill(
37799
38057
  $hovered-text,
37800
38058
  $hovered-bg,
@@ -37806,7 +38064,9 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37806
38064
  .k-scheduler-content tr:hover .k-scheduler-datecolumn,
37807
38065
  .k-scheduler-content tr:hover .k-scheduler-groupcolumn,
37808
38066
  .k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
37809
- .k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn {
38067
+ .k-scheduler-content tr.k-hover .k-scheduler-datecolumn,
38068
+ .k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn ,
38069
+ .k-scheduler-content tr.k-hover .k-scheduler-groupcolumn {
37810
38070
  @include fill(
37811
38071
  $scheduler-text,
37812
38072
  $scheduler-bg,
@@ -37815,11 +38075,14 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37815
38075
  }
37816
38076
 
37817
38077
  // Selected
37818
- .k-scheduler-content tr.k-state-selected {
38078
+ .k-scheduler-content tr.k-state-selected ,
38079
+ .k-scheduler-content tr.k-selected {
37819
38080
  background-color: rgba($selected-bg, .25);
37820
38081
  }
37821
38082
  .k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
37822
- .k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn {
38083
+ .k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
38084
+ .k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn ,
38085
+ .k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
37823
38086
  background-color: $scheduler-bg;
37824
38087
  }
37825
38088
  }
@@ -37836,7 +38099,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
37836
38099
  @include fill( $bg: $scheduler-yearview-indicator-bg );
37837
38100
  }
37838
38101
 
37839
- .k-state-selected .k-day-indicator {
38102
+ .k-state-selected .k-day-indicator ,
38103
+ .k-selected .k-day-indicator {
37840
38104
  @include fill( $bg: $scheduler-yearview-indicator-selected-bg );
37841
38105
  }
37842
38106
  }
@@ -38136,7 +38400,8 @@ $chat-quick-reply-hover-border: $primary !default;
38136
38400
 
38137
38401
 
38138
38402
  // Message states
38139
- .k-message.k-state-selected {
38403
+ .k-message.k-state-selected ,
38404
+ .k-message.k-selected {
38140
38405
  margin-bottom: $chat-item-spacing-y;
38141
38406
  border: 0;
38142
38407
  color: inherit;
@@ -38265,6 +38530,7 @@ $chat-quick-reply-hover-border: $primary !default;
38265
38530
 
38266
38531
  &:focus,
38267
38532
  &.k-state-focus,
38533
+ &.k-focus,
38268
38534
  &:focus-within {
38269
38535
  outline: 0;
38270
38536
  box-shadow: none;
@@ -38344,7 +38610,8 @@ $chat-quick-reply-hover-border: $primary !default;
38344
38610
  flex: 0 0 auto;
38345
38611
  }
38346
38612
 
38347
- &.k-state-selected {
38613
+ &.k-state-selected ,
38614
+ &.k-selected {
38348
38615
  background: none;
38349
38616
  }
38350
38617
  }
@@ -38577,7 +38844,8 @@ $chat-quick-reply-hover-border: $primary !default;
38577
38844
  .k-bubble:hover {
38578
38845
  @include box-shadow( $chat-bubble-hover-shadow );
38579
38846
  }
38580
- .k-state-selected .k-bubble {
38847
+ .k-state-selected .k-bubble ,
38848
+ .k-selected .k-bubble {
38581
38849
  @include box-shadow( $chat-bubble-selected-shadow );
38582
38850
  }
38583
38851
 
@@ -38592,7 +38860,8 @@ $chat-quick-reply-hover-border: $primary !default;
38592
38860
  .k-alt .k-bubble:hover {
38593
38861
  @include box-shadow( $chat-alt-bubble-hover-shadow );
38594
38862
  }
38595
- .k-alt .k-state-selected .k-bubble {
38863
+ .k-alt .k-state-selected .k-bubble ,
38864
+ .k-alt .k-selected .k-bubble {
38596
38865
  @include box-shadow( $chat-alt-bubble-selected-shadow );
38597
38866
  }
38598
38867
 
@@ -39378,7 +39647,8 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
39378
39647
  color: $body-text;
39379
39648
  }
39380
39649
 
39381
- .k-timeline-arrow.k-state-disabled {
39650
+ .k-timeline-arrow.k-state-disabled ,
39651
+ .k-timeline-arrow.k-disabled {
39382
39652
  opacity: 1; // The arrow button in disabled mode should have a solid background
39383
39653
  color: $timeline-track-arrow-disabled-text;
39384
39654
  background-color: $timeline-track-arrow-disabled-bg;
@@ -39398,7 +39668,8 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
39398
39668
  background-color: $timeline-flag-bg;
39399
39669
  }
39400
39670
 
39401
- .k-timeline-track-item.k-state-focus .k-timeline-circle {
39671
+ .k-timeline-track-item.k-state-focus .k-timeline-circle ,
39672
+ .k-timeline-track-item.k-focus .k-timeline-circle {
39402
39673
  @include box-shadow( $timeline-track-item-focus-shadow );
39403
39674
  }
39404
39675
  }
@@ -40090,7 +40361,8 @@ $scrollview-transition-timing-function: ease-in-out !default;
40090
40361
  -webkit-tap-highlight-color: $scrollview-arrow-tap-highlight-color;
40091
40362
 
40092
40363
  &:focus,
40093
- &.k-state-focus {
40364
+ &.k-state-focus ,
40365
+ &.k-focus {
40094
40366
  color: $scrollview-navigation-color;
40095
40367
  opacity: $scrollview-navigation-hover-opacity;
40096
40368
 
@@ -40100,7 +40372,8 @@ $scrollview-transition-timing-function: ease-in-out !default;
40100
40372
  }
40101
40373
 
40102
40374
  &:hover,
40103
- &.k-state-hover {
40375
+ &.k-state-hover ,
40376
+ &.k-hover {
40104
40377
  color: $scrollview-navigation-color;
40105
40378
  opacity: $scrollview-navigation-hover-opacity;
40106
40379
 
@@ -40119,13 +40392,15 @@ $scrollview-transition-timing-function: ease-in-out !default;
40119
40392
  }
40120
40393
 
40121
40394
  &:focus,
40122
- &.k-state-focused {
40395
+ &.k-state-focused ,
40396
+ &.k-focus {
40123
40397
  box-shadow: $scrollview-pagebutton-shadow;
40124
40398
  }
40125
40399
  }
40126
40400
 
40127
40401
  .k-scrollview-nav > .k-link:hover,
40128
- .k-scrollview-nav > .k-link.k-state-hover {
40402
+ .k-scrollview-nav > .k-link.k-state-hover ,
40403
+ .k-scrollview-nav > .k-link.k-hover {
40129
40404
  box-shadow: $scrollview-pagebutton-shadow;
40130
40405
  }
40131
40406
 
@@ -40939,7 +41214,8 @@ $treemap-line-height: $line-height !default;
40939
41214
  .k-leaf.k-inverse {
40940
41215
  color: $component-text;
40941
41216
  }
40942
- .k-leaf.k-state-hover {
41217
+ .k-leaf.k-state-hover ,
41218
+ .k-leaf.k-hover {
40943
41219
  box-shadow: inset 0 0 0 3px $component-border;
40944
41220
  }
40945
41221
  }
@@ -41425,7 +41701,8 @@ $orgchart-line-v-height: 25px !default;
41425
41701
  .k-orgchart-node-group-container:focus,
41426
41702
  .k-orgchart-node-group-container.k-focus,
41427
41703
  .k-orgchart-node-group-container.k-state-focus,
41428
- .k-orgchart-node-group-container.k-state-focused {
41704
+ .k-orgchart-node-group-container.k-state-focused ,
41705
+ .k-orgchart-node-group-container.k-focus {
41429
41706
  @include box-shadow( $orgchart-node-group-focus-shadow );
41430
41707
  @include fill ( $border: $orgchart-node-group-focus-border );
41431
41708
  }