@progress/kendo-theme-default 6.8.0-dev.2 → 7.0.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 (73) hide show
  1. package/dist/all.css +567 -4823
  2. package/dist/all.scss +257 -1320
  3. package/dist/meta/sassdoc-data.json +428 -320
  4. package/dist/meta/sassdoc-raw-data.json +166 -116
  5. package/dist/meta/variables.json +97 -121
  6. package/lib/swatches/default-blue.json +1 -1
  7. package/lib/swatches/default-dataviz-v4.json +1 -1
  8. package/lib/swatches/default-green.json +1 -1
  9. package/lib/swatches/default-main-dark.json +1 -1
  10. package/lib/swatches/default-main.json +1 -1
  11. package/lib/swatches/default-nordic.json +1 -1
  12. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  13. package/lib/swatches/default-ocean-blue.json +1 -1
  14. package/lib/swatches/default-orange.json +1 -1
  15. package/lib/swatches/default-purple.json +1 -1
  16. package/lib/swatches/default-turquoise.json +1 -1
  17. package/lib/swatches/default-urban.json +1 -1
  18. package/package.json +5 -5
  19. package/scss/_variables.scss +1 -1
  20. package/scss/action-sheet/_variables.scss +1 -1
  21. package/scss/appbar/_variables.scss +2 -2
  22. package/scss/bottom-navigation/_layout.scss +1 -0
  23. package/scss/bottom-navigation/_variables.scss +2 -2
  24. package/scss/breadcrumb/_layout.scss +1 -2
  25. package/scss/calendar/_theme.scss +1 -0
  26. package/scss/calendar/_variables.scss +1 -0
  27. package/scss/card/_variables.scss +2 -1
  28. package/scss/chat/_variables.scss +6 -6
  29. package/scss/coloreditor/_variables.scss +3 -2
  30. package/scss/colorgradient/_layout.scss +3 -3
  31. package/scss/colorgradient/_theme.scss +4 -2
  32. package/scss/colorgradient/_variables.scss +14 -8
  33. package/scss/common/_index.scss +1 -0
  34. package/scss/common/_indicators.scss +39 -0
  35. package/scss/core/_index.scss +3 -0
  36. package/scss/drawer/_layout.scss +0 -1
  37. package/scss/editor/_layout.scss +3 -7
  38. package/scss/fab/_variables.scss +2 -2
  39. package/scss/grid/_layout.scss +5 -10
  40. package/scss/grid/_theme.scss +3 -6
  41. package/scss/icons/_layout.scss +4 -4
  42. package/scss/index.scss +2 -0
  43. package/scss/input/_layout.scss +10 -10
  44. package/scss/list/_variables.scss +1 -1
  45. package/scss/listview/_variables.scss +1 -1
  46. package/scss/map/_layout.scss +1 -2
  47. package/scss/orgchart/_variables.scss +2 -2
  48. package/scss/panelbar/_layout.scss +1 -0
  49. package/scss/panelbar/_theme.scss +0 -2
  50. package/scss/pdf-viewer/_theme.scss +1 -2
  51. package/scss/pdf-viewer/_variables.scss +1 -1
  52. package/scss/pivotgrid/_layout.scss +3 -6
  53. package/scss/pivotgrid/_variables.scss +5 -4
  54. package/scss/popup/_variables.scss +1 -1
  55. package/scss/rating/_theme.scss +0 -6
  56. package/scss/rating/_variables.scss +2 -2
  57. package/scss/scheduler/_layout.scss +2 -16
  58. package/scss/scheduler/_theme.scss +0 -17
  59. package/scss/scheduler/_variables.scss +1 -3
  60. package/scss/scrollview/_layout.scss +1 -2
  61. package/scss/spreadsheet/_layout.scss +2 -5
  62. package/scss/stepper/_layout.scss +2 -4
  63. package/scss/stepper/_theme.scss +1 -2
  64. package/scss/tabstrip/_layout.scss +1 -0
  65. package/scss/tabstrip/_variables.scss +1 -1
  66. package/scss/tilelayout/_layout.scss +1 -0
  67. package/scss/timeline/_variables.scss +1 -1
  68. package/scss/tooltip/_layout.scss +1 -2
  69. package/scss/tooltip/_theme.scss +1 -1
  70. package/scss/tooltip/_variables.scss +2 -0
  71. package/scss/treeview/_layout.scss +1 -4
  72. package/scss/upload/_layout.scss +1 -2
  73. package/scss/window/_variables.scss +2 -2
