@progress/kendo-theme-meridian 14.0.0-dev.1 → 14.0.0-dev.3
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.
- package/dist/all.css +1 -1
- package/dist/meridian-main-dark.css +1 -1
- package/dist/meridian-main.css +1 -1
- package/dist/meta/sassdoc-data.json +2958 -1938
- package/dist/meta/sassdoc-raw-data.json +1338 -863
- package/dist/meta/variables.json +170 -94
- package/lib/swatches/meridian-main-dark.json +2 -2
- package/lib/swatches/meridian-main.json +6 -6
- package/package.json +4 -4
- package/scss/_variables.scss +0 -4
- package/scss/action-sheet/_theme.scss +9 -0
- package/scss/action-sheet/_variables.scss +9 -3
- package/scss/bottom-navigation/_theme.scss +22 -3
- package/scss/card/_theme.scss +11 -0
- package/scss/card/_variables.scss +10 -1
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +1 -1
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/core/color-system/_swatch.scss +4 -4
- package/scss/drawer/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +2 -2
- package/scss/gantt/_variables.scss +2 -2
- package/scss/grid/_layout.scss +13 -0
- package/scss/grid/_theme.scss +4 -0
- package/scss/grid/_variables.scss +6 -6
- package/scss/list/_variables.scss +3 -3
- package/scss/menu/_variables.scss +2 -2
- package/scss/orgchart/_theme.scss +14 -0
- package/scss/orgchart/_variables.scss +12 -3
- package/scss/pager/_theme.scss +6 -0
- package/scss/pager/_variables.scss +7 -1
- package/scss/panelbar/_variables.scss +8 -8
- package/scss/pivotgrid/_layout.scss +13 -0
- package/scss/pivotgrid/_variables.scss +6 -6
- package/scss/scrollview/_theme.scss +26 -0
- package/scss/scrollview/_variables.scss +8 -2
- package/scss/spreadsheet/_layout.scss +4 -0
- package/scss/spreadsheet/_variables.scss +5 -1
- package/scss/stepper/_theme.scss +23 -0
- package/scss/table/_variables.scss +1 -1
- package/scss/tabstrip/_layout.scss +10 -0
- package/scss/tabstrip/_variables.scss +6 -1
- package/scss/taskboard/_layout.scss +5 -1
- package/scss/taskboard/_theme.scss +12 -0
- package/scss/taskboard/_variables.scss +12 -3
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_theme.scss +10 -0
- package/scss/timeline/_variables.scss +12 -3
- package/scss/treeview/_variables.scss +2 -2
- package/scss/upload/_layout.scss +4 -0
- package/scss/upload/_variables.scss +2 -2
|
@@ -69,24 +69,24 @@ $kendo-pivotgrid-alt-border: k-color(border-alt) !default;
|
|
|
69
69
|
$kendo-pivotgrid-headers-bg: k-color(surface) !default;
|
|
70
70
|
/// The text color of the PivotGrid header.
|
|
71
71
|
/// @group pivotgrid
|
|
72
|
-
$kendo-pivotgrid-headers-text: k-color(subtle) !default;
|
|
72
|
+
$kendo-pivotgrid-headers-text: color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface)) !default;
|
|
73
73
|
/// The border color of the PivotGrid header.
|
|
74
74
|
/// @group pivotgrid
|
|
75
75
|
$kendo-pivotgrid-headers-border: k-color(border) !default;
|
|
76
76
|
|
|
77
77
|
/// The background color of the PivotGrid total cells.
|
|
78
78
|
/// @group pivotgrid
|
|
79
|
-
$kendo-pivotgrid-total-bg: k-color(
|
|
79
|
+
$kendo-pivotgrid-total-bg: k-color(secondary-subtle) !default;
|
|
80
80
|
/// The text color of the PivotGrid total cells.
|
|
81
81
|
/// @group pivotgrid
|
|
82
|
-
$kendo-pivotgrid-total-text: k-color(on-app-surface) !default;
|
|
82
|
+
$kendo-pivotgrid-total-text: color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface)) !default;
|
|
83
83
|
/// The border color of the PivotGrid total cells.
|
|
84
84
|
/// @group pivotgrid
|
|
85
85
|
$kendo-pivotgrid-total-border: k-color(border) !default;
|
|
86
86
|
|
|
87
87
|
/// The hover background color of the PivotGrid.
|
|
88
88
|
/// @group pivotgrid
|
|
89
|
-
$kendo-pivotgrid-hover-bg: k-color(base
|
|
89
|
+
$kendo-pivotgrid-hover-bg: color-mix(in srgb, k-color(base) 60%, transparent) !default;
|
|
90
90
|
/// The hover text color of the PivotGrid.
|
|
91
91
|
/// @group pivotgrid
|
|
92
92
|
$kendo-pivotgrid-hover-text: null !default;
|
|
@@ -96,10 +96,10 @@ $kendo-pivotgrid-hover-border: null !default;
|
|
|
96
96
|
|
|
97
97
|
/// The selected background color of the PivotGrid.
|
|
98
98
|
/// @group pivotgrid
|
|
99
|
-
$kendo-pivotgrid-selected-bg: color-mix(in srgb, k-color(
|
|
99
|
+
$kendo-pivotgrid-selected-bg: color-mix(in srgb, k-color(secondary) 12%, transparent) !default;
|
|
100
100
|
/// The selected text color of the PivotGrid.
|
|
101
101
|
/// @group pivotgrid
|
|
102
|
-
$kendo-pivotgrid-selected-text:
|
|
102
|
+
$kendo-pivotgrid-selected-text: k-color(on-app-surface) !default;
|
|
103
103
|
/// The selected border color of the PivotGrid.
|
|
104
104
|
/// @group pivotgrid
|
|
105
105
|
$kendo-pivotgrid-selected-border: null !default;
|
|
@@ -1,6 +1,32 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
1
2
|
@use "@progress/kendo-theme-core/scss/components/scrollview/_theme.scss" as *;
|
|
3
|
+
@use "./_variables.scss" as *;
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
@mixin kendo-scrollview--theme() {
|
|
5
7
|
@include kendo-scrollview--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-scrollview-next,
|
|
10
|
+
.k-scrollview-prev {
|
|
11
|
+
&:focus,
|
|
12
|
+
&.k-focus {
|
|
13
|
+
.k-icon::before {
|
|
14
|
+
@include focus-indicator( $kendo-scrollview-pagebutton-focus-outline-color, $inset: false, $type: "outline", $outline-offset: $kendo-scrollview-pagebutton-focus-outline-offset );
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.k-scrollview-nav > .k-link {
|
|
20
|
+
&:focus,
|
|
21
|
+
&.k-focus {
|
|
22
|
+
@include focus-indicator( $kendo-scrollview-pagebutton-focus-outline-color, $inset: false, $type: "outline", $outline-offset: $kendo-scrollview-pagebutton-focus-outline-offset );
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&.k-primary {
|
|
26
|
+
&:focus,
|
|
27
|
+
&.k-focus {
|
|
28
|
+
@include focus-indicator( $kendo-scrollview-pagebutton-focus-outline-color, $inset: false, $type: "outline", $outline-offset: $kendo-scrollview-pagebutton-focus-outline-offset );
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
6
32
|
}
|
|
@@ -46,10 +46,16 @@ $kendo-scrollview-pagebutton-primary-bg: k-color(primary) !default;
|
|
|
46
46
|
$kendo-scrollview-pagebutton-primary-border: k-color(primary) !default;
|
|
47
47
|
/// The box shadow of the ScrollView page button.
|
|
48
48
|
/// @group scrollview
|
|
49
|
-
$kendo-scrollview-pagebutton-shadow:
|
|
49
|
+
$kendo-scrollview-pagebutton-shadow: null !default;
|
|
50
50
|
/// The box shadow of the selected ScrollView page button.
|
|
51
51
|
/// @group scrollview
|
|
52
|
-
$kendo-scrollview-pagebutton-primary-shadow:
|
|
52
|
+
$kendo-scrollview-pagebutton-primary-shadow: null !default;
|
|
53
|
+
/// The outline color of the focused ScrollView page button.
|
|
54
|
+
/// @group scrollview
|
|
55
|
+
$kendo-scrollview-pagebutton-focus-outline-color: k-color(subtle) !default;
|
|
56
|
+
/// The outline offset of the focused ScrollView page button.
|
|
57
|
+
/// @group scrollview
|
|
58
|
+
$kendo-scrollview-pagebutton-focus-outline-offset: 1px !default;
|
|
53
59
|
|
|
54
60
|
/// The offset of the ScrollView pager.
|
|
55
61
|
/// @group scrollview
|
|
@@ -190,10 +190,13 @@ $kendo-spreadsheet-cell-dirty-border: k-color(error) !default;
|
|
|
190
190
|
|
|
191
191
|
/// The horizontal padding of the Spreadsheet sheets bar.
|
|
192
192
|
/// @group spreadsheet
|
|
193
|
-
$kendo-spreadsheet-sheets-bar-padding-x: k-spacing(
|
|
193
|
+
$kendo-spreadsheet-sheets-bar-padding-x: k-spacing(2.5) !default;
|
|
194
194
|
/// The vertical padding of the Spreadsheet sheets bar.
|
|
195
195
|
/// @group spreadsheet
|
|
196
196
|
$kendo-spreadsheet-sheets-bar-padding-y: k-spacing(1) !default;
|
|
197
|
+
/// The gap between items in the Spreadsheet sheets bar.
|
|
198
|
+
/// @group spreadsheet
|
|
199
|
+
$kendo-spreadsheet-sheets-bar-gap: k-spacing(2.5) !default;
|
|
197
200
|
/// The border width of the Spreadsheet sheets bar.
|
|
198
201
|
/// @group spreadsheet
|
|
199
202
|
$kendo-spreadsheet-sheets-bar-border-width: 1px !default;
|
|
@@ -341,6 +344,7 @@ $kendo-spreadsheet-filter-menu-icon-margin: 0 k-spacing(1) 0 calc(-1 * ( #{$kend
|
|
|
341
344
|
$kendo-spreadsheet-cell-dirty-border: $kendo-spreadsheet-cell-dirty-border,
|
|
342
345
|
$kendo-spreadsheet-sheets-bar-padding-x: $kendo-spreadsheet-sheets-bar-padding-x,
|
|
343
346
|
$kendo-spreadsheet-sheets-bar-padding-y: $kendo-spreadsheet-sheets-bar-padding-y,
|
|
347
|
+
$kendo-spreadsheet-sheets-bar-gap: $kendo-spreadsheet-sheets-bar-gap,
|
|
344
348
|
$kendo-spreadsheet-sheets-bar-border-width: $kendo-spreadsheet-sheets-bar-border-width,
|
|
345
349
|
$kendo-spreadsheet-insert-image-dialog-border-style: $kendo-spreadsheet-insert-image-dialog-border-style,
|
|
346
350
|
$kendo-spreadsheet-insert-image-dialog-border-width: $kendo-spreadsheet-insert-image-dialog-border-width,
|
package/scss/stepper/_theme.scss
CHANGED
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
@use "@progress/kendo-theme-core/scss/components/stepper/_theme.scss" as *;
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "./_variables.scss" as *;
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
@mixin kendo-stepper--theme() {
|
|
5
7
|
@include kendo-stepper--theme-base();
|
|
8
|
+
|
|
9
|
+
.k-stepper {
|
|
10
|
+
.k-step.k-focus,
|
|
11
|
+
.k-step .k-step-link:focus {
|
|
12
|
+
.k-step-label:only-child {
|
|
13
|
+
box-shadow: none;
|
|
14
|
+
@include focus-indicator( k-color(subtle), $inset: true, $type: "outline", $outline-width: 1px, $outline-offset: 1px );
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.k-step-indicator::after {
|
|
18
|
+
border-color: k-color(subtle);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.k-step-current.k-focus,
|
|
23
|
+
.k-step-current .k-step-link:focus {
|
|
24
|
+
.k-step-indicator::after {
|
|
25
|
+
border-color: $kendo-stepper-indicator-current-border;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
6
29
|
}
|
|
@@ -86,7 +86,7 @@ $kendo-table-border: k-color(border) !default;
|
|
|
86
86
|
$kendo-table-header-bg: k-color(surface) !default;
|
|
87
87
|
/// Text color of table headers.
|
|
88
88
|
/// @group table
|
|
89
|
-
$kendo-table-header-text: k-color(on-app-surface) !default;
|
|
89
|
+
$kendo-table-header-text: color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface)) !default;
|
|
90
90
|
/// Border color of table headers.
|
|
91
91
|
/// @group table
|
|
92
92
|
$kendo-table-header-border: k-color(border) !default;
|
|
@@ -201,6 +201,10 @@ $kendo-tabstrip-content-focus-border: k-color(on-app-surface) !default;
|
|
|
201
201
|
/// @group tabstrip
|
|
202
202
|
$kendo-tabstrip-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
|
|
203
203
|
|
|
204
|
+
/// The spacing around the TabStrip scroll buttons (prev/next).
|
|
205
|
+
/// @group tabstrip
|
|
206
|
+
$kendo-tabstrip-scroll-button-spacing: k-spacing(1) !default;
|
|
207
|
+
|
|
204
208
|
/// The outline width of the focused TabStrip item.
|
|
205
209
|
/// @group tabstrip
|
|
206
210
|
$kendo-tabstrip-item-focus-outline-width: 1px !default;
|
|
@@ -269,5 +273,6 @@ $kendo-tabstrip-item-focus-outline-offset: 3px !default;
|
|
|
269
273
|
$kendo-tabstrip-content-text: $kendo-tabstrip-content-text,
|
|
270
274
|
$kendo-tabstrip-content-border: $kendo-tabstrip-content-border,
|
|
271
275
|
$kendo-tabstrip-content-focus-border: $kendo-tabstrip-content-focus-border,
|
|
272
|
-
$kendo-tabstrip-scroll-overlay: $kendo-tabstrip-scroll-overlay
|
|
276
|
+
$kendo-tabstrip-scroll-overlay: $kendo-tabstrip-scroll-overlay,
|
|
277
|
+
$kendo-tabstrip-scroll-button-spacing: $kendo-tabstrip-scroll-button-spacing
|
|
273
278
|
);
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
@use "@progress/kendo-theme-core/scss/components/taskboard/_layout.scss" as *;
|
|
2
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
3
|
|
|
4
4
|
@mixin kendo-task-board--layout() {
|
|
5
5
|
@include kendo-task-board--layout-base();
|
|
6
|
+
|
|
7
|
+
.k-taskboard-columns-container {
|
|
8
|
+
padding: k-spacing(1);
|
|
9
|
+
}
|
|
6
10
|
}
|
|
@@ -6,6 +6,18 @@
|
|
|
6
6
|
@mixin kendo-task-board--theme() {
|
|
7
7
|
@include kendo-task-board--theme-base();
|
|
8
8
|
|
|
9
|
+
.k-taskboard-column {
|
|
10
|
+
&:focus,
|
|
11
|
+
&.k-focus {
|
|
12
|
+
@include focus-indicator(
|
|
13
|
+
$type: "outline",
|
|
14
|
+
$indicator: $kendo-taskboard-column-focus-outline-color,
|
|
15
|
+
$outline-width: $kendo-taskboard-column-focus-outline-width,
|
|
16
|
+
$outline-offset: $kendo-taskboard-column-focus-outline-offset
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
9
21
|
.k-taskboard-card {
|
|
10
22
|
&:focus,
|
|
11
23
|
&.k-focus {
|
|
@@ -59,7 +59,7 @@ $kendo-taskboard-content-padding-y: $kendo-taskboard-spacer !default;
|
|
|
59
59
|
$kendo-taskboard-column-container-spacing-y: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
|
|
60
60
|
/// The vertical padding of the TaskBoard column container.
|
|
61
61
|
/// @group taskboard
|
|
62
|
-
$kendo-taskboard-column-container-padding-y:
|
|
62
|
+
$kendo-taskboard-column-container-padding-y: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
|
|
63
63
|
/// The horizontal padding of the TaskBoard column container.
|
|
64
64
|
/// @group taskboard
|
|
65
65
|
$kendo-taskboard-column-container-padding-x: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
|
|
@@ -94,7 +94,16 @@ $kendo-taskboard-column-focus-bg: null !default;
|
|
|
94
94
|
$kendo-taskboard-column-focus-text: null !default;
|
|
95
95
|
/// The border color of the focused TaskBoard column.
|
|
96
96
|
/// @group taskboard
|
|
97
|
-
$kendo-taskboard-column-focus-border:
|
|
97
|
+
$kendo-taskboard-column-focus-border: null !default;
|
|
98
|
+
/// The outline color of the focused TaskBoard column.
|
|
99
|
+
/// @group taskboard
|
|
100
|
+
$kendo-taskboard-column-focus-outline-color: k-color(subtle) !default;
|
|
101
|
+
/// The outline width of the focused TaskBoard column.
|
|
102
|
+
/// @group taskboard
|
|
103
|
+
$kendo-taskboard-column-focus-outline-width: 1px !default;
|
|
104
|
+
/// The outline offset of the focused TaskBoard column.
|
|
105
|
+
/// @group taskboard
|
|
106
|
+
$kendo-taskboard-column-focus-outline-offset: 1px !default;
|
|
98
107
|
|
|
99
108
|
/// The vertical padding of the TaskBoard column header.
|
|
100
109
|
/// @group taskboard
|
|
@@ -212,7 +221,7 @@ $kendo-taskboard-card-hover-border: k-color(border-alt) !default;
|
|
|
212
221
|
|
|
213
222
|
/// The border color of the focused TaskBoard Card.
|
|
214
223
|
/// @group taskboard
|
|
215
|
-
$kendo-taskboard-card-focus-border:
|
|
224
|
+
$kendo-taskboard-card-focus-border: null !default;
|
|
216
225
|
/// The shadow of the focused TaskBoard Card.
|
|
217
226
|
/// @group taskboard
|
|
218
227
|
$kendo-taskboard-card-focus-shadow: none !default;
|
|
@@ -26,7 +26,7 @@ $kendo-tile-layout-card-border-width: $kendo-card-border-width !default;
|
|
|
26
26
|
$kendo-tile-layout-card-shadow: k-elevation(2) !default;
|
|
27
27
|
/// The focus box shadow of the TileLayout card.
|
|
28
28
|
/// @group tile-layout
|
|
29
|
-
$kendo-tile-layout-card-focus-shadow:
|
|
29
|
+
$kendo-tile-layout-card-focus-shadow: null !default;
|
|
30
30
|
|
|
31
31
|
/// The width of the border around the TileLayout hint.
|
|
32
32
|
/// @group tile-layout
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "./_variables.scss" as *;
|
|
2
3
|
@use "@progress/kendo-theme-core/scss/components/timeline/_theme.scss" as *;
|
|
3
4
|
|
|
4
5
|
|
|
@@ -8,4 +9,13 @@
|
|
|
8
9
|
.k-timeline-card .k-card {
|
|
9
10
|
background-color: k-color(surface-alt);
|
|
10
11
|
}
|
|
12
|
+
|
|
13
|
+
.k-timeline-track-item.k-focus .k-timeline-circle {
|
|
14
|
+
@include focus-indicator(
|
|
15
|
+
$type: "outline",
|
|
16
|
+
$indicator: $kendo-timeline-track-item-focus-outline-color,
|
|
17
|
+
$outline-width: $kendo-timeline-track-item-focus-outline-width,
|
|
18
|
+
$outline-offset: $kendo-timeline-track-item-focus-outline-offset
|
|
19
|
+
);
|
|
20
|
+
}
|
|
11
21
|
}
|
|
@@ -77,7 +77,16 @@ $kendo-timeline-track-border-color: k-color(border) !default;
|
|
|
77
77
|
|
|
78
78
|
/// The shadow of the Timeline's focused track items.
|
|
79
79
|
/// @group timeline
|
|
80
|
-
$kendo-timeline-track-item-focus-shadow:
|
|
80
|
+
$kendo-timeline-track-item-focus-shadow: null !default;
|
|
81
|
+
/// The outline color of the focused Timeline track item.
|
|
82
|
+
/// @group timeline
|
|
83
|
+
$kendo-timeline-track-item-focus-outline-color: k-color(subtle) !default;
|
|
84
|
+
/// The outline width of the focused Timeline track item.
|
|
85
|
+
/// @group timeline
|
|
86
|
+
$kendo-timeline-track-item-focus-outline-width: 1px !default;
|
|
87
|
+
/// The outline offset of the focused Timeline track item.
|
|
88
|
+
/// @group timeline
|
|
89
|
+
$kendo-timeline-track-item-focus-outline-offset: 1px !default;
|
|
81
90
|
|
|
82
91
|
/// The offset of the Timeline track event.
|
|
83
92
|
/// @group timeline
|
|
@@ -113,10 +122,10 @@ $kendo-timeline-flag-text: k-color(on-primary) !default;
|
|
|
113
122
|
|
|
114
123
|
/// The width of the Timeline's flag callout.
|
|
115
124
|
/// @group timeline
|
|
116
|
-
$kendo-timeline-flag-callout-width:
|
|
125
|
+
$kendo-timeline-flag-callout-width: 10px !default;
|
|
117
126
|
/// The height of the Timeline's flag callout.
|
|
118
127
|
/// @group timeline
|
|
119
|
-
$kendo-timeline-flag-callout-height:
|
|
128
|
+
$kendo-timeline-flag-callout-height: 10px !default;
|
|
120
129
|
|
|
121
130
|
/// The bottom offset of the Timeline flag.
|
|
122
131
|
/// @group timeline
|
|
@@ -101,7 +101,7 @@ $kendo-treeview-border: null !default;
|
|
|
101
101
|
|
|
102
102
|
/// The background color of hovered TreeView items.
|
|
103
103
|
/// @group treeview
|
|
104
|
-
$kendo-treeview-item-hover-bg: k-color(primary-subtle-hover) !default;
|
|
104
|
+
$kendo-treeview-item-hover-bg: color-mix(in srgb, k-color(primary-subtle-hover) 50%, transparent) !default;
|
|
105
105
|
/// The text color of hovered TreeView items.
|
|
106
106
|
/// @group treeview
|
|
107
107
|
$kendo-treeview-item-hover-text: k-color(primary-on-subtle) !default;
|
|
@@ -114,7 +114,7 @@ $kendo-treeview-item-hover-gradient: null !default;
|
|
|
114
114
|
|
|
115
115
|
/// The background color of selected TreeView items.
|
|
116
116
|
/// @group treeview
|
|
117
|
-
$kendo-treeview-item-selected-bg: k-color(primary-subtle-active) !default;
|
|
117
|
+
$kendo-treeview-item-selected-bg: color-mix(in srgb, k-color(primary-subtle-active) 70%, transparent) !default;
|
|
118
118
|
/// The text color of selected TreeView items.
|
|
119
119
|
/// @group treeview
|
|
120
120
|
$kendo-treeview-item-selected-text: k-color(primary-on-subtle) !default;
|
package/scss/upload/_layout.scss
CHANGED
|
@@ -43,13 +43,13 @@ $kendo-upload-dropzone-padding-y: k-spacing(2.5) !default;
|
|
|
43
43
|
$kendo-upload-dropzone-text: k-color(on-app-surface) !default;
|
|
44
44
|
/// The background color of the Upload dropzone.
|
|
45
45
|
/// @group upload
|
|
46
|
-
$kendo-upload-dropzone-bg: k-color(surface) !default;
|
|
46
|
+
$kendo-upload-dropzone-bg: k-color(surface-alt) !default;
|
|
47
47
|
/// The border color of the Upload dropzone.
|
|
48
48
|
/// @group upload
|
|
49
49
|
$kendo-upload-dropzone-border: $kendo-upload-border !default;
|
|
50
50
|
/// The background color of the hovered Upload dropzone.
|
|
51
51
|
/// @group upload
|
|
52
|
-
$kendo-upload-dropzone-hover-bg:
|
|
52
|
+
$kendo-upload-dropzone-hover-bg: null !default;
|
|
53
53
|
|
|
54
54
|
/// The text color of the Upload status message.
|
|
55
55
|
/// @group upload
|