@progress/kendo-theme-fluent 13.2.0-dev.2 → 13.2.0-dev.4
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/fluent-1-dark.css +1 -1
- package/dist/fluent-1-dark.scss +0 -20
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-1.scss +0 -20
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main-dark.scss +0 -20
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +976 -1968
- package/dist/meta/sassdoc-raw-data.json +447 -866
- package/dist/meta/variables.json +48 -167
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -101
- package/lib/swatches/fluent-1.json +1 -101
- package/lib/swatches/fluent-main-dark.json +1 -101
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +1 -19
- package/scss/bottom-navigation/_theme.scss +1 -1
- package/scss/button/_theme.scss +0 -16
- package/scss/card/_variables.scss +0 -6
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +2 -2
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/core/color-system/_swatch.scss +0 -56
- package/scss/dialog/_variables.scss +0 -6
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_theme.scss +2 -3
- package/scss/filter/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_theme.scss +4 -25
- package/scss/icons/_variables.scss +5 -1
- package/scss/messagebox/_variables.scss +2 -2
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +4 -8
- package/scss/radio/_variables.scss +2 -2
- package/scss/scrollview/_theme.scss +0 -16
- package/scss/scrollview/_variables.scss +2 -0
- package/scss/searchbox/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/switch/_variables.scss +4 -4
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +2 -2
- package/scss/window/_variables.scss +0 -6
|
@@ -41,7 +41,7 @@ $kendo-editor-selectednode-outline-width: var( --kendo-editor-selectednode-outli
|
|
|
41
41
|
|
|
42
42
|
/// The selected text color of the Editor.
|
|
43
43
|
/// @group editor
|
|
44
|
-
$kendo-editor-selected-text: var( --kendo-editor-selected-text, #{k-color(
|
|
44
|
+
$kendo-editor-selected-text: var( --kendo-editor-selected-text, #{k-color(on-primary)} ) !default;
|
|
45
45
|
/// The selected background color of the Editor.
|
|
46
46
|
/// @group editor
|
|
47
47
|
$kendo-editor-selected-bg: var( --kendo-editor-selected-bg, #{k-color(primary)} ) !default;
|
package/scss/fab/_theme.scss
CHANGED
|
@@ -47,9 +47,8 @@
|
|
|
47
47
|
|
|
48
48
|
#{k-when-default($kendo-fab-default-fill-mode, "solid")}
|
|
49
49
|
&.k-fab-solid {
|
|
50
|
-
#{k-when-default($kendo-fab-default-theme-color,
|
|
51
|
-
&.k-fab-warning
|
|
52
|
-
&.k-fab-light {
|
|
50
|
+
#{k-when-default($kendo-fab-default-theme-color, "warning")}
|
|
51
|
+
&.k-fab-warning {
|
|
53
52
|
&:focus::after,
|
|
54
53
|
&.k-focus::after {
|
|
55
54
|
outline-color: k-color(app-surface);
|
|
@@ -25,7 +25,7 @@ $kendo-filter-text: var( --kendo-filter-text, #{k-color(on-app-surface)} ) !defa
|
|
|
25
25
|
|
|
26
26
|
/// The text color of the Filter preview field.
|
|
27
27
|
/// @group filter
|
|
28
|
-
$kendo-filter-preview-field-text: var( --kendo-filter-preview-field-text, #{k-color(primary)} ) !default;
|
|
28
|
+
$kendo-filter-preview-field-text: var( --kendo-filter-preview-field-text, #{k-color(primary-on-surface)} ) !default;
|
|
29
29
|
/// The text color of the Filter preview operator.
|
|
30
30
|
/// @group filter
|
|
31
31
|
$kendo-filter-preview-operator-text: var( --kendo-filter-preview-operator-text, #{k-color(on-app-surface)} ) !default;
|
|
@@ -119,7 +119,7 @@ $kendo-gantt-task-progress-hover-bg: var(--kendo-gantt-task-progress-hover-bg, #
|
|
|
119
119
|
$kendo-gantt-task-selected-bg: var(--kendo-gantt-task-selected-bg, #{k-color(primary-subtle-active)}) !default;
|
|
120
120
|
/// The text color of the selected Gantt task.
|
|
121
121
|
/// @group gantt
|
|
122
|
-
$kendo-gantt-task-selected-text: var(--kendo-gantt-task-selected-text, #{k-color(
|
|
122
|
+
$kendo-gantt-task-selected-text: var(--kendo-gantt-task-selected-text, #{k-color(on-primary)}) !default;
|
|
123
123
|
/// The border color of the selected Gantt task.
|
|
124
124
|
/// @group gantt
|
|
125
125
|
$kendo-gantt-task-selected-border: var(--kendo-gantt-task-selected-border, transparent) !default;
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -19,22 +19,16 @@
|
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.k-group-footer td,
|
|
23
|
-
.k-grouping-row td,
|
|
24
22
|
.k-group-footer .k-table-td,
|
|
25
23
|
.k-grouping-row .k-table-td,
|
|
26
24
|
.k-table-tbody .k-group-cell {
|
|
27
|
-
|
|
28
|
-
$border: $kendo-grid-grouping-row-border
|
|
29
|
-
);
|
|
25
|
+
border-color: $kendo-grid-grouping-row-border;
|
|
30
26
|
}
|
|
31
27
|
|
|
32
28
|
.k-grouping-dropclue {
|
|
33
29
|
&::before,
|
|
34
30
|
&::after {
|
|
35
|
-
|
|
36
|
-
$bg: $kendo-grid-group-drop-hint-bg
|
|
37
|
-
);
|
|
31
|
+
background-color: $kendo-grid-group-drop-hint-bg;
|
|
38
32
|
}
|
|
39
33
|
}
|
|
40
34
|
|
|
@@ -46,14 +40,10 @@
|
|
|
46
40
|
// Hover state
|
|
47
41
|
.k-table-tbody > .k-table-row:not(.k-detail-row):hover,
|
|
48
42
|
.k-table-tbody > .k-table-row:not(.k-detail-row).k-hover {
|
|
49
|
-
|
|
50
|
-
$border: $kendo-grid-hover-border
|
|
51
|
-
);
|
|
43
|
+
border-color: $kendo-grid-hover-border;
|
|
52
44
|
}
|
|
53
45
|
|
|
54
46
|
// Selected state
|
|
55
|
-
td.k-selected,
|
|
56
|
-
.k-table-row.k-selected > td,
|
|
57
47
|
.k-table-td.k-selected,
|
|
58
48
|
.k-table-row.k-selected > .k-table-td {
|
|
59
49
|
border-block-color: $kendo-grid-selected-border;
|
|
@@ -62,12 +52,7 @@
|
|
|
62
52
|
// Locked columns
|
|
63
53
|
.k-grid-header-locked,
|
|
64
54
|
.k-grid-content-locked,
|
|
65
|
-
.k-grid-footer-locked
|
|
66
|
-
.k-grid-header-locked .k-table-th,
|
|
67
|
-
.k-grid-content-locked td,
|
|
68
|
-
.k-grid-content-locked .k-table-td,
|
|
69
|
-
.k-grid-footer-locked td,
|
|
70
|
-
.k-grid-footer-locked .k-table-td {
|
|
55
|
+
.k-grid-footer-locked {
|
|
71
56
|
border-inline-color: $kendo-grid-sticky-header-border;
|
|
72
57
|
border-block-color: $kendo-grid-border;
|
|
73
58
|
}
|
|
@@ -80,7 +65,6 @@
|
|
|
80
65
|
}
|
|
81
66
|
}
|
|
82
67
|
|
|
83
|
-
|
|
84
68
|
.k-table-row.k-selected > .k-table-td.k-grid-content-sticky {
|
|
85
69
|
border-inline-color: $kendo-grid-sticky-border;
|
|
86
70
|
}
|
|
@@ -88,11 +72,6 @@
|
|
|
88
72
|
|
|
89
73
|
// Grid header
|
|
90
74
|
.k-grid-header {
|
|
91
|
-
@include fill(
|
|
92
|
-
$kendo-grid-header-text,
|
|
93
|
-
$kendo-grid-header-bg,
|
|
94
|
-
$kendo-grid-header-border
|
|
95
|
-
);
|
|
96
75
|
|
|
97
76
|
.k-sort-icon {
|
|
98
77
|
@include fill( $color: $kendo-grid-sort-indicator-text );
|
|
@@ -41,6 +41,9 @@ $kendo-icon-padding: k-spacing(1) !default;
|
|
|
41
41
|
/// The color of accent icons.
|
|
42
42
|
/// @group icon
|
|
43
43
|
$kendo-accent-icon-color: var( --kendo-accent-icon-color, #87A7FF ) !default;
|
|
44
|
+
/// The color of action icons.
|
|
45
|
+
/// @group icon
|
|
46
|
+
$kendo-action-icon-color: var( --kendo-action-icon-color, #{k-color( primary-on-surface )} ) !default;
|
|
44
47
|
|
|
45
48
|
@forward "@progress/kendo-theme-core/scss/components/icons/_variables.scss" with (
|
|
46
49
|
$kendo-icon-default-size: $kendo-icon-default-size,
|
|
@@ -54,7 +57,8 @@ $kendo-accent-icon-color: var( --kendo-accent-icon-color, #87A7FF ) !default;
|
|
|
54
57
|
$kendo-icon-size-xxxl: $kendo-icon-size-xxxl,
|
|
55
58
|
$kendo-icon-spacing: $kendo-icon-spacing,
|
|
56
59
|
$kendo-icon-padding: $kendo-icon-padding,
|
|
57
|
-
$kendo-accent-icon-color: $kendo-accent-icon-color
|
|
60
|
+
$kendo-accent-icon-color: $kendo-accent-icon-color,
|
|
61
|
+
$kendo-action-icon-color: $kendo-action-icon-color
|
|
58
62
|
);
|
|
59
63
|
|
|
60
64
|
:root {
|
|
@@ -42,10 +42,10 @@ $kendo-message-box-link-font-style: var( --kendo-message-box-link-font-style, no
|
|
|
42
42
|
$kendo-message-box-link-decoration: var( --kendo-message-box-link-decoration, underline ) !default;
|
|
43
43
|
/// Text color of the message box links.
|
|
44
44
|
/// @group messagebox
|
|
45
|
-
$kendo-message-box-link-text: var( --kendo-message-box-link-text, k-color(primary) ) !default;
|
|
45
|
+
$kendo-message-box-link-text: var( --kendo-message-box-link-text, k-color(primary-on-surface) ) !default;
|
|
46
46
|
/// Hover text color of the message box links.
|
|
47
47
|
/// @group messagebox
|
|
48
|
-
$kendo-message-box-link-hover-text: var( --kendo-message-box-link-hover-text, k-color(primary-
|
|
48
|
+
$kendo-message-box-link-hover-text: var( --kendo-message-box-link-hover-text, k-color(primary-on-surface) ) !default;
|
|
49
49
|
|
|
50
50
|
@forward "@progress/kendo-theme-core/scss/components/messagebox/_variables.scss" with (
|
|
51
51
|
$kendo-message-box-default-theme-color: $kendo-message-box-default-theme-color,
|
|
@@ -55,7 +55,7 @@ $kendo-notification-icon-spacing: var( --kendo-notification-icon-spacing, #{k-sp
|
|
|
55
55
|
|
|
56
56
|
/// The theme colors map for the Notification.
|
|
57
57
|
/// @group notification
|
|
58
|
-
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "
|
|
58
|
+
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse") !default;
|
|
59
59
|
|
|
60
60
|
/// The generated theme colors map for the Notification.
|
|
61
61
|
/// @group notification
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
/// @group overlay
|
|
3
|
-
/// @role default
|
|
4
|
-
$kendo-overlay-default-theme-color: "inverse" !default;
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
5
2
|
|
|
6
|
-
///
|
|
3
|
+
/// The background color of the Overlay.
|
|
7
4
|
/// @group overlay
|
|
8
|
-
$kendo-overlay-bg:
|
|
5
|
+
$kendo-overlay-bg: k-color(inverse) !default;
|
|
9
6
|
|
|
10
|
-
///
|
|
7
|
+
/// The opacity of the Overlay.
|
|
11
8
|
/// @group overlay
|
|
12
9
|
$kendo-overlay-opacity: var( --kendo-overlay-opacity, .4 ) !default;
|
|
13
10
|
|
|
14
11
|
@forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
|
|
15
|
-
$kendo-overlay-default-theme-color: $kendo-overlay-default-theme-color,
|
|
16
12
|
$kendo-overlay-bg: $kendo-overlay-bg,
|
|
17
13
|
$kendo-overlay-opacity: $kendo-overlay-opacity
|
|
18
14
|
);
|
|
@@ -62,7 +62,7 @@ $kendo-radio-hover-border: var( --kendo-radio-hover-border, #{$kendo-radio-borde
|
|
|
62
62
|
$kendo-radio-checked-bg: var( --kendo-radio-checked-bg, #{$kendo-radio-bg} ) !default;
|
|
63
63
|
/// The color of the checked RadioButton.
|
|
64
64
|
/// @group radio
|
|
65
|
-
$kendo-radio-checked-text: var( --kendo-radio-checked-text, #{k-color(primary)} ) !default;
|
|
65
|
+
$kendo-radio-checked-text: var( --kendo-radio-checked-text, #{k-color(primary-on-surface)} ) !default;
|
|
66
66
|
/// The border color of the checked RadioButton.
|
|
67
67
|
/// @group radio
|
|
68
68
|
$kendo-radio-checked-border: var( --kendo-radio-checked-border, #{k-color(primary)} ) !default;
|
|
@@ -72,7 +72,7 @@ $kendo-radio-checked-border: var( --kendo-radio-checked-border, #{k-color(primar
|
|
|
72
72
|
$kendo-radio-hover-checked-bg: var( --kendo-radio-hover-checked-bg, #{$kendo-radio-bg} ) !default;
|
|
73
73
|
/// The color of the checked and hovered RadioButton.
|
|
74
74
|
/// @group radio
|
|
75
|
-
$kendo-radio-hover-checked-text: var( --kendo-radio-hover-checked-text, #{k-color(primary-
|
|
75
|
+
$kendo-radio-hover-checked-text: var( --kendo-radio-hover-checked-text, #{k-color(primary-on-surface)} ) !default;
|
|
76
76
|
/// The border color of the checked and hovered RadioButton.
|
|
77
77
|
/// @group radio
|
|
78
78
|
$kendo-radio-hover-checked-border: var( --kendo-radio-hover-checked-border, #{k-color(primary-hover)} ) !default;
|
|
@@ -5,22 +5,6 @@
|
|
|
5
5
|
@mixin kendo-scrollview--theme() {
|
|
6
6
|
@include kendo-scrollview--theme-base();
|
|
7
7
|
|
|
8
|
-
.k-scrollview {
|
|
9
|
-
&.k-scrollview-dark {
|
|
10
|
-
kendo-scrollview-pager,
|
|
11
|
-
.k-scrollview-nav-wrap {
|
|
12
|
-
background-color: $kendo-scrollview-pager-dark-bg;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&.k-scrollview-light {
|
|
17
|
-
kendo-scrollview-pager,
|
|
18
|
-
.k-scrollview-nav-wrap {
|
|
19
|
-
background-color: $kendo-scrollview-pager-light-bg;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
8
|
.k-scrollview-next,
|
|
25
9
|
.k-scrollview-prev {
|
|
26
10
|
text-shadow: $kendo-scrollview-navigation-arrow-shadow;
|
|
@@ -114,6 +114,8 @@ $kendo-scrollview-transition-timing-function: var( --kendo-scrollview-transition
|
|
|
114
114
|
$kendo-scrollview-pager-height: $kendo-scrollview-pager-height,
|
|
115
115
|
$kendo-scrollview-navigation-color: $kendo-scrollview-navigation-color,
|
|
116
116
|
$kendo-scrollview-navigation-bg: $kendo-scrollview-navigation-bg,
|
|
117
|
+
$kendo-scrollview-light-bg: $kendo-scrollview-pager-light-bg,
|
|
118
|
+
$kendo-scrollview-dark-bg: $kendo-scrollview-pager-dark-bg,
|
|
117
119
|
$kendo-scrollview-transition-duration: $kendo-scrollview-transition-duration,
|
|
118
120
|
$kendo-scrollview-transition-timing-function: $kendo-scrollview-transition-timing-function
|
|
119
121
|
);
|
|
@@ -242,7 +242,7 @@ $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: var( --kendo-spre
|
|
|
242
242
|
$kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: var( --kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius, var( --kendo-border-radius-md, initial ) ) !default;
|
|
243
243
|
/// The text color of the hovered Spreadsheet image Dialog preview.
|
|
244
244
|
/// @group spreadsheet
|
|
245
|
-
$kendo-spreadsheet-insert-image-dialog-overlay-hover-text: var( --kendo-spreadsheet-insert-image-dialog-overlay-hover-text, k-color(app-surface) ) !default;
|
|
245
|
+
$kendo-spreadsheet-insert-image-dialog-overlay-hover-text: var( --kendo-spreadsheet-insert-image-dialog-overlay-hover-text, #{k-color(on-app-surface)} ) !default;
|
|
246
246
|
|
|
247
247
|
/// The width of the Spreadsheet drawing handle.
|
|
248
248
|
/// @group spreadsheet
|
|
@@ -180,7 +180,7 @@ $kendo-switch-off-thumb-disabled-border: var( --kendo-switch-off-thumb-disabled-
|
|
|
180
180
|
$kendo-switch-on-track-bg: var( --kendo-switch-on-track-bg, k-color(primary) ) !default;
|
|
181
181
|
/// The text color of the track when the Switch is checked.
|
|
182
182
|
/// @group switch
|
|
183
|
-
$kendo-switch-on-track-text: var( --kendo-switch-on-track-text, k-color(
|
|
183
|
+
$kendo-switch-on-track-text: var( --kendo-switch-on-track-text, k-color(on-primary) ) !default;
|
|
184
184
|
/// The border color of the track when the Switch is checked.
|
|
185
185
|
/// @group switch
|
|
186
186
|
$kendo-switch-on-track-border: var( --kendo-switch-on-track-border, $kendo-switch-on-track-bg ) !default;
|
|
@@ -190,7 +190,7 @@ $kendo-switch-on-track-border: var( --kendo-switch-on-track-border, $kendo-switc
|
|
|
190
190
|
$kendo-switch-on-track-hover-bg: var( --kendo-switch-on-track-hover-bg, k-color(primary-hover) ) !default;
|
|
191
191
|
/// The text color of the track when the hovered Switch is checked.
|
|
192
192
|
/// @group switch
|
|
193
|
-
$kendo-switch-on-track-hover-text: var( --kendo-switch-on-track-hover-text, k-color(
|
|
193
|
+
$kendo-switch-on-track-hover-text: var( --kendo-switch-on-track-hover-text, k-color(on-primary) ) !default;
|
|
194
194
|
/// The border color of the track when the hovered Switch is checked.
|
|
195
195
|
/// @group switch
|
|
196
196
|
$kendo-switch-on-track-hover-border: var( --kendo-switch-on-track-hover-border, $kendo-switch-on-track-hover-bg ) !default;
|
|
@@ -200,7 +200,7 @@ $kendo-switch-on-track-hover-border: var( --kendo-switch-on-track-hover-border,
|
|
|
200
200
|
$kendo-switch-on-track-focus-bg: var( --kendo-switch-on-track-focus-bg, k-color(primary) ) !default;
|
|
201
201
|
/// The text color of the track when the focused Switch is checked.
|
|
202
202
|
/// @group switch
|
|
203
|
-
$kendo-switch-on-track-focus-text: var( --kendo-switch-on-track-focus-text, k-color(
|
|
203
|
+
$kendo-switch-on-track-focus-text: var( --kendo-switch-on-track-focus-text, k-color(on-primary) ) !default;
|
|
204
204
|
/// The border color of the track when the focused Switch is checked.
|
|
205
205
|
/// @group switch
|
|
206
206
|
$kendo-switch-on-track-focus-border: var( --kendo-switch-on-track-focus-border, $kendo-switch-on-track-focus-bg ) !default;
|
|
@@ -210,7 +210,7 @@ $kendo-switch-on-track-focus-border: var( --kendo-switch-on-track-focus-border,
|
|
|
210
210
|
$kendo-switch-on-track-disabled-bg: var( --kendo-switch-on-track-disabled-bg, color-mix(in srgb, k-color(on-app-surface) 7%, transparent) ) !default;
|
|
211
211
|
/// The text color of the track when the disabled Switch is checked.
|
|
212
212
|
/// @group switch
|
|
213
|
-
$kendo-switch-on-track-disabled-text: var( --kendo-switch-on-track-disabled-text, k-color(app-surface) ) !default;
|
|
213
|
+
$kendo-switch-on-track-disabled-text: var( --kendo-switch-on-track-disabled-text, k-color(on-app-surface) ) !default;
|
|
214
214
|
/// The border color of the track when the disabled Switch is checked.
|
|
215
215
|
/// @group switch
|
|
216
216
|
$kendo-switch-on-track-disabled-border: var( --kendo-switch-on-track-disabled-border, transparent ) !default;
|
|
@@ -57,7 +57,7 @@ $kendo-tooltip-button-text: var( --kendo-tooltip-button-text, #{k-color(subtle)}
|
|
|
57
57
|
|
|
58
58
|
/// The theme colors map for the Tooltip.
|
|
59
59
|
/// @group tooltip
|
|
60
|
-
$kendo-tooltip-theme-colors: ("base", "
|
|
60
|
+
$kendo-tooltip-theme-colors: ("base", "info", "success", "warning", "error", "inverse") !default;
|
|
61
61
|
|
|
62
62
|
/// The generated theme colors map for the Tooltip.
|
|
63
63
|
/// @group tooltip
|
|
@@ -162,7 +162,7 @@ $kendo-treeview-loadmore-border: var( --kendo-treeview-loadmore-border, inherit
|
|
|
162
162
|
$kendo-treeview-loadmore-hover-bg: var( --kendo-treeview-loadmore-hover-bg, transparent ) !default;
|
|
163
163
|
/// The text color of the hovered Load More button in the TreeView.
|
|
164
164
|
/// @group treeview
|
|
165
|
-
$kendo-treeview-loadmore-hover-text: var( --kendo-treeview-loadmore-hover-text, k-color(primary-
|
|
165
|
+
$kendo-treeview-loadmore-hover-text: var( --kendo-treeview-loadmore-hover-text, k-color(primary-on-surface) ) !default;
|
|
166
166
|
/// The border color of the hovered Load More button in the TreeView.
|
|
167
167
|
/// @group treeview
|
|
168
168
|
$kendo-treeview-loadmore-hover-border: var( --kendo-treeview-loadmore-hover-border, inherit ) !default;
|
|
@@ -172,7 +172,7 @@ $kendo-treeview-loadmore-hover-border: var( --kendo-treeview-loadmore-hover-bord
|
|
|
172
172
|
$kendo-treeview-loadmore-focus-bg: var( --kendo-treeview-loadmore-focus-bg, transparent ) !default;
|
|
173
173
|
/// The text color of the focused Load More button in the TreeView.
|
|
174
174
|
/// @group treeview
|
|
175
|
-
$kendo-treeview-loadmore-focus-text: var( --kendo-treeview-loadmore-focus-text, k-color(primary-
|
|
175
|
+
$kendo-treeview-loadmore-focus-text: var( --kendo-treeview-loadmore-focus-text, k-color(primary-on-surface) ) !default;
|
|
176
176
|
/// The border color of the focused Load More button in the TreeView.
|
|
177
177
|
/// @group treeview
|
|
178
178
|
$kendo-treeview-loadmore-focus-border: var( --kendo-treeview-loadmore-focus-border, inherit ) !default;
|
|
@@ -6,11 +6,6 @@
|
|
|
6
6
|
/// @role default
|
|
7
7
|
$kendo-window-default-size: "auto" !default;
|
|
8
8
|
|
|
9
|
-
/// The default theme color of the Window.
|
|
10
|
-
/// @group window
|
|
11
|
-
/// @role default
|
|
12
|
-
$kendo-window-default-theme-color: null !default;
|
|
13
|
-
|
|
14
9
|
/// The width of the border around the Window.
|
|
15
10
|
/// @group window
|
|
16
11
|
$kendo-window-border-width: var(--kendo-window-border-width, 0) !default;
|
|
@@ -107,7 +102,6 @@ $kendo-window-titlebar-text: var( --kendo-window-titlebar-text, k-color(on-app-s
|
|
|
107
102
|
$kendo-window-titlebar-border: var( --kendo-window-titlebar-border, k-color(primary) ) !default;
|
|
108
103
|
|
|
109
104
|
@forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
|
|
110
|
-
$kendo-window-default-theme-color: $kendo-window-default-theme-color,
|
|
111
105
|
$kendo-window-border-width: $kendo-window-border-width,
|
|
112
106
|
$kendo-window-border-radius: $kendo-window-border-radius,
|
|
113
107
|
$kendo-window-font-family: $kendo-window-font-family,
|