@@ -217,9 +217,7 @@
217
217
  .k-input-validation-icon,
218
218
  .k-input-loading-icon,
219
219
  .k-input-prefix > .k-icon,
220
- .k-input-prefix > .k-svg-icon,
221
- .k-input-suffix > .k-icon,
222
- .k-input-suffix > .k-svg-icon {
220
+ .k-input-suffix > .k-icon {
223
221
  flex: none;
224
222
  align-self: center;
225
223
  display: inline-flex;
@@ -229,6 +227,12 @@
229
227
  box-sizing: content-box;
230
228
  }
231
229
 
230
+ .k-input-loading-icon {
231
+ width: 1em;
232
+ height: 1em;
233
+ font-size: $kendo-icon-size;
234
+ }
235
+
232
236
  // Input with SVG icon
233
237
  .k-input-icon,
234
238
  .k-input-validation-icon,
@@ -342,12 +346,10 @@
342
346
  min-height: auto !important; // stylelint-disable-line declaration-no-important
343
347
  }
344
348
  }
345
- .k-spinner-increase .k-icon,
346
- .k-spinner-increase .k-svg-icon {
349
+ .k-spinner-increase .k-icon {
347
350
  bottom: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
348
351
  }
349
- .k-spinner-decrease .k-icon,
350
- .k-spinner-decrease .k-svg-icon {
352
+ .k-spinner-decrease .k-icon {
351
353
  top: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
352
354
  }
353
355
  }
@@ -433,9 +435,7 @@
433
435
  .k-input-loading-icon,
434
436
  .k-clear-value,
435
437
  .k-input-prefix > .k-icon,
436
- .k-input-prefix > .k-svg-icon,
437
- .k-input-suffix > .k-icon,
438
- .k-input-suffix > .k-svg-icon {
438
+ .k-input-suffix > .k-icon {
439
439
  padding-block: $_padding-y;
440
440
  padding-inline: $_padding-y;
441
441
  box-sizing: content-box;
@@ -195,7 +195,7 @@ $kendo-list-header-text: null !default;
195
195
  $kendo-list-header-border: inherit !default;
196
196
  /// The box shadow of the List header.
197
197
  /// @group list
198
- $kendo-list-header-shadow: 0 5px 10px 0 rgba(0, 0, 0, .06) !default;
198
+ $kendo-list-header-shadow: k-elevation(2) !default;
199
199
 
200
200
 
201
201
  /// The background color of the List items.
@@ -57,4 +57,4 @@ $kendo-listview-item-focus-bg: null !default;
57
57
  $kendo-listview-item-focus-border: null !default;
58
58
  /// The box shadow of the focused ListView items.
59
59
  /// @group listview
60
- $kendo-listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
60
+ $kendo-listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
@@ -87,8 +87,7 @@
87
87
  box-shadow: none;
88
88
  position: absolute;
89
89
 
90
- .k-icon,
91
- .k-svg-icon {
90
+ .k-icon {
92
91
  min-width: 0;
93
92
  min-height: 0;
94
93
  }
@@ -22,7 +22,7 @@ $kendo-orgchart-node-group-text: $kendo-base-text !default;
22
22
  $kendo-orgchart-node-group-border: $kendo-base-border !default;
23
23
 
24
24
  $kendo-orgchart-node-group-focus-border: $kendo-card-focus-border !default;
25
- $kendo-orgchart-node-group-focus-shadow: $kendo-card-focus-shadow !default;
25
+ $kendo-orgchart-node-group-focus-shadow: k-elevation(1) !default;
26
26
 
27
27
  $kendo-orgchart-node-group-title-font-size: $kendo-font-size-lg !default;
28
28
  $kendo-orgchart-node-group-title-margin-bottom: k-math-div( $kendo-orgchart-spacer, 3 ) !default;
@@ -37,7 +37,7 @@ $kendo-orgchart-card-padding-y: $kendo-card-padding-y !default;
37
37
  $kendo-orgchart-card-padding-x: $kendo-orgchart-card-padding-y !default;
38
38
  $kendo-orgchart-card-border-width: $kendo-card-border-width !default;
39
39
  $kendo-orgchart-card-shadow: $kendo-card-shadow !default;
40
- $kendo-orgchart-card-focus-shadow: $kendo-card-focus-shadow !default;
40
+ $kendo-orgchart-card-focus-shadow: k-elevation(1) !default;
41
41
 
42
42
  $kendo-orgchart-card-title-margin-bottom: 0px !default;
43
43
  $kendo-orgchart-card-title-font-size: null !default;
@@ -13,6 +13,7 @@
13
13
  line-height: $kendo-panelbar-line-height;
14
14
  list-style: none;
15
15
  display: block;
16
+ position: relative;
16
17
  -webkit-touch-callout: none;
17
18
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
18
19
 
@@ -32,7 +32,6 @@
32
32
  );
33
33
 
34
34
  .k-icon,
35
- .k-svg-icon,
36
35
  .k-panelbar-item-icon {
37
36
  color: $kendo-panelbar-text;
38
37
  }
@@ -82,7 +81,6 @@
82
81
  );
83
82
 
84
83
  .k-icon,
85
- .k-svg-icon,
86
84
  .k-panelbar-item-icon {
87
85
  color: inherit;
88
86
  }
@@ -40,8 +40,7 @@
40
40
  @include box-shadow( $kendo-pdf-viewer-page-shadow );
41
41
  }
42
42
 
43
- .k-blank-page > .k-icon,
44
- .k-blank-page > .k-svg-icon {
43
+ .k-blank-page > .k-icon {
45
44
  @include fill( $color: $kendo-pdf-viewer-icon-text );
46
45
  }
47
46
 
@@ -23,7 +23,7 @@ $kendo-pdf-viewer-page-spacing: 30px !default;
23
23
  $kendo-pdf-viewer-page-bg: white !default;
24
24
  $kendo-pdf-viewer-page-text: $kendo-component-text !default;
25
25
  $kendo-pdf-viewer-page-border: $kendo-component-border !default;
26
- $kendo-pdf-viewer-page-shadow: 0 0 k-math-div( $kendo-pdf-viewer-page-spacing, 2 ) $kendo-pdf-viewer-page-border !default;
26
+ $kendo-pdf-viewer-page-shadow: k-elevation(3) !default;
27
27
 
28
28
  $kendo-pdf-viewer-search-panel-padding-x: $kendo-toolbar-md-padding-x !default;
29
29
  $kendo-pdf-viewer-search-panel-padding-y: calc( #{$kendo-toolbar-md-padding-x} * 2 ) !default;
@@ -144,8 +144,7 @@
144
144
  }
145
145
  }
146
146
 
147
- .k-pivotgrid-cell .k-icon,
148
- .k-pivotgrid-cell .k-svg-icon {
147
+ .k-pivotgrid-cell .k-icon {
149
148
  cursor: pointer;
150
149
  padding-inline-end: $kendo-pivotgrid-icon-spacing;
151
150
  }
@@ -197,8 +196,7 @@
197
196
  span {
198
197
  writing-mode: vertical-rl;
199
198
  }
200
- .k-icon,
201
- .k-svg-icon {
199
+ .k-icon {
202
200
  vertical-align: baseline;
203
201
  }
204
202
  }
@@ -355,8 +353,7 @@
355
353
  flex-direction: row;
356
354
  align-items: center;
357
355
 
358
- .k-icon,
359
- .k-svg-icon {
356
+ .k-icon {
360
357
  margin-right: k-map-get( $kendo-spacing, 2 );
361
358
  }
362
359
  .k-dropdown-list {
@@ -69,10 +69,11 @@ $kendo-pivotgrid-configurator-header-bg: null !default;
69
69
  $kendo-pivotgrid-configurator-header-text: $kendo-component-header-text !default;
70
70
  $kendo-pivotgrid-configurator-header-border: null !default;
71
71
 
72
- $kendo-pivotgrid-configurator-end-shadow: -3px 0px 6px rgba(0, 0, 0, .16) !default;
73
- $kendo-pivotgrid-configurator-start-shadow: 3px 0px 6px rgba(0, 0, 0, .16) !default;
74
- $kendo-pivotgrid-configurator-top-shadow: 0px -3px 6px rgba(0, 0, 0, .16) !default;
75
- $kendo-pivotgrid-configurator-bottom-shadow: 0px 3px 6px rgba(0, 0, 0, .16) !default;
72
+ $kendo-pivotgrid-configurator-shadow: k-elevation(3) !default;
73
+ $kendo-pivotgrid-configurator-end-shadow: $kendo-pivotgrid-configurator-shadow !default; // -3px 0px 6px rgba(0, 0, 0, .16)
74
+ $kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-shadow !default; // 3px 0px 6px rgba(0, 0, 0, .16)
75
+ $kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-shadow !default; // 0px -3px 6px rgba(0, 0, 0, .16)
76
+ $kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-shadow !default; // 0px 3px 6px rgba(0, 0, 0, .16)
76
77
 
77
78
  $kendo-pivotgrid-configurator-button-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
78
79
  $kendo-pivotgrid-configurator-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
@@ -36,4 +36,4 @@ $kendo-popup-text: $kendo-component-text !default;
36
36
  $kendo-popup-border: $kendo-component-border !default;
37
37
  /// Box shadow of the popup.
38
38
  /// @group popup
39
- $kendo-popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !default;
39
+ $kendo-popup-shadow: k-elevation(4) !default;
@@ -8,16 +8,10 @@
8
8
 
9
9
  .k-rating-item {
10
10
  > .k-icon {
11
- text-shadow: $kendo-rating-icon-focus-shadow;
12
- }
13
- > .k-svg-icon {
14
11
  filter: drop-shadow( $kendo-rating-icon-focus-shadow );
15
12
  }
16
13
 
17
14
  &.k-selected > .k-icon {
18
- text-shadow: $kendo-rating-icon-focus-selected-shadow;
19
- }
20
- &.k-selected > .k-svg-icon {
21
15
  filter: drop-shadow( $kendo-rating-icon-focus-selected-shadow );
22
16
  }
23
17
  }
@@ -20,5 +20,5 @@ $kendo-rating-icon-selected-text: $kendo-selected-bg !default;
20
20
  $kendo-rating-icon-hover-text: $kendo-selected-bg !default;
21
21
  $kendo-rating-icon-focus-text: $kendo-selected-bg !default;
22
22
 
23
- $kendo-rating-icon-focus-shadow: 0 2px 4px rgba( $kendo-color-black, .1 ) !default;
24
- $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( $kendo-color-black, .1) !default;
23
+ $kendo-rating-icon-focus-shadow: k-elevation(1) !default;
24
+ $kendo-rating-icon-focus-selected-shadow: k-elevation(1) !default;
@@ -11,6 +11,7 @@
11
11
  line-height: $kendo-scheduler-line-height;
12
12
  display: flex;
13
13
  flex-direction: column;
14
+ position: relative;
14
15
  -webkit-touch-callout: none;
15
16
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
16
17
 
@@ -527,8 +528,7 @@
527
528
  position: absolute;
528
529
  justify-content: center;
529
530
 
530
- > .k-icon,
531
- > .k-svg-icon {
531
+ > .k-icon {
532
532
  position: absolute;
533
533
  top: 50%;
534
534
  left: 50%;
@@ -536,20 +536,6 @@
536
536
  }
537
537
  }
538
538
 
539
- // Current time
540
- .k-current-time {
541
- position: absolute;
542
-
543
- &.k-current-time-arrow-left,
544
- &.k-current-time-arrow-right,
545
- &.k-current-time-arrow-down {
546
- width: 0;
547
- height: 0;
548
- background: transparent;
549
- border: 4px solid transparent;
550
- }
551
- }
552
-
553
539
  // Draging hint
554
540
  .k-event-drag-hint {
555
541
  opacity: .5;
@@ -9,23 +9,6 @@
9
9
  );
10
10
  }
11
11
 
12
- // Current time
13
- .k-current-time {
14
- background: $kendo-scheduler-current-time-color;
15
-
16
- &.k-current-time-arrow-left {
17
- border-right-color: $kendo-scheduler-current-time-color;
18
- }
19
-
20
- &.k-current-time-arrow-right {
21
- border-left-color: $kendo-scheduler-current-time-color;
22
- }
23
-
24
- &.k-current-time-arrow-down {
25
- border-top-color: $kendo-scheduler-current-time-color;
26
- }
27
- }
28
-
29
12
  // Header and footer
30
13
  .k-scheduler-toolbar {
31
14
  @include fill(
@@ -48,8 +48,6 @@ $kendo-scheduler-cell-height: $kendo-line-height-em !default;
48
48
  $kendo-scheduler-datecolumn-width: 12em !default;
49
49
  $kendo-scheduler-timecolumn-width: 11em !default;
50
50
 
51
- $kendo-scheduler-current-time-color: #ff0000 !default;
52
-
53
51
  $kendo-scheduler-nonwork-bg: k-try-shade( $kendo-scheduler-bg, .5 ) !default;
54
52
  $kendo-scheduler-nonwork-text: null !default;
55
53
 
@@ -77,7 +75,7 @@ $kendo-scheduler-tooltip-border-width: 0 !default;
77
75
  $kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
78
76
  $kendo-scheduler-tooltip-text: $kendo-base-text !default;
79
77
  $kendo-scheduler-tooltip-border: null !default;
80
- $kendo-scheduler-tooltip-shadow: 0px 0px 10px rgba(0, 0, 0, .2) !default;
78
+ $kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
81
79
 
82
80
  $kendo-scheduler-tooltip-title-margin-y: k-map-get( $kendo-spacing, 3 ) !default;
83
81
  $kendo-scheduler-tooltip-month-font-size: $kendo-font-size-sm !default;
@@ -137,8 +137,7 @@
137
137
  user-select: none;
138
138
  cursor: pointer;
139
139
 
140
- .k-icon,
141
- .k-svg-icon {
140
+ .k-icon {
142
141
  display: table-cell;
143
142
  overflow: visible;
144
143
  margin: 0;
@@ -63,8 +63,7 @@
63
63
  gap: $kendo-spreadsheet-formula-bar-gap;
64
64
 
65
65
  // move to legacy selector
66
- > .k-icon,
67
- > .k-svg-icon {
66
+ > .k-icon {
68
67
  padding-block: 0;
69
68
  padding-inline: $kendo-padding-md-y;
70
69
  box-sizing: content-box;
@@ -551,8 +550,7 @@
551
550
  .k-link {
552
551
  padding-left: calc( #{$kendo-icon-size} + #{2 * $kendo-padding-md-y} );
553
552
  }
554
- .k-icon,
555
- .k-svg-icon {
553
+ .k-icon {
556
554
  margin-left: calc(-1 * ( #{$kendo-icon-size} + #{$kendo-padding-md-y} ) );
557
555
  margin-right: $kendo-padding-md-y;
558
556
  }
@@ -593,7 +591,6 @@
593
591
  cursor: pointer;
594
592
 
595
593
  > .k-icon,
596
- > .k-svg-icon,
597
594
  > .k-expander-indicator {
598
595
  margin-right: $kendo-padding-md-y;
599
596
  }
@@ -120,8 +120,7 @@
120
120
  text-overflow: ellipsis;
121
121
  overflow: hidden;
122
122
  }
123
- .k-step-label .k-icon,
124
- .k-step-label .k-svg-icon {
123
+ .k-step-label .k-icon {
125
124
  margin-left: $kendo-icon-spacing;
126
125
  }
127
126
 
@@ -251,8 +250,7 @@
251
250
  .k-stepper[dir="rtl"] {
252
251
  direction: rtl;
253
252
 
254
- .k-step-label .k-icon,
255
- .k-step-label .k-svg-icon {
253
+ .k-step-label .k-icon {
256
254
  margin-left: 0;
257
255
  margin-right: $kendo-icon-spacing;
258
256
  }
@@ -157,8 +157,7 @@
157
157
  .k-step-label {
158
158
  @include fill( $color: $kendo-stepper-label-text );
159
159
  }
160
- .k-step-success .k-step-label .k-icon,
161
- .k-step-success .k-step-label .k-svg-icon {
160
+ .k-step-success .k-step-label .k-icon {
162
161
  @include fill( $color: $kendo-stepper-label-success-text );
163
162
  }
164
163
 
@@ -9,6 +9,7 @@
9
9
  border-style: solid;
10
10
  display: flex;
11
11
  flex-direction: column;
12
+ position: relative;
12
13
  }
13
14
 
14
15
 
@@ -80,7 +80,7 @@ $kendo-tabstrip-item-selected-gradient: null !default;
80
80
 
81
81
  $kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
82
82
 
83
- $kendo-tabstrip-item-dragging-shadow: 0px 3px 4px rgba(0, 0, 0, .15) !default;
83
+ $kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
84
84
 
85
85
  $kendo-tabstrip-item-disabled-bg: null !default;
86
86
  $kendo-tabstrip-item-disabled-text: null !default;
@@ -6,6 +6,7 @@
6
6
  box-sizing: border-box;
7
7
  outline: 0;
8
8
  display: grid;
9
+ position: relative;
9
10
  padding: $kendo-tile-layout-padding-y $kendo-tile-layout-padding-x;
10
11
  -webkit-touch-callout: none;
11
12
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
@@ -27,7 +27,7 @@ $kendo-timeline-track-end-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 *
27
27
  $kendo-timeline-track-bg: $kendo-button-bg !default;
28
28
  $kendo-timeline-track-border-color: $kendo-button-border !default;
29
29
 
30
- $kendo-timeline-track-item-focus-shadow: 0 3px 4px 0 rgba($kendo-color-primary, .4) !default;
30
+ $kendo-timeline-track-item-focus-shadow: k-elevation(2) !default;
31
31
 
32
32
  $kendo-timeline-track-event-offset: 36px !default;
33
33
 
@@ -51,8 +51,7 @@
51
51
  margin-inline-start: $kendo-icon-spacing;
52
52
  flex-shrink: 0;
53
53
 
54
- .k-icon,
55
- .k-svg-icon {
54
+ .k-icon {
56
55
  color: inherit;
57
56
  vertical-align: top;
58
57
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  .k-tooltip-wrapper {
4
4
  .k-tooltip {
5
- box-shadow: $kendo-popup-shadow;
5
+ box-shadow: $kendo-tooltip-shadow;
6
6
  }
7
7
  }
8
8
 
@@ -18,6 +18,8 @@ $kendo-tooltip-bg: rgba( k-contrast-legacy( $kendo-body-bg ), .75 ) !default;
18
18
  $kendo-tooltip-text: k-contrast-legacy( $kendo-tooltip-bg ) !default;
19
19
  $kendo-tooltip-border: $kendo-tooltip-bg !default;
20
20
 
21
+ $kendo-tooltip-shadow: k-elevation(2) !default;
22
+
21
23
  $kendo-tooltip-primary-bg: $kendo-color-primary !default;
22
24
  $kendo-tooltip-primary-text: k-contrast-legacy( $kendo-tooltip-primary-bg ) !default;
23
25
  $kendo-tooltip-primary-border: $kendo-tooltip-primary-bg !default;
@@ -80,8 +80,7 @@
80
80
  align-items: center;
81
81
  cursor: pointer;
82
82
  }
83
- .k-treeview-toggle .k-icon,
84
- .k-treeview-toggle .k-svg-icon {
83
+ .k-treeview-toggle .k-icon {
85
84
  padding: $kendo-icon-padding;
86
85
  box-sizing: content-box;
87
86
  }
@@ -114,7 +113,6 @@
114
113
  position: relative;
115
114
 
116
115
  .k-icon,
117
- .k-svg-icon,
118
116
  .k-image,
119
117
  .k-sprite {
120
118
  margin-right: $kendo-icon-spacing;
@@ -161,7 +159,6 @@
161
159
  .k-treeview-leaf,
162
160
  .k-in {
163
161
  .k-icon,
164
- .k-svg-icon,
165
162
  .k-image,
166
163
  .k-sprite {
167
164
  margin-right: 0;
@@ -52,8 +52,7 @@
52
52
  align-items: center;
53
53
  position: relative;
54
54
 
55
- > .k-icon,
56
- > .k-svg-icon {
55
+ > .k-icon {
57
56
  margin-inline-end: $kendo-upload-icon-spacing;
58
57
  }
59
58
  }
@@ -76,10 +76,10 @@ $kendo-window-text: $kendo-component-text !default;
76
76
  $kendo-window-border: $kendo-component-border !default;
77
77
  /// The box shadow of the Window.
78
78
  /// @group window
79
- $kendo-window-shadow: 0 3px 3px 0 rgba(0, 0, 0, .06) !default;
79
+ $kendo-window-shadow: k-elevation(8) !default;
80
80
  /// The box shadow of the focused Window.
81
81
  /// @group window
82
- $kendo-window-focus-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3) !default;
82
+ $kendo-window-focus-shadow: k-elevation(9) !default;
83
83
 
84
84
  /// The background color of the Window titlebar.
85
85
  /// @group window