@progress/kendo-theme-default 5.4.2-dev.6 → 5.5.1-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 (80) hide show
  1. package/dist/all.css +350 -364
  2. package/dist/all.scss +417 -268
  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 +7 -10
  15. package/scss/action-sheet/_theme.scss +3 -3
  16. package/scss/adaptive/_theme.scss +2 -2
  17. package/scss/bottom-navigation/_layout.scss +1 -1
  18. package/scss/bottom-navigation/_theme.scss +2 -2
  19. package/scss/breadcrumb/_theme.scss +5 -5
  20. package/scss/button/_layout.scss +17 -35
  21. package/scss/button/_variables.scss +34 -14
  22. package/scss/calendar/_layout.scss +5 -1
  23. package/scss/chat/_layout.scss +2 -2
  24. package/scss/chat/_theme.scss +2 -2
  25. package/scss/chip/_variables.scss +1 -1
  26. package/scss/colorpalette/_layout.scss +1 -1
  27. package/scss/dataviz/_theme.scss +1 -1
  28. package/scss/drawer/_theme.scss +5 -5
  29. package/scss/editor/_layout.scss +2 -2
  30. package/scss/editor/_theme.scss +3 -3
  31. package/scss/expansion-panel/_theme.scss +3 -3
  32. package/scss/filemanager/_theme.scss +1 -1
  33. package/scss/forms/_layout.scss +2 -1
  34. package/scss/gantt/_layout.scss +3 -3
  35. package/scss/gantt/_theme.scss +7 -7
  36. package/scss/grid/_layout.scss +6 -27
  37. package/scss/grid/_theme.scss +25 -25
  38. package/scss/index.scss +1 -0
  39. package/scss/input/_variables.scss +21 -4
  40. package/scss/list/_variables.scss +4 -4
  41. package/scss/listview/_theme.scss +2 -2
  42. package/scss/orgchart/_theme.scss +1 -1
  43. package/scss/pager/_layout.scss +3 -3
  44. package/scss/pager/_theme.scss +10 -10
  45. package/scss/panelbar/_theme.scss +14 -14
  46. package/scss/pivotgrid/_theme.scss +1 -1
  47. package/scss/progressbar/_layout.scss +11 -11
  48. package/scss/progressbar/_theme.scss +1 -1
  49. package/scss/progressbar/_variables.scss +1 -0
  50. package/scss/radio/_layout.scss +1 -1
  51. package/scss/radio/_theme.scss +3 -3
  52. package/scss/rating/_theme.scss +5 -5
  53. package/scss/scheduler/_layout.scss +4 -4
  54. package/scss/scheduler/_theme.scss +8 -8
  55. package/scss/scrollview/_theme.scss +4 -4
  56. package/scss/signature/_index.scss +10 -0
  57. package/scss/signature/_layout.scss +63 -0
  58. package/scss/signature/_theme.scss +12 -0
  59. package/scss/signature/_variables.scss +45 -0
  60. package/scss/slider/_layout.scss +1 -1
  61. package/scss/slider/_theme.scss +3 -3
  62. package/scss/splitter/_theme.scss +1 -1
  63. package/scss/spreadsheet/_layout.scss +3 -3
  64. package/scss/spreadsheet/_theme.scss +6 -6
  65. package/scss/stepper/_layout.scss +1 -1
  66. package/scss/stepper/_theme.scss +1 -1
  67. package/scss/tabstrip/_layout.scss +7 -7
  68. package/scss/tabstrip/_theme.scss +5 -5
  69. package/scss/taskboard/_theme.scss +1 -1
  70. package/scss/tilelayout/_theme.scss +1 -1
  71. package/scss/timeline/_theme.scss +2 -2
  72. package/scss/timeselector/_layout.scss +1 -1
  73. package/scss/timeselector/_theme.scss +1 -1
  74. package/scss/treelist/_layout.scss +1 -1
  75. package/scss/treeview/_variables.scss +4 -4
  76. package/scss/upload/_layout.scss +1 -1
  77. package/scss/upload/_theme.scss +2 -2
  78. package/scss/window/_theme.scss +1 -1
  79. package/scss/wizard/_layout.scss +1 -1
  80. package/scss/wizard/_theme.scss +2 -2
@@ -75,7 +75,7 @@
75
75
  // Selected state
