@progress/kendo-theme-default 5.5.0 → 5.5.1-dev.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 (75) hide show
  1. package/dist/all.css +317 -332
  2. package/dist/all.scss +338 -208
  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/calendar/_layout.scss +5 -1
  21. package/scss/chat/_layout.scss +2 -2
  22. package/scss/chat/_theme.scss +2 -2
  23. package/scss/chip/_variables.scss +1 -1
  24. package/scss/colorpalette/_layout.scss +1 -1
  25. package/scss/dataviz/_theme.scss +1 -1
  26. package/scss/drawer/_theme.scss +5 -5
  27. package/scss/editor/_layout.scss +2 -2
  28. package/scss/editor/_theme.scss +3 -3
  29. package/scss/expansion-panel/_theme.scss +3 -3
  30. package/scss/filemanager/_theme.scss +1 -1
  31. package/scss/forms/_layout.scss +2 -1
  32. package/scss/gantt/_layout.scss +3 -3
  33. package/scss/gantt/_theme.scss +7 -7
  34. package/scss/grid/_layout.scss +6 -27
  35. package/scss/grid/_theme.scss +25 -25
  36. package/scss/index.scss +1 -0
  37. package/scss/listview/_theme.scss +2 -2
  38. package/scss/orgchart/_theme.scss +1 -1
  39. package/scss/pager/_layout.scss +3 -3
  40. package/scss/pager/_theme.scss +10 -10
  41. package/scss/panelbar/_theme.scss +14 -14
  42. package/scss/pivotgrid/_theme.scss +1 -1
  43. package/scss/progressbar/_layout.scss +11 -11
  44. package/scss/progressbar/_theme.scss +1 -1
  45. package/scss/progressbar/_variables.scss +1 -0
  46. package/scss/radio/_layout.scss +1 -1
  47. package/scss/radio/_theme.scss +3 -3
  48. package/scss/rating/_theme.scss +5 -5
  49. package/scss/scheduler/_layout.scss +4 -4
  50. package/scss/scheduler/_theme.scss +8 -8
  51. package/scss/scrollview/_theme.scss +4 -4
  52. package/scss/signature/_index.scss +10 -0
  53. package/scss/signature/_layout.scss +63 -0
  54. package/scss/signature/_theme.scss +12 -0
  55. package/scss/signature/_variables.scss +45 -0
  56. package/scss/slider/_layout.scss +1 -1
  57. package/scss/slider/_theme.scss +3 -3
  58. package/scss/splitter/_theme.scss +1 -1
  59. package/scss/spreadsheet/_layout.scss +3 -3
  60. package/scss/spreadsheet/_theme.scss +6 -6
  61. package/scss/stepper/_layout.scss +1 -1
  62. package/scss/stepper/_theme.scss +1 -1
  63. package/scss/tabstrip/_layout.scss +7 -7
  64. package/scss/tabstrip/_theme.scss +5 -5
  65. package/scss/taskboard/_theme.scss +1 -1
  66. package/scss/tilelayout/_theme.scss +1 -1
  67. package/scss/timeline/_theme.scss +2 -2
  68. package/scss/timeselector/_layout.scss +1 -1
  69. package/scss/timeselector/_theme.scss +1 -1
  70. package/scss/treelist/_layout.scss +1 -1
  71. package/scss/upload/_layout.scss +1 -1
  72. package/scss/upload/_theme.scss +2 -2
  73. package/scss/window/_theme.scss +1 -1
  74. package/scss/wizard/_layout.scss +1 -1
  75. package/scss/wizard/_theme.scss +2 -2
@@ -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
  }
@@ -27,7 +27,7 @@
27
27
  );
28
28
 
29
29
  &:hover,
