@progress/kendo-theme-default 5.6.1-dev.5 → 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 (106) hide show
  1. package/dist/all.css +770 -930
  2. package/dist/all.scss +398 -649
  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 +3 -3
  15. package/scss/action-sheet/_theme.scss +0 -3
  16. package/scss/adaptive/_layout.scss +2 -1
  17. package/scss/adaptive/_theme.scss +0 -2
  18. package/scss/badge/_layout.scss +18 -69
  19. package/scss/badge/_theme.scss +2 -2
  20. package/scss/badge/_variables.scss +70 -35
  21. package/scss/bottom-navigation/_layout.scss +0 -1
  22. package/scss/bottom-navigation/_theme.scss +0 -8
  23. package/scss/breadcrumb/_theme.scss +0 -5
  24. package/scss/button/_variables.scss +1 -1
  25. package/scss/calendar/_layout.scss +0 -1
  26. package/scss/calendar/_theme.scss +9 -22
  27. package/scss/card/_layout.scss +6 -5
  28. package/scss/card/_theme.scss +11 -27
  29. package/scss/card/_variables.scss +0 -10
  30. package/scss/chat/_layout.scss +0 -3
  31. package/scss/chat/_theme.scss +0 -2
  32. package/scss/coloreditor/_theme.scss +0 -1
  33. package/scss/colorgradient/_layout.scss +1 -1
  34. package/scss/colorgradient/_theme.scss +3 -5
  35. package/scss/colorpalette/_layout.scss +0 -4
  36. package/scss/colorpalette/_theme.scss +0 -5
  37. package/scss/common/_base.scss +1 -3
  38. package/scss/dataviz/_layout.scss +1 -1
  39. package/scss/dataviz/_theme.scss +1 -1
  40. package/scss/drawer/_theme.scss +0 -5
  41. package/scss/editor/_layout.scss +2 -3
  42. package/scss/editor/_theme.scss +1 -3
  43. package/scss/expansion-panel/_theme.scss +0 -4
  44. package/scss/filemanager/_theme.scss +0 -1
  45. package/scss/floating-label/_layout.scss +0 -7
  46. package/scss/floating-label/_theme.scss +1 -2
  47. package/scss/forms/_variables.scss +1 -1
  48. package/scss/gantt/_layout.scss +2 -5
  49. package/scss/gantt/_theme.scss +0 -7
  50. package/scss/grid/_layout.scss +3 -1
  51. package/scss/grid/_theme.scss +7 -62
  52. package/scss/input/_layout.scss +2 -4
  53. package/scss/listview/_theme.scss +0 -2
  54. package/scss/loader/_theme.scss +5 -2
  55. package/scss/notification/_layout.scss +4 -2
  56. package/scss/notification/_theme.scss +2 -1
  57. package/scss/orgchart/_theme.scss +1 -5
  58. package/scss/pager/_layout.scss +4 -3
  59. package/scss/pager/_theme.scss +1 -13
  60. package/scss/panelbar/_layout.scss +4 -0
  61. package/scss/panelbar/_theme.scss +5 -54
  62. package/scss/pdf-viewer/_index.scss +3 -0
  63. package/scss/pdf-viewer/_layout.scss +80 -28
  64. package/scss/pdf-viewer/_theme.scss +21 -0
  65. package/scss/pdf-viewer/_variables.scss +14 -1
  66. package/scss/pivotgrid/_theme.scss +7 -11
  67. package/scss/popover/_layout.scss +10 -5
  68. package/scss/popover/_theme.scss +8 -6
  69. package/scss/popover/_variables.scss +0 -5
  70. package/scss/progressbar/_layout.scss +0 -12
  71. package/scss/progressbar/_theme.scss +0 -1
  72. package/scss/radio/_layout.scss +0 -1
  73. package/scss/radio/_theme.scss +0 -5
  74. package/scss/rating/_layout.scss +1 -1
  75. package/scss/rating/_theme.scss +0 -6
  76. package/scss/scheduler/_layout.scss +2 -5
  77. package/scss/scheduler/_theme.scss +1 -12
  78. package/scss/scrollview/_theme.scss +0 -4
  79. package/scss/signature/_layout.scss +9 -6
  80. package/scss/signature/_variables.scss +23 -21
  81. package/scss/slider/_layout.scss +2 -3
  82. package/scss/slider/_theme.scss +0 -3
  83. package/scss/splitter/_layout.scss +1 -1
  84. package/scss/splitter/_theme.scss +0 -4
  85. package/scss/spreadsheet/_layout.scss +1 -4
  86. package/scss/spreadsheet/_theme.scss +1 -7
  87. package/scss/stepper/_theme.scss +0 -1
  88. package/scss/tabstrip/_layout.scss +0 -7
  89. package/scss/tabstrip/_theme.scss +0 -6
  90. package/scss/taskboard/_layout.scss +1 -3
  91. package/scss/taskboard/_theme.scss +6 -13
  92. package/scss/tilelayout/_theme.scss +0 -3
  93. package/scss/timeline/_theme.scss +0 -2
  94. package/scss/timeselector/_layout.scss +0 -1
  95. package/scss/timeselector/_theme.scss +0 -1
  96. package/scss/toolbar/_layout.scss +6 -0
  97. package/scss/toolbar/_theme.scss +7 -0
  98. package/scss/treelist/_layout.scss +0 -1
  99. package/scss/typography/_variables.scss +1 -1
  100. package/scss/upload/_layout.scss +0 -1
  101. package/scss/upload/_theme.scss +0 -3
  102. package/scss/utils/_position.scss +3 -0
  103. package/scss/utils/_theme-colors.scss +14 -48
  104. package/scss/window/_theme.scss +0 -1
  105. package/scss/wizard/_layout.scss +0 -1
  106. package/scss/wizard/_theme.scss +2 -2