76
76
  .k-pivotgrid-cell.k-state-selected,
77
77
  .k-pivotgrid-cell.k-selected,
78
- .k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell ,
78
+ .k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell,
79
79
  .k-pivotgrid-row.k-selected > .k-pivotgrid-cell {
80
80
  @include fill (
81
81
  $pivotgrid-selected-text,
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
  // Selection
29
- > .k-state-selected ,
29
+ > .k-state-selected,
30
30
  > .k-selected {
31
31
  border-width: 0;
32
32
  border-style: solid;
@@ -87,7 +87,7 @@
87
87
 
88
88
  // Horizontal
89
89
  .k-progressbar-horizontal {
90
- width: 27em;
90
+ width: $progressbar-horizontal-width;
91
91
  height: $progressbar-height;
92
92
  grid-template-columns: 1fr;
93
93
  grid-template-rows: 100%;
@@ -97,7 +97,7 @@
97
97
  flex-direction: row;
98
98
  }
99
99
 
100
- > .k-state-selected ,
100
+ > .k-state-selected,
101
101
  > .k-selected {
102
102
  width: 0;
103
103
  width: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
@@ -124,7 +124,7 @@
124
124
  // Horizontal reverse
125
125
  &.k-progressbar-reverse {
126
126
 
127
- > .k-state-selected ,
127
+ > .k-state-selected,
128
128
  > .k-selected {
129
129
  flex-direction: row-reverse;
130
130
  justify-self: flex-end;
@@ -149,7 +149,7 @@
149
149
  writing-mode: vertical-lr;
150
150
  }
151
151
 
152
- > .k-state-selected ,
152
+ > .k-state-selected,
153
153
  > .k-selected {
154
154
  height: 0;
155
155
  height: calc( var( --kendo-progressbar-progress, 0 ) * 1% ); // sass-lint:disable-line no-duplicate-properties
@@ -179,7 +179,7 @@
179
179
  &.k-progressbar-reverse {
180
180
  flex-direction: column;
181
181
 
182
- > .k-state-selected ,
182
+ > .k-state-selected,
183
183
  > .k-selected {
184
184
  flex-direction: column;
185
185
  align-self: flex-start;
@@ -204,7 +204,7 @@
204
204
 
205
205
  > .k-state-selected,
206
206
  > .k-selected,
207
- > .k-state-selected > .k-progress-status-wrap ,
207
+ > .k-state-selected > .k-progress-status-wrap,
208
208
  > .k-selected > .k-progress-status-wrap {
209
209
  transition: width .1s ease-in-out;
210
210
  }
@@ -233,7 +233,7 @@
233
233
  display: -ms-inline-grid;
234
234
 
235
235
  > .k-progress-status-wrap,
236
- > .k-state-selected ,
236
+ > .k-state-selected,
237
237
  > .k-selected {
238
238
  -ms-grid-column: 1;
239
239
  -ms-grid-row: 1;
@@ -243,7 +243,7 @@
243
243
  -ms-grid-columns: 1fr;
244
244
  -ms-grid-rows: $progressbar-height;
245
245
 
246
- &.k-progressbar-reverse > .k-state-selected ,
246
+ &.k-progressbar-reverse > .k-state-selected,
247
247
  &.k-progressbar-reverse > .k-selected {
248
248
  -ms-grid-column-align: end;
249
249
  }
@@ -252,12 +252,12 @@
252
252
  -ms-grid-columns: $progressbar-height;
253
253
  -ms-grid-rows: 1fr;
254
254
 
255
- > .k-state-selected ,
255
+ > .k-state-selected,
256
256
  > .k-selected {
257
257
  -ms-grid-row-align: end;
258
258
  }
259
259
 
260
- &.k-progressbar-reverse > .k-state-selected ,
260
+ &.k-progressbar-reverse > .k-state-selected,
261
261
  &.k-progressbar-reverse > .k-selected {
262
262
  -ms-grid-row-align: start;
263
263
  }
@@ -8,7 +8,7 @@
8
8
  .k-progressbar {
9
9
  @include fill( $progressbar-text, $progressbar-bg, $progressbar-border, $progressbar-gradient );
10
10
 
11
- .k-state-selected ,
11
+ .k-state-selected,
12
12
  .k-selected {
13
13
  @include fill( $progressbar-fill-text, $progressbar-fill-bg, $progressbar-fill-border, $progressbar-fill-gradient );
14
14
  }
@@ -1,5 +1,6 @@
1
1
  // Progressbar
2
2
  $progressbar-height: 22px !default;
3
+ $progressbar-horizontal-width: 100% !default;
3
4
  $progressbar-animation-timing: 1s linear infinite !default;
4
5
  $progressbar-border-width: 0px !default;
5
6
  $progressbar-font-family: $font-family !default;
@@ -169,7 +169,7 @@
169
169
  }
170
170
 
171
171
  .k-radio:focus,
172
- .k-radio.k-state-focus ,
172
+ .k-radio.k-state-focus,
173
173
  .k-radio.k-focus {
174
174
  box-shadow: none !important; // sass-lint:disable-line no-important
175
175
 
@@ -12,7 +12,7 @@
12
12
 
13
13
  // Hover state
14
14
  .k-radio:hover,
15
- .k-radio.k-state-hover ,
15
+ .k-radio.k-state-hover,
16
16
  .k-radio.k-hover {
17
17
  @include fill(
18
18
  $kendo-radio-hover-text,
@@ -24,7 +24,7 @@
24
24
 
25
25
  // Focus state
26
26
  .k-radio:focus,
27
- .k-radio.k-state-focus ,
27
+ .k-radio.k-state-focus,
28
28
  .k-radio.k-focus {
29
29
  @include fill( $border: $kendo-radio-focus-border );
30
30
  @include box-shadow( $kendo-radio-focus-shadow );
@@ -56,7 +56,7 @@
56
56
  );
57
57
  }
58
58
  .k-radio:checked:focus,
59
- .k-radio.k-checked.k-state-focus ,
59
+ .k-radio.k-checked.k-state-focus,
60
60
  .k-radio.k-checked.k-focus {
61
61
  @include fill( $border: $kendo-radio-focus-checked-border );
62
62
  @include box-shadow( $kendo-radio-focus-checked-shadow );
@@ -4,7 +4,7 @@
4
4
  color: $component-text;
5
5
 
6
6
  &:focus,
7
- &.k-state-focused ,
7
+ &.k-state-focused,
8
8
  &.k-focus {
9
9
 
10
10
  .k-rating-item {
@@ -12,7 +12,7 @@
12
12
  text-shadow: $rating-icon-focused-shadow;
13
13
  }
14
14
 
15
- &.k-state-selected > .k-icon ,
15
+ &.k-state-selected > .k-icon,
16
16
  &.k-selected > .k-icon {
17
17
  text-shadow: $rating-icon-focused-selected-shadow;
18
18
  }
@@ -23,19 +23,19 @@
23
23
  .k-rating-item {
24
24
  color: $rating-icon-text;
25
25
 
26
- &.k-state-selected ,
26
+ &.k-state-selected,
27
27
  &.k-selected {
28
28
  color: $rating-icon-selected-text;
29
29
 
30
30
  &:focus,
31
- &.k-state-focused ,
31
+ &.k-state-focused,
32
32
  &.k-focus {
33
33
  color: $rating-icon-focused-text;
34
34
  }
35
35
  }
36
36
 
37
37
  &:hover,
38
- &.k-state-hover ,
38
+ &.k-state-hover,
39
39
  &.k-hover {
40
40
  color: $rating-icon-hover-text;
41
41
  cursor: pointer;
@@ -441,7 +441,7 @@
441
441
  }
442
442
 
443
443
  &:hover,
444
- &.k-state-hover ,
444
+ &.k-state-hover,
445
445
  &.k-hover {
446
446
  .k-event-delete {
447
447
  opacity: 1;
@@ -507,7 +507,7 @@
507
507
 
508
508
  // Hover
509
509
  &:hover,
510
- &.k-state-hover ,
510
+ &.k-state-hover,
511
511
  &.k-hover {
512
512
  .k-event-actions .k-event-delete,
513
513
  .k-resize-handle {
@@ -769,7 +769,7 @@
769
769
  .k-hover .k-task > .k-event-delete,
770
770
  .k-scheduler-content tr:hover .k-event-delete,
771
771
  .k-scheduler-content .k-scheduler-row:hover .k-event-delete,
772
- .k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete ,
772
+ .k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete,
773
773
  .k-scheduler-content .k-scheduler-row.k-hover .k-event-delete {
774
774
  visibility: visible;
775
775
  }
@@ -843,7 +843,7 @@
843
843
  position: relative;
844
844
  }
845
845
 
846
- td.k-state-selected ,
846
+ td.k-state-selected,
847
847
  td.k-selected {
848
848
  background-color: inherit;
849
849
  }
@@ -84,7 +84,7 @@
84
84
 
85
85
  .k-scheduler-layout td.k-state-selected,
86
86
  .k-scheduler-layout td.k-selected,
87
- .k-scheduler-layout .k-scheduler-cell.k-state-selected ,
87
+ .k-scheduler-layout .k-scheduler-cell.k-state-selected,
88
88
  .k-scheduler-layout .k-scheduler-cell.k-selected {
89
89
  background-color: rgba($selected-bg, .25);
90
90
  }
@@ -107,7 +107,7 @@
107
107
  );
108
108
  @include box-shadow( $scheduler-event-shadow );
109
109
 
110
- &.k-state-hover ,
110
+ &.k-state-hover,
111
111
  &.k-hover {
112
112
  @include fill(
113
113
  $scheduler-event-hover-text,
@@ -118,7 +118,7 @@
118
118
  @include box-shadow( $scheduler-event-hover-shadow );
119
119
  }
120
120
 
121
- &.k-state-selected ,
121
+ &.k-state-selected,
122
122
  &.k-selected {
123
123
  @include fill(
124
124
  $scheduler-event-selected-text,
@@ -188,7 +188,7 @@
188
188
  .k-scheduler-content tr.k-state-hover,
189
189
  .k-scheduler-content tr.k-hover,
190
190
  .k-scheduler-content .k-scheduler-row:hover,
191
- .k-scheduler-content .k-scheduler-row.k-state-hover ,
191
+ .k-scheduler-content .k-scheduler-row.k-state-hover,
192
192
  .k-scheduler-content .k-scheduler-row.k-hover {
193
193
  @include fill(
194
194
  $hovered-text,
@@ -202,7 +202,7 @@
202
202
  .k-scheduler-content tr:hover .k-scheduler-groupcolumn,
203
203
  .k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
204
204
  .k-scheduler-content tr.k-hover .k-scheduler-datecolumn,
205
- .k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn ,
205
+ .k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn,
206
206
  .k-scheduler-content tr.k-hover .k-scheduler-groupcolumn {
207
207
  @include fill(
208
208
  $scheduler-text,
@@ -212,13 +212,13 @@
212
212
  }
213
213
 
214
214
  // Selected
215
- .k-scheduler-content tr.k-state-selected ,
215
+ .k-scheduler-content tr.k-state-selected,
216
216
  .k-scheduler-content tr.k-selected {
217
217
  background-color: rgba($selected-bg, .25);
218
218
  }
219
219
  .k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
220
220
  .k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
221
- .k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn ,
221
+ .k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn,
222
222
  .k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
223
223
  background-color: $scheduler-bg;
224
224
  }
@@ -236,7 +236,7 @@
236
236
  @include fill( $bg: $scheduler-yearview-indicator-bg );
237
237
  }
238
238
 
239
- .k-state-selected .k-day-indicator ,
239
+ .k-state-selected .k-day-indicator,
240
240
  .k-selected .k-day-indicator {
241
241
  @include fill( $bg: $scheduler-yearview-indicator-selected-bg );
242
242
  }
@@ -49,7 +49,7 @@
49
49
  -webkit-tap-highlight-color: $scrollview-arrow-tap-highlight-color;
50
50
 
51
51
  &:focus,
52
- &.k-state-focus ,
52
+ &.k-state-focus,
53
53
  &.k-focus {
54
54
  color: $scrollview-navigation-color;
55
55
  opacity: $scrollview-navigation-hover-opacity;
@@ -60,7 +60,7 @@
60
60
  }
61
61
 
62
62
  &:hover,
63
- &.k-state-hover ,
63
+ &.k-state-hover,
64
64
  &.k-hover {
65
65
  color: $scrollview-navigation-color;
66
66
  opacity: $scrollview-navigation-hover-opacity;
@@ -80,14 +80,14 @@
80
80
  }
81
81
 
82
82
  &:focus,
83
- &.k-state-focused ,
83
+ &.k-state-focused,
84
84
  &.k-focus {
85
85
  box-shadow: $scrollview-pagebutton-shadow;
86
86
  }
87
87
  }
88
88
 
89
89
  .k-scrollview-nav > .k-link:hover,
90
- .k-scrollview-nav > .k-link.k-state-hover ,
90
+ .k-scrollview-nav > .k-link.k-state-hover,
91
91
  .k-scrollview-nav > .k-link.k-hover {
92
92
  box-shadow: $scrollview-pagebutton-shadow;
93
93
  }
@@ -0,0 +1,10 @@
1
+ @import "../core/_index.scss";
2
+
3
+ // Dependencies
4
+ @import "../button/_index.scss";
5
+ @import "../input/_index.scss";
6
+
7
+ // Component
8
+ @import "_variables.scss";
9
+ @import "_layout.scss";
10
+ @import "_theme.scss";
@@ -0,0 +1,63 @@
1
+ @include exports("signature/layout") {
2
+
3
+ .k-signature {
4
+ width: $kendo-signature-width;
5
+ height: $kendo-signature-height;
6
+ position: relative;
7
+ box-sizing: border-box;
8
+ display: flex;
9
+ flex-direction: column;
10
+ justify-content: space-between;
11
+
12
+ &.k-signature-maximized {
13
+ width: $kendo-signature-maximized-width;
14
+ height: $kendo-signature-maximized-height;
15
+
16
+ > .k-signature-line {
17
+ border-bottom-width: $kendo-signature-maximized-line-width;
18
+ }
19
+ }
20
+ }
21
+
22
+ .k-signature-actions {
23
+ display: flex;
24
+ width: min-content;
25
+ margin-inline-start: auto;
26
+ gap: $kendo-signature-actions-gap;
27
+ z-index: 2;
28
+ }
29
+
30
+ .k-signature-canvas {
31
+ position: absolute;
32
+ top: 0;
33
+ left: 0;
34
+ width: 100%;
35
+ height: 100%;
36
+ display: block;
37
+ z-index: 1;
38
+ }
39
+
40
+ .k-signature-line {
41
+ position: absolute;
42
+ z-index: 0;
43
+ border-bottom-width: $kendo-signature-line-width;
44
+ border-bottom-style: $kendo-signature-line-style;
45
+ }
46
+
47
+ // Sizes
48
+ @each $size, $size-props in $kendo-signature-sizes {
49
+ $_padding: map-get($size-props, padding);
50
+ $_line-size: map-get($size-props, line-size);
51
+ $_line-offset: map-get($size-props, line-offset);
52
+
53
+ .k-signature-#{$size} {
54
+ padding: $_padding;
55
+
56
+ .k-signature-line {
57
+ width: $_line-size;
58
+ bottom: $_line-offset;
59
+ }
60
+ }
61
+
62
+ }
63
+ }
@@ -0,0 +1,12 @@
1
+ @include exports("signature/theme") {
2
+
3
+ // Solid signature
4
+ .k-signature {
5
+
6
+ .k-signature-line {
7
+ border-bottom-color: $kendo-signature-line-color;
8
+ }
9
+ }
10
+
11
+
12
+ }
@@ -0,0 +1,45 @@
1
+ $kendo-signature-width: 250px !default;
2
+ $kendo-signature-height: 84px !default;
3
+
4
+ $kendo-signature-maximized-width: 750px !default;
5
+ $kendo-signature-maximized-height: 252px !default;
6
+
7
+ $kendo-signature-padding: map-get( $spacing, 1 ) !default;
8
+ $kendo-signature-padding-sm: map-get( $spacing, 1 ) - map-get($spacing, thin) !default;
9
+ $kendo-signature-padding-md: $kendo-signature-padding !default;
10
+ $kendo-signature-padding-lg: map-get( $spacing, 1 ) + map-get($spacing, thin) !default;
11
+
12
+ $kendo-signature-line-width: 1px !default;
13
+ $kendo-signature-line-style: dashed !default;
14
+ $kendo-signature-line-color: rgba( $info, .24 ) !default;
15
+
16
+ $kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding} ) !default;
17
+ $kendo-signature-line-size-sm: calc( 100% - 2 * #{$kendo-signature-padding-sm} ) !default;
18
+ $kendo-signature-line-size-md: calc( 100% - 2 * #{$kendo-signature-padding-md} ) !default;
19
+ $kendo-signature-line-size-lg: calc( 100% - 2 * #{$kendo-signature-padding-lg} ) !default;
20
+
21
+ $kendo-signature-line-bottom-offset: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding} ) !default;
22
+ $kendo-signature-line-bottom-offset-sm: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-sm} ) !default;
23
+ $kendo-signature-line-bottom-offset-md: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-md} ) !default;
24
+ $kendo-signature-line-bottom-offset-lg: calc( #{$kendo-button-calc-size} + #{$kendo-signature-padding-lg} ) !default;
25
+
26
+ $kendo-signature-sizes: (
27
+ sm: (
28
+ padding: $kendo-signature-padding-sm,
29
+ line-size: $kendo-signature-line-size-sm,
30
+ line-offset: $kendo-signature-line-bottom-offset-sm
31
+ ),
32
+ md: (
33
+ padding: $kendo-signature-padding-md,
34
+ line-size: $kendo-signature-line-size-md,
35
+ line-offset: $kendo-signature-line-bottom-offset-md
36
+ ),
37
+ lg: (
38
+ padding: $kendo-signature-padding-lg,
39
+ line-size: $kendo-signature-line-size-lg,
40
+ line-offset: $kendo-signature-line-bottom-offset-lg
41
+ )
42
+ ) !default;
43
+
44
+ $kendo-signature-actions-gap: map-get( $spacing, 1 ) !default;
45
+ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacing, hair ) !default;
@@ -44,7 +44,7 @@
44
44
  }
45
45
 
46
46
 
47
- &.k-state-disabled ,
47
+ &.k-state-disabled,
48
48
  &.k-disabled {
49
49
  .k-tick,
50
50
  .k-slider-track,
@@ -47,20 +47,20 @@
47
47
  }
48
48
 
49
49
  &:focus,
50
- &.k-state-focused ,
50
+ &.k-state-focused,
51
51
  &.k-focus {
52
52
  @include box-shadow( $slider-draghandle-focused-shadow );
53
53
  }
54
54
  }
55
55
 
56
- &.k-state-focused ,
56
+ &.k-state-focused,
57
57
  &.k-focus {
58
58
  .k-draghandle {
59
59
  @include box-shadow( $slider-draghandle-focused-shadow );
60
60
  }
61
61
  }
62
62
 
63
- &.k-state-disabled ,
63
+ &.k-state-disabled,
64
64
  &.k-disabled {
65
65
  opacity: $slider-disabled-opacity;
66
66
  }
@@ -24,7 +24,7 @@
24
24
  .k-splitbar:focus,
25
25
  .k-splitbar.k-state-focus,
26
26
  .k-splitbar.k-focus,
27
- .k-splitbar.k-state-focused ,
27
+ .k-splitbar.k-state-focused,
28
28
  .k-splitbar.k-focus {
29
29
  color: $splitbar-selected-text;
30
30
  background: $splitbar-selected-bg;
@@ -257,7 +257,7 @@
257
257
  overflow: hidden;
258
258
 
259
259
  // disabled cells in the Spreadsheet should allow navigation if link is used
260
- .k-state-disabled ,
260
+ .k-state-disabled,
261
261
  .k-disabled {
262
262
  pointer-events: auto;
263
263
  }
@@ -819,7 +819,7 @@
819
819
  background-position: 50% 50%;
820
820
 
821
821
  &:hover div,
822
- &.k-state-hovered div ,
822
+ &.k-state-hovered div,
823
823
  &.k-hover div {
824
824
  margin: 0;
825
825
  align-self: center;
@@ -885,7 +885,7 @@
885
885
  .k-spreadsheet-insert-image-dialog {
886
886
  .k-spreadsheet-has-image {
887
887
  &:hover,
888
- &.k-state-hovered ,
888
+ &.k-state-hovered,
889
889
  &.k-hover {
890
890
  border-radius: $spreadsheet-insert-image-dialog-preview-overlay-border-radius;
891
891
  }
@@ -142,7 +142,7 @@
142
142
  );
143
143
  }
144
144
 
145
- &.k-state-active ,
145
+ &.k-state-active,
146
146
  &.k-active {
147
147
  @include fill(
148
148
  $kendo-button-active-text,
@@ -160,7 +160,7 @@
160
160
  > .k-menu,
161
161
  > .k-menu:not(.k-context-menu) {
162
162
 
163
- .k-item.k-state-hover ,
163
+ .k-item.k-state-hover,
164
164
  .k-item.k-hover {
165
165
  @include fill(
166
166
  $kendo-list-item-hover-text,
@@ -191,7 +191,7 @@
191
191
  .k-button {}
192
192
 
193
193
  .k-button:hover,
194
- .k-button.k-state-hover ,
194
+ .k-button.k-state-hover,
195
195
  .k-button.k-hover {
196
196
  @include fill(
197
197
  $kendo-list-item-hover-text,
@@ -201,7 +201,7 @@
201
201
  .k-button:active,
202
202
  .k-button.k-state-active,
203
203
  .k-button.k-active,
204
- .k-button.k-state-selected ,
204
+ .k-button.k-state-selected,
205
205
  .k-button.k-selected {
206
206
  @include fill(
207
207
  $kendo-list-item-selected-text,
@@ -223,13 +223,13 @@
223
223
 
224
224
  .k-spreadsheet-has-image {
225
225
  &:hover,
226
- &.k-state-hovered ,
226
+ &.k-state-hovered,
227
227
  &.k-hover {
228
228
  box-shadow: $spreadsheet-insert-image-dialog-preview-overlay-shadow;
229
229
  }
230
230
 
231
231
  &:hover div,
232
- &.k-state-hovered div ,
232
+ &.k-state-hovered div,
233
233
  &.k-hover div {
234
234
  color: $spreadsheet-insert-image-dialog-overlay-hovered-text;
235
235
  }
@@ -136,7 +136,7 @@
136
136
  opacity: $stepper-optional-label-opacity;
137
137
  }
138
138
  .k-step-disabled .k-step-label-optional,
139
- &.k-state-disabled .k-step-label-optional ,
139
+ &.k-state-disabled .k-step-label-optional,
140
140
  &.k-disabled .k-step-label-optional {
141
141
  color: inherit;
142
142
  }
@@ -182,7 +182,7 @@
182
182
  $bg: $stepper-progressbar-bg
183
183
  );
184
184
 
185
- .k-state-selected ,
185
+ .k-state-selected,
186
186
  .k-selected {
187
187
  @include fill(
188
188
  $color: $stepper-progressbar-fill-text,
@@ -97,13 +97,13 @@
97
97
  position: relative;
98
98
  z-index: 1;
99
99
 
100
- &.k-state-active ,
100
+ &.k-state-active,
101
101
  &.k-active {
102
102
  display: block;
103
103
  }
104
104
 
105
105
  &:focus,
106
- &.k-state-focused ,
106
+ &.k-state-focused,
107
107
  &.k-focus {
108
108
  outline-width: 1px;
109
109
  outline-style: dotted;
@@ -192,7 +192,7 @@
192
192
  margin-left: $tabstrip-item-gap;
193
193
  }
194
194
 
195
- .k-item.k-state-active ,
195
+ .k-item.k-state-active,
196
196
  .k-item.k-active {
197
197
  border-bottom-color: transparent;
198
198
  }
@@ -222,7 +222,7 @@
222
222
  margin-left: $tabstrip-item-gap;
223
223
  }
224
224
 
225
- .k-item.k-state-active ,
225
+ .k-item.k-state-active,
226
226
  .k-item.k-active {
227
227
  border-top-color: transparent;
228
228
  }
@@ -256,7 +256,7 @@
256
256
  margin-top: $tabstrip-item-gap;
257
257
  }
258
258
 
259
- .k-item.k-state-active ,
259
+ .k-item.k-state-active,
260
260
  .k-item.k-active {
261
261
  border-right-color: transparent;
262
262
  }
@@ -292,7 +292,7 @@
292
292
  margin-top: $tabstrip-item-gap;
293
293
  }
294
294
 
295
- .k-item.k-state-active ,
295
+ .k-item.k-state-active,
296
296
  .k-item.k-active {
297
297
  border-left-color: transparent;
298
298
  }
@@ -338,7 +338,7 @@
338
338
  border-left-width: $tabstrip-indicator-size;
339
339
  }
340
340
  }
341
- .k-item.k-state-active::after ,
341
+ .k-item.k-state-active::after,
342
342
  .k-item.k-active::after {
343
343
  display: block;
344
344
  }