@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
@@ -37,7 +37,6 @@
37
37
  width: auto;
38
38
  }
39
39
 
40
- &.k-state-empty,
41
40
  &.k-empty {
42
41
  > .k-label {
43
42
  top: $floating-label-offset-y;
@@ -48,8 +47,6 @@
48
47
  }
49
48
 
50
49
  > .k-label,
51
- // &:focus-within > .k-label,
52
- &.k-state-focused > .k-label,
53
50
  &.k-focus > .k-label {
54
51
  top: $floating-label-focus-offset-y;
55
52
  left: $floating-label-focus-offset-x;
@@ -61,7 +58,6 @@
61
58
  transform: scale( $floating-label-focus-scale );
62
59
  }
63
60
 
64
- &.k-state-empty:not(.k-state-focused) ::placeholder,
65
61
  &.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
66
62
  color: transparent;
67
63
  }
@@ -75,7 +71,6 @@
75
71
  transition: transform $floating-label-transition, color $floating-label-transition, top $floating-label-transition, right $floating-label-transition;
76
72
  }
77
73
 
78
- &.k-state-empty,
79
74
  &.k-empty {
80
75
  > .k-label {
81
76
  left: auto;
@@ -84,8 +79,6 @@
84
79
  }
85
80
 
86
81
  > .k-label,
87
- // &:focus-within > .k-label,
88
- &.k-state-focused > .k-label,
89
82
  &.k-focus > .k-label {
90
83
  left: auto;
91
84
  right: $floating-label-focus-offset-x;
@@ -10,8 +10,7 @@
10
10
  );
11
11
  }
12
12
 
13
- &.k-focus > .k-label,
14
- &.k-state-focused > .k-label {
13
+ &.k-focus > .k-label {
15
14
  @include fill(
16
15
  $color: $floating-label-focus-text,
17
16
  $bg: $floating-label-focus-bg
@@ -3,7 +3,7 @@ $form-spacer: $padding-x * 2 !default;
3
3
 
4
4
  $form-font-size: $font-size !default;
5
5
  $form-line-height: $line-height !default;
6
- $form-line-height-em: $form-line-height * 1em !default;
6
+ $form-line-height-em: calc( #{$form-line-height} * 1em ) !default;
7
7
  $form-line-height-sm: $line-height-sm !default;
8
8
  $form-line-height-lg: $line-height-lg !default;
9
9
 
@@ -37,7 +37,7 @@
37
37
  }
38
38
 
39
39
  &.k-gantt-planned .k-grid-content tr {
40
- height: calc( #{$line-height-em * 1.7} + #{$grid-cell-padding-y * 2} + #{$grid-cell-horizontal-border-width} );
40
+ height: calc( #{$line-height-em} * 1.7 + #{$grid-cell-padding-y * 2} + #{$grid-cell-horizontal-border-width} );
41
41
  }
42
42
 
43
43
  // Layout
@@ -82,7 +82,6 @@
82
82
  }
83
83
  }
84
84
 
85
- tr.k-state-selected > td:last-child,
86
85
  tr.k-selected > td:last-child {
87
86
  background: transparent;
88
87
  }
@@ -261,7 +260,7 @@
261
260
  padding: 0 !important; // sass-lint:disable-line no-important
262
261
  }
263
262
  .k-grid-header tr {
264
- height: calc( #{$line-height-em * 2} + #{$grid-header-padding-y * 4} + 2px );
263
+ height: calc( #{$line-height-em} * 2 + #{$grid-header-padding-y * 4} + 2px );
265
264
  vertical-align: bottom;
266
265
  }
267
266
  .k-grid-content {
@@ -352,7 +351,6 @@
352
351
  border-color: currentColor;
353
352
  position: absolute;
354
353
  }
355
- .k-gantt-line.k-state-selected,
356
354
  .k-gantt-line.k-selected {
357
355
  z-index: 3;
358
356
  }
@@ -426,7 +424,6 @@
426
424
  transform: translate(-50%, -50%);
427
425
  }
428
426
  .k-task-dot:hover::before,
429
- .k-task-dot.k-state-hover::before,
430
427
  .k-task-dot.k-hover::before {
431
428
  border-width: 1px;
432
429
  }
@@ -15,7 +15,6 @@
15
15
  $border: $gantt-milestone-border
16
16
  );
17
17
  }
18
- .k-task-milestone.k-state-selected .k-task-milestone-content,
19
18
  .k-task-milestone.k-selected .k-task-milestone-content {
20
19
  @include fill(
21
20
  $bg: $gantt-milestone-selected-bg,
@@ -30,7 +29,6 @@
30
29
  stroke: $gantt-line-fill;
31
30
  }
32
31
 
33
- polyline.k-state-selected,
34
32
  polyline.k-selected {
35
33
  stroke: $gantt-line-selected-fill;
36
34
  }
@@ -84,7 +82,6 @@
84
82
  );
85
83
  }
