@progress/kendo-theme-default 5.6.1-dev.7 → 5.7.0

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 (84) hide show
  1. package/dist/all.css +245 -537
  2. package/dist/all.scss +113 -455
  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 +0 -3
  16. package/scss/adaptive/_theme.scss +0 -2
  17. package/scss/bottom-navigation/_layout.scss +0 -1
  18. package/scss/bottom-navigation/_theme.scss +0 -8
  19. package/scss/breadcrumb/_theme.scss +0 -5
  20. package/scss/calendar/_layout.scss +0 -1
  21. package/scss/calendar/_theme.scss +9 -22
  22. package/scss/card/_theme.scss +3 -7
  23. package/scss/chat/_layout.scss +0 -3
  24. package/scss/chat/_theme.scss +0 -2
  25. package/scss/coloreditor/_theme.scss +0 -1
  26. package/scss/colorgradient/_theme.scss +3 -5
  27. package/scss/colorpalette/_layout.scss +0 -4
  28. package/scss/colorpalette/_theme.scss +0 -5
  29. package/scss/common/_base.scss +1 -3
  30. package/scss/dataviz/_theme.scss +1 -1
  31. package/scss/drawer/_theme.scss +0 -5
  32. package/scss/editor/_layout.scss +0 -2
  33. package/scss/editor/_theme.scss +1 -3
  34. package/scss/expansion-panel/_theme.scss +0 -4
  35. package/scss/filemanager/_theme.scss +0 -1
  36. package/scss/floating-label/_layout.scss +0 -7
  37. package/scss/floating-label/_theme.scss +1 -2
  38. package/scss/forms/_variables.scss +1 -1
  39. package/scss/gantt/_layout.scss +2 -5
  40. package/scss/gantt/_theme.scss +0 -7
  41. package/scss/grid/_theme.scss +5 -62
  42. package/scss/input/_layout.scss +2 -4
  43. package/scss/listview/_theme.scss +0 -2
  44. package/scss/loader/_theme.scss +5 -2
  45. package/scss/orgchart/_theme.scss +1 -5
  46. package/scss/pager/_layout.scss +0 -3
  47. package/scss/pager/_theme.scss +1 -13
  48. package/scss/panelbar/_layout.scss +4 -0
  49. package/scss/panelbar/_theme.scss +5 -54
  50. package/scss/pivotgrid/_theme.scss +7 -11
  51. package/scss/progressbar/_layout.scss +0 -12
  52. package/scss/progressbar/_theme.scss +0 -1
  53. package/scss/radio/_layout.scss +0 -1
  54. package/scss/radio/_theme.scss +0 -5
  55. package/scss/rating/_layout.scss +1 -1
  56. package/scss/rating/_theme.scss +0 -6
  57. package/scss/scheduler/_layout.scss +0 -5
  58. package/scss/scheduler/_theme.scss +1 -12
  59. package/scss/scrollview/_theme.scss +0 -4
  60. package/scss/signature/_layout.scss +9 -6
  61. package/scss/signature/_variables.scss +23 -21
  62. package/scss/slider/_layout.scss +0 -1
  63. package/scss/slider/_theme.scss +0 -3
  64. package/scss/splitter/_layout.scss +1 -1
  65. package/scss/splitter/_theme.scss +0 -4
  66. package/scss/spreadsheet/_layout.scss +1 -4
  67. package/scss/spreadsheet/_theme.scss +1 -7
  68. package/scss/stepper/_theme.scss +0 -1
  69. package/scss/tabstrip/_layout.scss +0 -7
  70. package/scss/tabstrip/_theme.scss +0 -6
  71. package/scss/taskboard/_layout.scss +1 -3
  72. package/scss/taskboard/_theme.scss +6 -13
  73. package/scss/tilelayout/_theme.scss +0 -3
  74. package/scss/timeline/_theme.scss +0 -2
  75. package/scss/timeselector/_layout.scss +0 -1
  76. package/scss/timeselector/_theme.scss +0 -1
  77. package/scss/treelist/_layout.scss +0 -1
  78. package/scss/typography/_variables.scss +1 -1
  79. package/scss/upload/_layout.scss +0 -1
  80. package/scss/upload/_theme.scss +0 -3
  81. package/scss/utils/_theme-colors.scss +14 -48
  82. package/scss/window/_theme.scss +0 -1
  83. package/scss/wizard/_layout.scss +0 -1
  84. package/scss/wizard/_theme.scss +2 -2