@@ -9,9 +9,13 @@
9
9
  );
10
10
  @include box-shadow( $card-shadow );
11
11
 
12
+ .k-card-inner {
13
+ background-color: inherit;
14
+ border-color: inherit;
15
+ }
16
+
12
17
  &:focus,
13
- &.k-focus,
14
- &.k-state-focus {
18
+ &.k-focus {
15
19
  @include fill(
16
20
  $card-focus-text,
17
21
  $card-focus-bg,
@@ -20,8 +24,7 @@
20
24
  @include box-shadow( $card-focus-shadow );
21
25
  }
22
26
 
23
- &.k-selected,
24
- &.k-state-selected {
27
+ &.k-selected {
25
28
  @include box-shadow( $card-focus-shadow );
26
29
  }
27
30
  }
@@ -73,10 +76,8 @@
73
76
 
74
77
 
75
78
  .k-card-wrap {
76
- &.k-state-focused,
77
- &.k-focus,
78
79
  &:focus,
79
- &.k-state-selected,
80
+ &.k-focus,
80
81
  &.k-selected {
81
82
  > .k-card {
82
83
  @include box-shadow( $card-focus-shadow );
@@ -88,28 +89,11 @@
88
89
  // Card callout
89
90
  .k-card-callout {
90
91
  @include fill(
91
- $bg: $card-bg,
92
- $border: $card-border
93
- );
94
- }
95
-
96
- .k-card-callout.k-callout-n { @include box-shadow( $card-callout-box-shadow-n ); }
97
- .k-card-callout.k-callout-e { @include box-shadow( $card-callout-box-shadow-e ); }
98
- .k-card-callout.k-callout-s { @include box-shadow( $card-callout-box-shadow-s ); }
99
- .k-card-callout.k-callout-w { @include box-shadow( $card-callout-box-shadow-w ); }
100
-
101
- .k-card:focus .k-card-callout,
102
- .k-card.k-focus .k-card-callout,
103
- .k-card.k-state-focus .k-card-callout {
104
- @include fill(
105
- $bg: $card-focus-bg,
106
- $border: $card-focus-border
92
+ $bg: inherit,
93
+ $border: inherit
107
94
  );
108
95
 
109
- &.k-callout-n { @include box-shadow( $card-focus-callout-box-shadow-n ); }
110
- &.k-callout-e { @include box-shadow( $card-focus-callout-box-shadow-e ); }
111
- &.k-callout-s { @include box-shadow( $card-focus-callout-box-shadow-s ); }
112
- &.k-callout-w { @include box-shadow( $card-focus-callout-box-shadow-w ); }
96
+ @include box-shadow( inherit );
113
97
  }
114
98
 
115
99
  }
@@ -66,13 +66,3 @@ $card-deck-scroll-button-offset: -$kendo-button-border-width !default;
66
66
 
67
67
  $card-callout-width: 20px !default;
68
68
  $card-callout-height: 20px !default;
69
-
70
- $card-callout-box-shadow-n: null !default;
71
- $card-callout-box-shadow-e: null !default;
72
- $card-callout-box-shadow-s: null !default;
73
- $card-callout-box-shadow-w: null !default;
74
-
75
- $card-focus-callout-box-shadow-n: 1px -1px 4px 0 rgba( black, .06) !default;
76
- $card-focus-callout-box-shadow-e: 2px -1px 4px 0 rgba( black, .06) !default;
77
- $card-focus-callout-box-shadow-s: 2px -2px 4px 0 rgba( black, .06) !default;
78
- $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
@@ -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 );
@@ -170,7 +170,7 @@
170
170
  }
171
171
 
172
172
  // Needed for the double check icons
173
- .k-i-check + .k-i-check {
173
+ .k-icon + .k-icon {
174
174
  margin-left: -13px;
175
175
  }
176
176
  }
@@ -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
  }
@@ -69,7 +69,7 @@
69
69
  .k-chart-tooltip-wrapper {
70
70
  z-index: 12000;
71
71
 
72
- > .k-popup {
72
+ .k-popup {
73
73
  padding: 0;
74
74
  border-width: 0;
75
75
  background: transparent;
@@ -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;
@@ -298,7 +297,8 @@
298
297
  border-bottom-color: inherit;
299
298
  cursor: se-resize;
300
299
 
301
- .k-i-arrow-45-down-right {
300
+ .k-i-arrow-45-down-right,
301
+ .k-i-caret-br {
302
302
  display: none;
303
303
  }
304
304
  }
@@ -496,7 +496,6 @@
496
496
  display: block;
497
497
  margin: auto;
498
498
 
499
- &.k-state-selected,
500
499
  &.k-selected {
501
500
  color: inherit;
502
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,
@@ -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
  }
@@ -662,7 +662,9 @@
662
662
 
663
663
  .k-cell-inner > .k-link > .k-icon {
664
664
  &.k-i-sort-desc-sm,
665
- &.k-i-sort-asc-sm {
665
+ &.k-i-sort-asc-sm,
666
+ &.k-i-sort-asc-small,
667
+ &.k-i-sort-desc-small {
666
668
  vertical-align: text-top;
667
669
  margin-inline-start: $grid-sorted-icon-spacing;
668
670
  }