86
84
  .k-task-dot:hover::before,
87
- .k-task-dot.k-state-hover::before,
88
85
  .k-task-dot.k-hover::before {
89
86
  @include fill(
90
87
  $bg: $gantt-dot-hover-bg,
@@ -110,7 +107,6 @@
110
107
  );
111
108
  }
112
109
  }
113
- .k-task-milestone.k-state-selected,
114
110
  .k-task-milestone.k-selected {
115
111
  background-image: none;
116
112
  @include fill(
@@ -141,7 +137,6 @@
141
137
  .k-task-advanced .k-task-summary-complete {
142
138
  color: $gantt-advanced-bg;
143
139
  }
144
- .k-task-summary.k-state-selected,
145
140
  .k-task-summary.k-selected {
146
141
  color: $gantt-summary-selected-bg;
147
142
 
@@ -185,7 +180,6 @@
185
180
  $bg: $gantt-advanced-bg
186
181
  );
187
182
  }
188
- .k-task-single.k-state-selected,
189
183
  .k-task-single.k-selected {
190
184
  @include fill(
191
185
  $gantt-task-selected-text,
@@ -202,7 +196,6 @@
202
196
  .k-gantt-line {
203
197
  color: $gantt-line-fill;
204
198
  }
205
- .k-gantt-line.k-state-selected,
206
199
  .k-gantt-line.k-selected {
207
200
  color: $gantt-line-selected-fill;
208
201
  }
@@ -73,33 +73,28 @@
73
73
  }
74
74
 
75
75
  // Hover state
76
- tbody>tr:not(.k-detail-row):hover,
77
- tbody>tr:not(.k-detail-row).k-state-hover,
78
- tbody>tr:not(.k-detail-row).k-hover {
76
+ tbody > tr:not(.k-detail-row):hover,
77
+ tbody > tr:not(.k-detail-row).k-hover {
79
78
  color: $grid-hovered-text;
80
79
  background-color: $grid-hovered-bg;
81
80
  }
82
81
 
83
82
  // Selected state
84
- td.k-state-selected,
85
83
  td.k-selected,
86
- tr.k-state-selected > td,
87
84
  tr.k-selected > td {
88
85
  color: $grid-selected-text;
89
86
  background-color: $grid-selected-bg;
90
87
  }
91
88
 
92
89
  // Focused state
93
- td.k-state-focused,
90
+ td:focus,
94
91
  td.k-focus,
95
- th.k-state-focused,
96
- th.k-focus,
97
92
  th:focus,
93
+ th.k-focus,
98
94
  .k-master-row > td:focus,
99
95
  .k-grouping-row > td:focus,
100
96
  .k-detail-row > td:focus,
101
97
  .k-group-footer > td:focus,
102
- .k-grid-pager.k-state-focused,
103
98
  .k-grid-pager.k-focus {
104
99
  box-shadow: $grid-focused-shadow;
105
100
  }
@@ -143,20 +138,16 @@
143
138
  }
144
139
 
145
140
  // Selected state
146
- .k-state-selected td,
147
141
  .k-selected td {
148
142
  @include fill( $bg: $grid-sticky-selected-bg );
149
143
  }
150
144
 
151
- .k-state-selected.k-alt td,
152
145
  .k-selected.k-alt td {
153
146
  @include fill( $bg: $grid-sticky-selected-alt-bg );
154
147
  }
155
148
 
156
149
  // Selected hover
157
- .k-state-selected:hover td,
158
150
  .k-selected:hover td,
159
- .k-state-selected.k-state-hover td,
160
151
  .k-selected.k-hover td {
161
152
  @include fill( $bg: $grid-sticky-selected-hovered-bg );
162
153
  }
@@ -200,12 +191,9 @@
200
191
  background-color: $kendo-button-hover-bg;
201
192
  }
202
193
  &:focus,
203
- &.k-state-focus,
204
- &.k-focus,
205
- &.k-state-border-down {
194
+ &.k-focus {
206
195
  box-shadow: inset 0 0 0 2px rgba( 0, 0, 0, .1 );
207
196
  }
208
- &.k-state-active,
209
197
  &.k-active {
210
198
  color: $selected-text;
211
199
  background-color: $selected-bg;
@@ -261,20 +249,14 @@
261
249
  }
262
250
 
263
251
  // Selected state
264
- &.k-state-selected .k-grid-content-sticky,
265
252
  &.k-selected .k-grid-content-sticky,
266
- &.k-state-selected .k-grid-row-sticky,
267
253
  &.k-selected .k-grid-row-sticky,
268
- td.k-grid-content-sticky.k-state-selected,
269
254
  td.k-grid-content-sticky.k-selected {
270
255
  @include fill( $bg: $grid-sticky-selected-bg );
271
256
  }
272
257
 
273
- &.k-state-selected.k-alt .k-grid-content-sticky,
274
258
  &.k-selected.k-alt .k-grid-content-sticky,
275
- &.k-state-selected.k-alt .k-grid-row-sticky,
276
259
  &.k-selected.k-alt .k-grid-row-sticky,
277
- &.k-alt td.k-grid-content-sticky.k-state-selected,
278
260
  &.k-alt td.k-grid-content-sticky.k-selected {
279
261
  @include fill( $bg: $grid-sticky-selected-alt-bg );
280
262
  }
@@ -283,26 +265,18 @@
283
265
  // Hovered state
284
266
  &:hover .k-grid-content-sticky,
285
267
  &:hover .k-grid-row-sticky,
286
- &.k-state-hover .k-grid-content-sticky,
287
268
  &.k-hover .k-grid-content-sticky,
288
- &.k-state-hover .k-grid-row-sticky,
289
269
  &.k-hover .k-grid-row-sticky {
290
270
  background-color: $grid-sticky-hovered-bg;
291
271
  }
292
272
 
293
273
 
294
274
  // Selected hover
295
- &.k-state-selected:hover .k-grid-content-sticky,
296
275
  &.k-selected:hover .k-grid-content-sticky,
297
- &.k-state-selected:hover .k-grid-row-sticky,
298
276
  &.k-selected:hover .k-grid-row-sticky,
299
- &.k-state-selected.k-state-hover .k-grid-content-sticky,
300
277
  &.k-selected.k-hover .k-grid-content-sticky,
301
- &.k-state-selected.k-state-hover .k-grid-row-sticky,
302
278
  &.k-selected.k-hover .k-grid-row-sticky,
303
- &:hover td.k-grid-content-sticky.k-state-selected,
304
279
  &:hover td.k-grid-content-sticky.k-selected,
305
- &.k-state-hover td.k-grid-content-sticky.k-state-selected,
306
280
  &.k-hover td.k-grid-content-sticky.k-selected {
307
281
  background-color: $grid-sticky-selected-hovered-bg;
308
282
  }
@@ -316,7 +290,6 @@
316
290
  background-color: $grid-sticky-bg;
317
291
 
318
292
  &:hover,
319
- &.k-state-hover,
320
293
  &.k-hover {
321
294
  background-color: $grid-sticky-hovered-bg;
322
295
  }
@@ -330,7 +303,6 @@
330
303
  }
331
304
 
332
305
  &:hover td,
333
- &.k-state-hover td,
334
306
  &.k-hover td {
335
307
  background-color: $grid-sticky-hovered-bg;
336
308
  }
@@ -342,66 +314,43 @@
342
314
  }