30
- &.k-state-hover ,
30
+ &.k-state-hover,
31
31
  &.k-hover {
32
32
  @include fill(
33
33
  $tabstrip-item-hovered-text,
@@ -40,7 +40,7 @@
40
40
  &:active,
41
41
  &.k-state-active,
42
42
  &.k-active,
43
- &.k-state-selected ,
43
+ &.k-state-selected,
44
44
  &.k-selected {
45
45
  @include fill(
46
46
  $tabstrip-item-selected-text,
@@ -51,7 +51,7 @@
51
51
  }
52
52
 
53
53
  &:focus,
54
- &.k-state-focused ,
54
+ &.k-state-focused,
55
55
  &.k-focus {
56
56
  @include box-shadow( $tabstrip-item-focused-shadow );
57
57
  }
@@ -74,7 +74,7 @@
74
74
  );
75
75
 
76
76
  &:focus,
77
- &.k-state-focused ,
77
+ &.k-state-focused,
78
78
  &.k-focus {
79
79
  outline-color: $tabstrip-content-border-focused;
80
80
  }
@@ -85,7 +85,7 @@
85
85
  @if ($tabstrip-indicator-size) {
86
86
 
87
87
  .k-tabstrip-items-wrapper {
88
- .k-item.k-state-active::after ,
88
+ .k-item.k-state-active::after,
89
89
  .k-item.k-active::after {
90
90
  border-color: $tabstrip-indicator-color;
91
91
  }
@@ -28,7 +28,7 @@
28
28
  );
29
29
  }
30
30
  .k-taskboard-column:focus,
31
- .k-taskboard-column.k-state-focus ,
31
+ .k-taskboard-column.k-state-focus,
32
32
  .k-taskboard-column.k-focus {
33
33
  @include fill(
34
34
  $taskboard-column-focus-text,
@@ -9,7 +9,7 @@
9
9
  .k-tilelayout-item:focus,
10
10
  .k-tilelayout-item.k-focus,
11
11
  .k-tilelayout-item.k-state-focus,
12
- .k-tilelayout-item.k-state-focused ,
12
+ .k-tilelayout-item.k-state-focused,
13
13
  .k-tilelayout-item.k-focus {
14
14
  @include box-shadow($tilelayout-card-focus-shadow);
15
15
  }
@@ -41,7 +41,7 @@
41
41
  color: $body-text;
42
42
  }
43
43
 
44
- .k-timeline-arrow.k-state-disabled ,
44
+ .k-timeline-arrow.k-state-disabled,
45
45
  .k-timeline-arrow.k-disabled {
46
46
  opacity: 1; // The arrow button in disabled mode should have a solid background
47
47
  color: $timeline-track-arrow-disabled-text;
@@ -62,7 +62,7 @@
62
62
  background-color: $timeline-flag-bg;
63
63
  }
64
64
 
65
- .k-timeline-track-item.k-state-focus .k-timeline-circle ,
65
+ .k-timeline-track-item.k-state-focus .k-timeline-circle,
66
66
  .k-timeline-track-item.k-focus .k-timeline-circle {
67
67
  @include box-shadow( $timeline-track-item-focus-shadow );
68
68
  }
@@ -100,7 +100,7 @@
100
100
  display: block;
101
101
  }
102
102
 
103
- &.k-state-focused ,
103
+ &.k-state-focused,
104
104
  &.k-focus {
105
105
  &::before,
106
106
  &::after {
@@ -30,7 +30,7 @@
30
30
  color: $time-list-title-text;
31
31
  }
32
32
 
33
- &.k-state-focused ,
33
+ &.k-state-focused,
34
34
  &.k-focus {
35
35
  .k-title {
36
36
  color: $time-list-title-focus-text;
@@ -25,7 +25,7 @@
25
25
  }
26
26
 
27
27
  .k-treelist-dragging,
28
- .k-treelist-dragging .k-state-hover ,
28
+ .k-treelist-dragging .k-state-hover,
29
29
  .k-treelist-dragging .k-hover {
30
30
  cursor: default;
31
31
  }
@@ -422,7 +422,7 @@
422
422
  z-index: 1;
423
423
  }
424
424
  input[disabled],
425
- input.k-state-disabled ,
425
+ input.k-state-disabled,
426
426
  input.k-disabled {
427
427
  visibility: hidden;
428
428
  }
@@ -33,12 +33,12 @@
33
33
 
34
34
  .k-file {
35
35
 
36
- &.k-state-focused ,
36
+ &.k-state-focused,
37
37
  &.k-focus {
38
38
  box-shadow: inset $upload-focused-shadow;
39
39
  }
40
40
 
41
- .k-upload-action.k-state-focused ,
41
+ .k-upload-action.k-state-focused,
42
42
  .k-upload-action.k-focus {
43
43
  box-shadow: $upload-focused-shadow;
44
44
  }
@@ -12,7 +12,7 @@
12
12
 
13
13
  .k-window {
14
14
  &:focus,
15
- &.k-state-focused ,
15
+ &.k-state-focused,
16
16
  &.k-focus {
17
17
  @include box-shadow( $window-focused-shadow );
18
18
  }
@@ -31,7 +31,7 @@
31
31
  justify-content: space-between;
32
32
 
33
33
  &:focus,
34
- &.k-state-focused ,
34
+ &.k-state-focused,
35
35
  &.k-focus {
36
36
  outline-width: 1px;
37
37
  outline-style: dotted;
@@ -1,13 +1,13 @@
1
1
  @include exports("wizard/theme") {
2
2
  .k-wizard-step {
3
3
  &:focus,
4
- &.k-state-focused ,
4
+ &.k-state-focused,
5
5
  &.k-focus {
6
6
  outline-color: $wizard-step-border-focused;
7
7
  }
8
8
 
9
9
  .k-ie &:focus,
10
- .k-ie &.k-state-focused ,
10
+ .k-ie &.k-state-focused,
11
11
  .k-ie &.k-focus {
12
12
  @include box-shadow($wizard-focused-shadow);
13
13
  outline: none;