@@ -3,7 +3,7 @@
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#ff6358",
9
9
  "#ffd246",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#151515",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#50686e",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Ocean Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
- "version": "5.6.1-dev.7",
6
+ "version": "5.7.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "5.6.1-dev.7",
4
+ "version": "5.7.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "sass-build": "^1.0.0"
46
46
  },
47
- "gitHead": "cdbab1b2ebcaadb86f256c2d8d9cb8ffe2fef23b"
47
+ "gitHead": "5e316441f8406d4e3ef94f189ae71304cf7f6a15"
48
48
  }
@@ -43,7 +43,6 @@
43
43
 
44
44
  // Hover state
45
45
  &:hover,
46
- &.k-state-hover,
47
46
  &.k-hover {
48
47
  @include fill(
49
48
  $actionsheet-item-hover-text,
@@ -57,7 +56,6 @@
57
56
 
58
57
  // Focus state
59
58
  &:focus,
60
- &.k-state-focus,
61
59
  &.k-focus {
62
60
  @include fill(
63
61
  $actionsheet-item-focus-text,
@@ -71,7 +69,6 @@
71
69
 
72
70
  // Disabed state
73
71
  &:disabled,
74
- &.k-state-disabled,
75
72
  &.k-disabled {
76
73
  @include fill(
77
74
  $actionsheet-item-disabled-text,
@@ -82,12 +82,10 @@
82
82
 
83
83
  .k-column-menu {
84
84
 
85
- .k-listgroup-item.k-state-selected,
86
85
  .k-listgroup-item.k-selected {
87
86
  color: $adaptive-grid-sort-text;
88
87
  background: none;
89
88
  }
90
- .k-listgroup-item.k-state-selected .k-link,
91
89
  .k-listgroup-item.k-selected .k-link {
92
90
  color: inherit;
93
91
  }
@@ -80,7 +80,6 @@
80
80
  outline: 0;
81
81
  }
82
82
  }
83
- .k-bottom-nav-item.k-state-disabled,
84
83
  .k-bottom-nav-item.k-disabled {
85
84
  background-color: initial;
86
85
  }
@@ -8,15 +8,11 @@
8
8
  $bg: $color
9
9
  );
10
10
 
11
- .k-bottom-nav-item.k-state-focus,
12
- .k-bottom-nav-item.k-focus,
13
- .k-bottom-nav-item.k-state-focused,
14
11
  .k-bottom-nav-item.k-focus,
15
12
  .k-bottom-nav-item:focus {
16
13
  @include fill( $bg: rgba(true-mix( $color, contrast-wcag( $color ), 35%), .2));
17
14
  }
18
15
 
19
- .k-bottom-nav-item.k-state-selected,
20
16
  .k-bottom-nav-item.k-selected {
21
17
  @include fill( $color: contrast-wcag( $color ) );
22
18
  }
@@ -31,16 +27,12 @@
31
27
  $bottom-nav-flat-border
32
28
  );
33
29
 
34
- .k-bottom-nav-item.k-state-focus,
35
- .k-bottom-nav-item.k-focus,
36
- .k-bottom-nav-item.k-state-focused,
37
30
  .k-bottom-nav-item.k-focus,
38
31
  .k-bottom-nav-item:focus {
39
32
  @include fill( $bg: rgba($bottom-nav-flat-text, .05) );
40
33
  }
41
34
 
42
35
  @each $name, $color in $kendo-theme-colors {
43
- &.k-bottom-nav-#{$name} .k-bottom-nav-item.k-state-selected,
44
36
  &.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
45
37
  @if $name == "secondary" or $name == "light" {
46
38
  @include fill( $color: try-shade($color, 3) );
@@ -9,7 +9,6 @@
9
9
  );
10
10
 
11
11
  &:focus,
12
- &.k-state-focused,
13
12
  &.k-focus {
14
13
  @include box-shadow( $breadcrumb-focused-shadow );
15
14
  }
@@ -26,7 +25,6 @@
26
25
 
27
26
  // Hovered state
28
27
  &:hover,
29
- &.k-state-hover,
30
28
  &.k-hover {
31
29
  @include fill(
32
30
  $breadcrumb-link-hovered-text,
@@ -37,7 +35,6 @@
37
35
 
38
36
  // Focused state
39
37
  &:focus,
40
- &.k-state-focused,
41
38
  &.k-focus {
42
39
  @include fill(
43
40
  $breadcrumb-link-focused-text,
@@ -59,7 +56,6 @@
59
56
 
60
57
  // Hovered state
61
58
  &:hover,
62
- &.k-state-hover,
63
59
  &.k-hover {
64
60
  @include fill(
65
61
  $breadcrumb-root-link-hovered-text,
@@ -70,7 +66,6 @@
70
66
 
71
67
  // Focused state
72
68
  &:focus,
73
- &.k-state-focused,
74
69
  &.k-focus {
75
70
  @include fill(
76
71
  $breadcrumb-root-link-focused-text,
@@ -445,7 +445,6 @@
445
445
  }
446
446
 
447
447
  // // styles are applied to the k-link element inside
448
- // .k-state-selected,
449
448
  // .k-selected {
450
449
  // color: inherit;
451
450
  // background: transparent;
@@ -31,10 +31,8 @@
31
31
 
32
32
  &:hover,
33
33
  &.k-hover,
34
- &.k-state-hover,
35
34
  &:focus,
36
- &.k-focus,
37
- &.k-state-focus {
35
+ &.k-focus {
38
36
  color: $calendar-today-nav-hover-text;
39
37
  }
40
38
  }
@@ -55,8 +53,7 @@
55
53
  .k-calendar-cell-inner {
56
54
  box-shadow: inset 0 0 0 1px $calendar-today-color;
57
55
  }
58
- &.k-focus .k-calendar-cell-inner,
59
- &.k-state-focused .k-calendar-cell-inner {
56
+ &.k-focus .k-calendar-cell-inner {
60
57
  box-shadow: inset 0 0 0 1px $calendar-today-color, $calendar-cell-focused-shadow;
61
58
  }
62
59
  } @else if $calendar-today-style == color {
@@ -90,8 +87,7 @@
90
87
 
91
88
  // Interactive states
92
89
  .k-calendar-td:hover .k-calendar-cell-inner,
93
- .k-calendar-td.k-hover .k-calendar-cell-inner,
94
- .k-calendar-td.k-state-hover .k-calendar-cell-inner {
90
+ .k-calendar-td.k-hover .k-calendar-cell-inner {
95
91
  @include fill(
96
92
  $calendar-cell-hover-text,
97
93
  $calendar-cell-hover-bg,
@@ -99,8 +95,7 @@
99
95
  $calendar-cell-hover-gradient
100
96
  );
101
97
  }
102
- .k-calendar-td.k-selected .k-calendar-cell-inner,
103
- .k-calendar-td.k-state-selected .k-calendar-cell-inner {
98
+ .k-calendar-td.k-selected .k-calendar-cell-inner {
104
99
  @include fill(
105
100
  $calendar-cell-selected-text,
106
101
  $calendar-cell-selected-bg,
@@ -109,8 +104,7 @@
109
104
  );
110
105
  }
111
106
  .k-calendar-td.k-selected:hover .k-calendar-cell-inner,
112
- .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
113
- .k-calendar-td.k-state-selected:hover .k-calendar-cell-inner {
107
+ .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner {
114
108
  @include fill(
115
109
  $calendar-cell-selected-hover-text,
116
110
  $calendar-cell-selected-hover-bg,
@@ -119,14 +113,11 @@
119
113
  );
120
114
  }
121
115
  .k-calendar-td:focus .k-calendar-cell-inner,
122
- .k-calendar-td.k-focus .k-calendar-cell-inner,
123
- .k-calendar-td.k-state-focus .k-calendar-cell-inner,
124
- .k-calendar-td.k-state-focused .k-calendar-cell-inner {
116
+ .k-calendar-td.k-focus .k-calendar-cell-inner {
125
117
  box-shadow: $calendar-cell-focused-shadow;
126
118
  }
127
119
  .k-calendar-td.k-selected:focus .k-calendar-cell-inner,
128
- .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner,
129
- .k-calendar-td.k-state-selected.k-state-focus .k-calendar-cell-inner {
120
+ .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner {
130
121
  box-shadow: $calendar-cell-selected-focus-shadow;
131
122
  }
132
123
 
@@ -140,8 +131,7 @@
140
131
  box-shadow: inset -1px 0 $calendar-navigation-border;
141
132
 
142
133
  li:hover,
143
- li.k-hover,
144
- li.k-state-hover {
134
+ li.k-hover {
145
135
  color: $calendar-today-nav-hover-text;
146
136
  }
147
137
  }
@@ -164,7 +154,6 @@
164
154
  // Invalid
165
155
  &.k-invalid,
166
156
  &.k-invalid:hover,
167
- &.k-state-invalid,
168
157
  &.ng-invalid.ng-touched,
169
158
  &.ng-invalid.ng-dirty {
170
159
  border-color: $invalid-border;
@@ -212,9 +201,7 @@
212
201
  }
213
202
 
214
203
  .k-range-start.k-active,
215
- .k-range-start.k-state-active,
216
- .k-range-end.k-active,
217
- .k-range-end.k-state-active {
204
+ .k-range-end.k-active {
218
205
  .k-calendar-cell-inner {
219
206
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .2);
220
207
  }
@@ -15,8 +15,7 @@
15
15
  }
16
16
 
17
17
  &:focus,
18
- &.k-focus,
19
- &.k-state-focus {
18
+ &.k-focus {
20
19
  @include fill(
21
20
  $card-focus-text,
22
21
  $card-focus-bg,
@@ -25,8 +24,7 @@
25
24
  @include box-shadow( $card-focus-shadow );
26
25
  }
27
26
 
28
- &.k-selected,
29
- &.k-state-selected {
27
+ &.k-selected {
30
28
  @include box-shadow( $card-focus-shadow );
31
29
  }
32
30
  }
@@ -78,10 +76,8 @@
78
76
 
79
77
 
80
78
  .k-card-wrap {
81
- &.k-state-focused,
82
- &.k-focus,
83
79
  &:focus,
84
- &.k-state-selected,
80
+ &.k-focus,
85
81
  &.k-selected {
86
82
  > .k-card {
87
83
  @include box-shadow( $card-focus-shadow );
@@ -152,7 +152,6 @@
152
152
 
153
153
 
154
154
  // Message states
155
- .k-message.k-state-selected,
156
155
  .k-message.k-selected {
157
156
  margin-bottom: $chat-item-spacing-y;
158
157
  border: 0;
@@ -281,7 +280,6 @@
281
280
  align-items: center;
282
281
 
283
282
  &:focus,
284
- &.k-state-focus,
285
283
  &.k-focus,
286
284
  &:focus-within {
287
285
  outline: 0;
@@ -362,7 +360,6 @@
362
360
  flex: 0 0 auto;
363
361
  }
364
362
 
365
- &.k-state-selected,
366
363
  &.k-selected {
367
364
  background: none;
368
365
  }
@@ -38,7 +38,6 @@
38
38
  .k-bubble:hover {
39
39
  @include box-shadow( $chat-bubble-hover-shadow );
40
40
  }
41
- .k-state-selected .k-bubble,
42
41
  .k-selected .k-bubble {
43
42
  @include box-shadow( $chat-bubble-selected-shadow );
44
43
  }
@@ -54,7 +53,6 @@
54
53
  .k-alt .k-bubble:hover {
55
54
  @include box-shadow( $chat-alt-bubble-hover-shadow );
56
55
  }
57
- .k-alt .k-state-selected .k-bubble,
58
56
  .k-alt .k-selected .k-bubble {
59
57
  @include box-shadow( $chat-alt-bubble-selected-shadow );
60
58
  }
@@ -10,7 +10,6 @@
10
10
  }
11
11
 
12
12
  .k-coloreditor:focus,
13
- .k-coloreditor.k-state-focus,
14
13
  .k-coloreditor.k-focus {
15
14
  @include fill( $border: $coloreditor-focus-border );
16
15
  @include box-shadow( $coloreditor-focus-shadow );
@@ -10,7 +10,6 @@
10
10
  }
11
11
 
12
12
  .k-colorgradient:focus,
13
- .k-colorgradient.k-state-focus,
14
13
  .k-colorgradient.k-focus {
15
14
  @include fill( $border: $colorgradient-focus-border );
16
15
  @include box-shadow( $colorgradient-focus-shadow );
@@ -31,16 +30,15 @@
31
30
  @include box-shadow( $colorgradient-draghandle-shadow );
32
31
 
33
32
  &:focus,
34
- &.k-state-focus,
35
33
  &.k-focus {
36
34
  @include fill( $bg: transparent, $border: $white );
37
35
  @include box-shadow( $colorgradient-draghandle-focus-shadow );
38
36
  }
39
37
 
40
- &:active,
41
38
  &:hover,
42
- &.k-state-hover,
43
- &.k-hover {
39
+ &.k-hover,
40
+ &.k-active,
41
+ &:active {
44
42
  @include fill( $bg: transparent, $border: $white );
45
43
  @include box-shadow( $colorgradient-draghandle-hover-shadow );
46
44
  }
@@ -38,18 +38,14 @@
38
38
  -ms-high-contrast-adjust: none;
39
39
 
40
40
  &:hover,
41
- &.k-state-hover,
42
41
  &.k-hover {
43
42
  position: relative;
44
43
  z-index: 101;
45
44
  }
46
45
 
47
46
  &:focus,
48
- &.k-state-focus,
49
47
  &.k-focus,
50
- &.k-state-selected,
51
48
  &.k-selected,
52
- &.k-state-selected:hover,
53
49
  &.k-selected:hover {
54
50
  position: relative;
55
51
  z-index: 100;
@@ -4,20 +4,15 @@
4
4
  .k-colorpalette-tile {
5
5
 
6
6
  &:focus,
7
- &.k-state-focus,
8
7
  &.k-focus {
9
8
  @include box-shadow( $colorpalette-tile-focus-shadow );
10
9
  }
11
10
 
12
11
  &:hover,
13
- &.k-state-hover,
14
12
  &.k-hover {
15
13
  @include box-shadow( $colorpalette-tile-hover-shadow );
16
14
  }
17
15
 
18
- &.k-state-selected,
19
- &.k-selected,
20
- &.k-state-selected:hover,
21
16
  &.k-selected,
22
17
  &.k-selected:hover {
23
18
  @include box-shadow( $colorpalette-tile-selected-shadow );
@@ -113,7 +113,6 @@
113
113
  @include exports( "common/disabled" ) {
114
114
 
115
115
  // Disabled state
116
- .k-state-disabled,
117
116
  .k-disabled,
118
117
  .k-widget[disabled],
119
118
  .k-disabled {
@@ -128,8 +127,7 @@
128
127
 
129
128
  // Nested disabled
130
129
  [disabled],
131
- .k-disabled,
132
- .k-state-disabled {
130
+ .k-disabled {
133
131
  opacity: 1;
134
132
  filter: grayscale(0);
135
133
  }
@@ -142,7 +142,7 @@
142
142
  .k-leaf.k-inverse {
143
143
  color: $component-text;
144
144
  }
145
- .k-leaf.k-state-hover,
145
+ .k-leaf:hover,
146
146
  .k-leaf.k-hover {
147
147
  box-shadow: inset 0 0 0 3px $component-border;
148
148
  }
@@ -25,33 +25,28 @@
25
25
  .k-drawer-item {
26
26
 
27
27
  &:hover,
28
- &.k-state-hover,
29
28
  &.k-hover {
30
29
  color: $drawer-hovered-text;
31
30
  background-color: $drawer-hovered-bg;
32
31
  }
33
32
 
34
33
  &:focus,
35
- &.k-state-focused,
36
34
  &.k-focus {
37
35
  background-color: $drawer-focused-bg;
38
36
  box-shadow: $drawer-focused-shadow;
39
37
 
40
38
  &:hover,
41
- &.k-state-hover,
42
39
  &.k-hover {
43
40
  color: $drawer-hovered-text;
44
41
  background-color: $drawer-hovered-bg;
45
42
  }
46
43
  }
47
44
 
48
- &.k-state-selected,
49
45
  &.k-selected {
50
46
  color: $drawer-selected-text;
51
47
  background-color: $drawer-selected-bg;
52
48
 
53
49
  &:hover,
54
- &.k-state-hover,
55
50
  &.k-hover {
56
51
  color: $drawer-selected-hover-text;
57
52
  background-color: $drawer-selected-hover-bg;
@@ -42,7 +42,6 @@
42
42
  pointer-events: auto;
43
43
  }
44
44
 
45
- .k-editor-content.k-state-focused,
46
45
  .k-editor-content.k-focus {
47
46
  outline-width: 1px;
48
47
  outline-style: dashed;
@@ -497,7 +496,6 @@
497
496
  display: block;
498
497
  margin: auto;
499
498
 
500
- &.k-state-selected,
501
499
  &.k-selected {
502
500
  color: inherit;
503
501
  border-width: 0;
@@ -10,7 +10,6 @@
10
10
 
11
11
  kendo-editor {
12
12
  &.k-readonly {
13
- .k-editor-content.k-state-focused,
14
13
  .k-editor-content.k-focus {
15
14
  outline-color: $body-text;
16
15
  }
@@ -48,7 +47,7 @@
48
47
 
49
48
  // Hover & Actve state
50
49
  &:hover,
51
- &.k-state-active,
50
+ &.k-active,
52
51
  &.k-active {
53
52
  border-color: $panel-border;
54
53
  }
@@ -66,7 +65,6 @@
66
65
 
67
66
  // Insert table
68
67
  .k-ct-popup {
69
- .k-state-selected,
70
68
  .k-selected {
71
69
  @include fill( $selected-text, $selected-bg, $selected-border, none );
72
70
  }
@@ -7,7 +7,6 @@
7
7
  $expander-border
8
8
  );
9
9
 
10
- &.k-state-focus,
11
10
  &.k-focus {
12
11
  box-shadow: $expander-focus-shadow;
13
12
  }
@@ -22,13 +21,10 @@
22
21
  outline: none;
23
22
 
24
23
  &:hover,
25
- &.k-state-hover,
26
24
  &.k-hover {
27
25
  background-color: $expander-header-hover-bg;
28
26
  }
29
27
 
30
- // Should be removed
31
- &.k-state-focused,
32
28
  &.k-focus {
33
29
  background-color: $expander-header-focused-bg;
34
30
  box-shadow: $expander-header-focused-shadow;
@@ -64,7 +64,6 @@
64
64
  );
65
65
  }
66
66
 
67
- &.k-state-selected .k-file-icon,
68
67
  &.k-selected .k-file-icon {
69
68
  @include fill(
70
69
  inherit,