343
315
 
344
316
  // Selected state
345
- tr.k-state-selected .k-grid-content-sticky,
346
317
  tr.k-selected .k-grid-content-sticky,
347
- .k-state-selected.k-grid-row-sticky td,
348
318
  .k-selected.k-grid-row-sticky td,
349
- .k-grid-row-sticky td.k-state-selected,
350
319
  .k-grid-row-sticky td.k-selected,
351
- .k-state-selected.k-grid-content-sticky,
352
320
  .k-selected.k-grid-content-sticky {
353
321
  @include fill( $bg: $grid-sticky-selected-bg );
354
322
  }
355
323
 
356
- tr.k-state-selected.k-alt .k-grid-content-sticky,
357
324
  tr.k-selected.k-alt .k-grid-content-sticky,
358
- .k-state-selected.k-alt.k-grid-row-sticky td,
359
325
  .k-selected.k-alt.k-grid-row-sticky td,
360
- .k-alt .k-state-selected.k-grid-content-sticky,
361
326
  .k-alt .k-selected.k-grid-content-sticky {
362
327
  @include fill( $bg: $grid-sticky-selected-alt-bg );
363
328
  }
364
329
 
365
330
  // Hover state
366
331
  tr:hover .k-grid-content-sticky,
367
- tr.k-state-hover .k-grid-content-sticky,
368
332
  tr.k-hover .k-grid-content-sticky,
369
333
  .k-grid-row-sticky:hover td,
370
- .k-grid-row-sticky.k-state-hover td,
371
334
  .k-grid-row-sticky.k-hover td,
372
335
  .k-grid-row-sticky.k-alt:hover td,
373
- .k-grid-row-sticky.k-alt.k-state-hover td,
374
336
  .k-grid-row-sticky.k-alt.k-hover td,
375
337
  .k-alt:hover .k-grid-content-sticky,
376
- .k-alt.k-state-hover .k-grid-content-sticky,
377
338
  .k-alt.k-hover .k-grid-content-sticky {
378
339
  background-color: $grid-sticky-hovered-bg;
379
340
  }
380
341
 
381
342
  // Selected + Hover
382
- tr.k-state-selected:hover .k-grid-content-sticky,
383
343
  tr.k-selected:hover .k-grid-content-sticky,
384
- tr.k-state-selected.k-state-hover .k-grid-content-sticky,
385
344
  tr.k-selected.k-hover .k-grid-content-sticky,
386
- .k-state-selected.k-grid-row-sticky:hover td,
387
345
  .k-selected.k-grid-row-sticky:hover td,
388
- .k-state-selected.k-grid-row-sticky.k-state-hover td,
389
346
  .k-selected.k-grid-row-sticky.k-hover td,
390
- .k-state-selected.k-alt.k-grid-row-sticky:hover td,
391
347
  .k-selected.k-alt.k-grid-row-sticky:hover td,
392
- .k-state-selected.k-alt.k-grid-row-sticky.k-state-hover td,
393
348
  .k-selected.k-alt.k-grid-row-sticky.k-hover td,
394
- tr.k-state-selected.k-alt:hover .k-grid-content-sticky,
395
349
  tr.k-selected.k-alt:hover .k-grid-content-sticky,
396
- tr.k-state-selected.k-alt.k-state-hover .k-grid-content-sticky,
397
350
  tr.k-selected.k-alt.k-hover .k-grid-content-sticky,
398
- .k-grid-row-sticky:hover td.k-state-selected,
399
351
  .k-grid-row-sticky:hover td.k-selected,
400
- .k-grid-row-sticky.k-state-hover td.k-state-selected,
401
352
  .k-grid-row-sticky.k-hover td.k-selected,
402
- tr:hover .k-grid-content-sticky.k-state-selected,
403
353
  tr:hover .k-grid-content-sticky.k-selected,
404
- tr.k-state-hover .k-grid-content-sticky.k-state-selected,
405
354
  tr.k-hover .k-grid-content-sticky.k-selected {
406
355
  background-color: $grid-sticky-selected-hovered-bg;
407
356
  }
@@ -413,7 +362,6 @@
413
362
  }
414
363
 
415
364
  &:hover .k-grid-content-sticky,
416
- &.k-state-hover .k-grid-content-sticky,
417
365
  &.k-hover .k-grid-content-sticky {
418
366
  @include fill( $bg: $grid-sticky-hovered-bg );
419
367
  }
@@ -427,13 +375,11 @@
427
375
  );
428
376
  }
429
377
  .k-columnmenu-item:focus,
430
- .k-columnmenu-item.k-state-focus,
431
378
  .k-columnmenu-item.k-focus {
432
379
  @include box-shadow( $kendo-list-item-focus-shadow );
433
380
  }
434
381
 
435
382
  .k-columnmenu-item {
436
- &.k-state-selected,
437
383
  &.k-selected {
438
384
  @include fill(
439
385
  $kendo-list-item-selected-text,
@@ -459,7 +405,6 @@
459
405
  );
460
406
 
461
407
  &:hover,
462
- &.k-state-hover,
463
408
  &.k-hover {
464
409
  @include fill(
465
410
  $kendo-list-item-hover-text,
@@ -467,7 +412,6 @@
467
412
  );
468
413
  }
469
414
 
470
- &.k-state-selected,
471
415
  &.k-selected {
472
416
  @include fill(
473
417
  $kendo-list-item-selected-text,
@@ -476,7 +420,6 @@
476
420
  }
477
421
 
478
422
  &:focus,
479
- &.k-state-focused,
480
423
  &.k-focus {
481
424
  @include box-shadow( $kendo-list-item-focus-shadow );
482
425
  }
@@ -69,8 +69,7 @@
69
69
  @include disabled( $disabled-styling );
70
70
 
71
71
  [disabled] &,
72
- .k-disabled &,
73
- .k-state-disabled & {
72
+ .k-disabled & {
74
73
  opacity: 1;
75
74
  filter: grayscale(0);
76
75
  }
@@ -91,8 +90,7 @@
91
90
  @include disabled( $disabled-styling );
92
91
 
93
92
  [disabled] &,
94
- .k-disabled &,
95
- .k-state-disabled & {
93
+ .k-disabled & {
96
94
  opacity: 1;
97
95
  filter: grayscale(0);
98
96
  }
@@ -13,7 +13,6 @@
13
13
  // Listview content
14
14
  .k-listview-content {
15
15
 
16
- > .k-state-focused,
17
16
  > .k-focus {
18
17
  @include fill(
19
18
  $listview-item-focus-text,
@@ -23,7 +22,6 @@
23
22
  @include box-shadow( $listview-item-focus-shadow );
24
23
  }
25
24
 
26
- > .k-state-selected,
27
25
  > .k-selected {
28
26
  @include fill(
29
27
  $listview-item-selected-text,
@@ -16,8 +16,11 @@
16
16
  }
17
17
 
18
18
  .k-loader-container-inner {
19
- .k-text-secondary {
20
- color: $loader-secondary-bg !important; // sass-lint:disable-line no-important
19
+ // sass-lint:disable-block no-important
20
+ // sass-lint:disable-block class-name-format
21
+ .k-text-secondary,
22
+ .\!k-text-secondary {
23
+ color: $loader-secondary-bg !important;
21
24
  }
22
25
  }
23
26
 
@@ -18,8 +18,7 @@
18
18
  }
19
19
 
20
20
  &:focus,
21
- &.k-focus,
22
- &.k-state-focus {
21
+ &.k-focus {
23
22
  @include box-shadow( $orgchart-card-focus-shadow );
24
23
  }
25
24
  }
@@ -33,9 +32,6 @@
33
32
  );
34
33
  }
35
34
  .k-orgchart-node-group-container:focus,
36
- .k-orgchart-node-group-container.k-focus,
37
- .k-orgchart-node-group-container.k-state-focus,
38
- .k-orgchart-node-group-container.k-state-focused,
39
35
  .k-orgchart-node-group-container.k-focus {
40
36
  @include box-shadow( $orgchart-node-group-focus-shadow );
41
37
  @include fill ( $border: $orgchart-node-group-focus-border );
@@ -34,7 +34,6 @@
34
34
 
35
35
  // Focused state
36
36
  &:focus,
37
- &.k-state-focus,
38
37
  &.k-focus {
39
38
  z-index: 3;
40
39
  }
@@ -88,7 +87,6 @@
88
87
  &:hover {
89
88
  z-index: 2;
90
89
  }
91
- &.k-state-disabled,
92
90
  &.k-disabled {
93
91
  color: inherit;
94
92
  }
@@ -138,7 +136,6 @@
138
136
  }
139
137
 
140
138
  // Selected state
141
- .k-state-selected,
142
139
  .k-selected {
143
140
  cursor: inherit;
144
141
  z-index: 2;
@@ -9,9 +9,6 @@
9
9
  );
10
10
 
11
11
  &:focus,
12
- &.k-focus,
13
- &.k-state-focus,
14
- &.k-state-focused,
15
12
  &.k-focus {
16
13
  @include fill( $bg: $pager-focus-bg );
17
14
  @include box-shadow( $pager-focus-shadow );
@@ -27,7 +24,6 @@
27
24
  );
28
25
 
29
26
  &:hover,
30
- &.k-state-hover,
31
27
  &.k-hover {
32
28
  @include fill(
33
29
  $pager-item-hover-text,
@@ -36,7 +32,6 @@
36
32
  );
37
33
  }
38
34
 
39
- &.k-state-selected,
40
35
  &.k-selected {
41
36
  @include fill(
42
37
  $pager-item-selected-text,
@@ -46,7 +41,6 @@
46
41
  }
47
42
 
48
43
  &:focus,
49
- &.k-state-focus,
50
44
  &.k-focus {
51
45
  background-color: $pager-item-focus-bg;
52
46
  @include box-shadow( $pager-item-focus-shadow );
@@ -70,7 +64,6 @@
70
64
  );
71
65
 
72
66
  &:hover,
73
- &.k-state-hover,
74
67
  &.k-hover {
75
68
  @include fill(
76
69
  $pager-number-hover-text,
@@ -80,13 +73,11 @@
80
73
  }
81
74
 
82
75
  &:focus,
83
- &.k-state-focus,
84
76
  &.k-focus {
85
77
  background-color: $pager-number-focus-bg;
86
78
  @include box-shadow( $pager-number-focus-shadow );
87
79
  }
88
80
 
89
- &.k-state-selected,
90
81
  &.k-selected {
91
82
  @include fill(
92
83
  $pager-number-selected-text,
@@ -119,7 +110,6 @@
119
110
  );
120
111
 
121
112
  &:hover,
122
- &.k-state-hover,
123
113
  &.k-hover {
124
114
  @include fill(
125
115
  $dropdownlist-hovered-text,
@@ -129,7 +119,7 @@
129
119
  }
130
120
  }
131
121
 
132
- &.k-state-expanded {
122
+ &.k-expanded {
133
123
  @include fill(
134
124
  $popup-text,
135
125
  $popup-bg,
@@ -140,7 +130,6 @@
140
130
  .k-link {
141
131
 
142
132
  &:hover,
143
- &.k-state-hover,
144
133
  &.k-hover {
145
134
  @include fill(
146
135
  $kendo-list-item-hover-text,
@@ -148,7 +137,6 @@
148
137
  );
149
138
  }
150
139
 
151
- &.k-state-selected,
152
140
  &.k-selected {
153
141
  @include fill(
154
142
  $kendo-list-item-selected-text,
@@ -95,6 +95,10 @@
95
95
  }
96
96
  }
97
97
 
98
+ // Panelbar item
99
+ .k-panelbar-item {
100
+ outline-style: none;
101
+ }
98
102
 
99
103
  // Panelbar content
100
104
  .k-panelbar-content {