@progress/kendo-theme-classic 10.6.0 → 11.0.0-dev.1
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/classic-green-dark.css +1 -1
- package/dist/classic-green-dark.scss +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-green.scss +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender-dark.scss +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-lavender.scss +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main-dark.scss +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-main.scss +1 -5
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro-dark.scss +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-metro.scss +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-moonlight.scss +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal-dark.scss +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-opal.scss +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver-dark.scss +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-silver.scss +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/classic-uniform.scss +5 -2
- package/dist/meta/sassdoc-data.json +5910 -7164
- package/dist/meta/sassdoc-raw-data.json +2814 -3401
- package/dist/meta/variables.json +421 -376
- package/lib/swatches/classic-green-dark.json +1 -182
- package/lib/swatches/classic-green.json +1 -182
- package/lib/swatches/classic-lavender-dark.json +2 -203
- package/lib/swatches/classic-lavender.json +2 -183
- package/lib/swatches/classic-main-dark.json +1 -182
- package/lib/swatches/classic-main.json +2 -184
- package/lib/swatches/classic-metro-dark.json +1 -209
- package/lib/swatches/classic-metro.json +2 -203
- package/lib/swatches/classic-moonlight.json +1 -209
- package/lib/swatches/classic-opal-dark.json +1 -207
- package/lib/swatches/classic-opal.json +1 -182
- package/lib/swatches/classic-silver-dark.json +1 -182
- package/lib/swatches/classic-silver.json +1 -182
- package/lib/swatches/classic-uniform.json +1 -167
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +12 -9
- package/scss/adaptive/_variables.scss +13 -13
- package/scss/appbar/_variables.scss +18 -5
- package/scss/avatar/_variables.scss +12 -1
- package/scss/badge/_variables.scss +15 -1
- package/scss/bottom-navigation/_variables.scss +17 -4
- package/scss/breadcrumb/_variables.scss +8 -8
- package/scss/button/_variables.scss +28 -15
- package/scss/calendar/_variables.scss +39 -18
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +24 -9
- package/scss/chart-wizard/_variables.scss +4 -4
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_variables.scss +7 -7
- package/scss/chip/_variables.scss +28 -9
- package/scss/color-preview/_variables.scss +3 -3
- package/scss/coloreditor/_variables.scss +6 -6
- package/scss/colorgradient/_variables.scss +6 -37
- package/scss/core/_index.scss +8 -5
- package/scss/core/color-system/_swatch.scss +0 -3
- package/scss/dataviz/_variables.scss +61 -47
- package/scss/dialog/_variables.scss +10 -5
- package/scss/dock-manager/_variables.scss +6 -6
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_variables.scss +35 -10
- package/scss/dropzone/_variables.scss +6 -6
- package/scss/editor/_variables.scss +12 -4
- package/scss/expansion-panel/_variables.scss +6 -6
- package/scss/fab/_variables.scss +15 -4
- package/scss/filemanager/_variables.scss +5 -5
- package/scss/filter/_variables.scss +2 -2
- package/scss/forms/_variables.scss +3 -3
- package/scss/gantt/_variables.scss +24 -24
- package/scss/grid/_variables.scss +11 -11
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/index.scss +3 -0
- package/scss/input/_variables.scss +15 -15
- package/scss/list/_variables.scss +86 -11
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +3 -3
- package/scss/listview/_variables.scss +4 -4
- package/scss/loader/_variables.scss +17 -3
- package/scss/map/_variables.scss +5 -5
- package/scss/marquee/_index.scss +16 -0
- package/scss/marquee/_layout.scss +6 -0
- package/scss/marquee/_theme.scss +6 -0
- package/scss/marquee/_variables.scss +11 -0
- package/scss/mediaplayer/_variables.scss +4 -4
- package/scss/menu/_variables.scss +21 -13
- package/scss/messagebox/_variables.scss +15 -1
- package/scss/no-data/_variables.scss +1 -1
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_variables.scss +23 -4
- package/scss/orgchart/_variables.scss +8 -8
- package/scss/overlay/_variables.scss +12 -1
- package/scss/pager/_variables.scss +3 -3
- package/scss/panel/_variables.scss +3 -3
- package/scss/panelbar/_variables.scss +18 -18
- package/scss/pdf-viewer/_variables.scss +13 -13
- package/scss/pivotgrid/_variables.scss +22 -22
- package/scss/popover/_variables.scss +3 -3
- package/scss/popup/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +8 -8
- package/scss/prompt/_variables.scss +12 -12
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_variables.scss +17 -14
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +19 -11
- package/scss/splitter/_variables.scss +8 -8
- package/scss/spreadsheet/_variables.scss +25 -25
- package/scss/stepper/_variables.scss +15 -15
- package/scss/switch/_variables.scss +50 -17
- package/scss/table/_variables.scss +10 -10
- package/scss/tabstrip/_variables.scss +17 -17
- package/scss/taskboard/_variables.scss +14 -14
- package/scss/tilelayout/_variables.scss +2 -2
- package/scss/timeline/_variables.scss +6 -6
- package/scss/timeselector/_variables.scss +18 -8
- package/scss/toolbar/_variables.scss +5 -5
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +14 -3
- package/scss/treeview/_variables.scss +12 -12
- package/scss/typography/_variables.scss +3 -3
- package/scss/upload/_variables.scss +13 -13
- package/scss/window/_variables.scss +10 -10
- package/scss/core/color-system/_swatch-legacy.scss +0 -345
|
@@ -33,13 +33,13 @@ $kendo-switch-sizes: (
|
|
|
33
33
|
|
|
34
34
|
/// The background of the track when the Switch is not checked.
|
|
35
35
|
/// @group switch
|
|
36
|
-
$kendo-switch-off-track-bg:
|
|
36
|
+
$kendo-switch-off-track-bg: k-color(surface-alt) !default;
|
|
37
37
|
/// The text color of the track when the Switch is not checked.
|
|
38
38
|
/// @group switch
|
|
39
|
-
$kendo-switch-off-track-text:
|
|
39
|
+
$kendo-switch-off-track-text: k-color(on-app-surface) !default;
|
|
40
40
|
/// The border color of the track when the Switch is not checked.
|
|
41
41
|
/// @group switch
|
|
42
|
-
$kendo-switch-off-track-border:
|
|
42
|
+
$kendo-switch-off-track-border: k-color(border) !default;
|
|
43
43
|
/// The background gradient of the track when the Switch is not checked.
|
|
44
44
|
/// @group switch
|
|
45
45
|
$kendo-switch-off-track-gradient: null !default;
|
|
@@ -71,7 +71,7 @@ $kendo-switch-off-track-focus-border: null !default;
|
|
|
71
71
|
$kendo-switch-off-track-focus-gradient: null !default;
|
|
72
72
|
/// The ring around the track when the focused Switch is not checked.
|
|
73
73
|
/// @group switch
|
|
74
|
-
$kendo-switch-off-track-focus-ring: 0 0 3px 1px
|
|
74
|
+
$kendo-switch-off-track-focus-ring: 0 0 3px 1px color-mix(in srgb, k-color(on-app-surface) 25%, transparent) !default;
|
|
75
75
|
|
|
76
76
|
/// The background of the track when the disabled Switch is not checked.
|
|
77
77
|
/// @group switch
|
|
@@ -88,7 +88,7 @@ $kendo-switch-off-track-disabled-gradient: null !default;
|
|
|
88
88
|
|
|
89
89
|
/// The background of the thumb when the Switch is not checked.
|
|
90
90
|
/// @group switch
|
|
91
|
-
$kendo-switch-off-thumb-bg:
|
|
91
|
+
$kendo-switch-off-thumb-bg: k-color(base) !default;
|
|
92
92
|
/// The text color of the thumb when the Switch is not checked.
|
|
93
93
|
/// @group switch
|
|
94
94
|
$kendo-switch-off-thumb-text: unset !default;
|
|
@@ -97,11 +97,11 @@ $kendo-switch-off-thumb-text: unset !default;
|
|
|
97
97
|
$kendo-switch-off-thumb-border: $kendo-switch-off-track-border !default;
|
|
98
98
|
/// The background gradient of the thumb when the Switch is not checked.
|
|
99
99
|
/// @group switch
|
|
100
|
-
$kendo-switch-off-thumb-gradient:
|
|
100
|
+
$kendo-switch-off-thumb-gradient: null !default;
|
|
101
101
|
|
|
102
102
|
/// The background of the thumb when the hovered Switch is not checked.
|
|
103
103
|
/// @group switch
|
|
104
|
-
$kendo-switch-off-thumb-hover-bg:
|
|
104
|
+
$kendo-switch-off-thumb-hover-bg: k-color(base-hover) !default;
|
|
105
105
|
/// The text color of the thumb when the hovered Switch is not checked.
|
|
106
106
|
/// @group switch
|
|
107
107
|
$kendo-switch-off-thumb-hover-text: null !default;
|
|
@@ -112,16 +112,29 @@ $kendo-switch-off-thumb-hover-border: $kendo-switch-off-thumb-border !default;
|
|
|
112
112
|
/// @group switch
|
|
113
113
|
$kendo-switch-off-thumb-hover-gradient: null !default;
|
|
114
114
|
|
|
115
|
+
/// The background of the thumb when the disabled Switch is not checked.
|
|
116
|
+
/// @group switch
|
|
117
|
+
$kendo-switch-off-thumb-disabled-bg: null !default;
|
|
118
|
+
/// The text color of the thumb when the disabled Switch is not checked.
|
|
119
|
+
/// @group switch
|
|
120
|
+
$kendo-switch-off-thumb-disabled-text: null !default;
|
|
121
|
+
/// The border color of the thumb when the disabled Switch is not checked.
|
|
122
|
+
/// @group switch
|
|
123
|
+
$kendo-switch-off-thumb-disabled-border: null !default;
|
|
124
|
+
/// The background gradient of the thumb when the disabled Switch is not checked.
|
|
125
|
+
/// @group switch
|
|
126
|
+
$kendo-switch-off-thumb-disabled-gradient: null !default;
|
|
127
|
+
|
|
115
128
|
|
|
116
129
|
/// The background of the track when the Switch is checked.
|
|
117
130
|
/// @group switch
|
|
118
|
-
$kendo-switch-on-track-bg:
|
|
131
|
+
$kendo-switch-on-track-bg: k-color(surface-alt) !default;
|
|
119
132
|
/// The text color of the track when the Switch is checked.
|
|
120
133
|
/// @group switch
|
|
121
|
-
$kendo-switch-on-track-text:
|
|
134
|
+
$kendo-switch-on-track-text: k-color(primary) !default;
|
|
122
135
|
/// The border color of the track when the Switch is checked.
|
|
123
136
|
/// @group switch
|
|
124
|
-
$kendo-switch-on-track-border:
|
|
137
|
+
$kendo-switch-on-track-border: k-color(border) !default;
|
|
125
138
|
/// The background gradient of the track when the Switch is checked.
|
|
126
139
|
/// @group switch
|
|
127
140
|
$kendo-switch-on-track-gradient: null !default;
|
|
@@ -153,7 +166,7 @@ $kendo-switch-on-track-focus-border: null !default;
|
|
|
153
166
|
$kendo-switch-on-track-focus-gradient: null !default;
|
|
154
167
|
/// The ring around the track wen the focused Switch is checked.
|
|
155
168
|
/// @group switch
|
|
156
|
-
$kendo-switch-on-track-focus-ring: 0 0 3px 1px
|
|
169
|
+
$kendo-switch-on-track-focus-ring: 0 0 3px 1px color-mix(in srgb, k-color(on-app-surface) 25%, transparent) !default;
|
|
157
170
|
|
|
158
171
|
/// The background of the track when the disabled Switch is checked.
|
|
159
172
|
/// @group switch
|
|
@@ -170,30 +183,42 @@ $kendo-switch-on-track-disabled-gradient: null !default;
|
|
|
170
183
|
|
|
171
184
|
/// The background of the thumb when the Switch is checked.
|
|
172
185
|
/// @group switch
|
|
173
|
-
$kendo-switch-on-thumb-bg:
|
|
186
|
+
$kendo-switch-on-thumb-bg: k-color(primary) !default;
|
|
174
187
|
/// The text color of the thumb when the Switch is checked.
|
|
175
188
|
/// @group switch
|
|
176
189
|
$kendo-switch-on-thumb-text: unset !default;
|
|
177
190
|
/// The border color of the thumb when the Switch is checked.
|
|
178
191
|
/// @group switch
|
|
179
|
-
$kendo-switch-on-thumb-border:
|
|
192
|
+
$kendo-switch-on-thumb-border: k-color(primary) !default;
|
|
180
193
|
/// The background gradient of the thumb when the Switch is checked.
|
|
181
194
|
/// @group switch
|
|
182
|
-
$kendo-switch-on-thumb-gradient:
|
|
195
|
+
$kendo-switch-on-thumb-gradient: null !default;
|
|
183
196
|
|
|
184
197
|
/// The background of the thumb when the hovered Switch is checked.
|
|
185
198
|
/// @group switch
|
|
186
|
-
$kendo-switch-on-thumb-hover-bg:
|
|
199
|
+
$kendo-switch-on-thumb-hover-bg: k-color(primary-hover) !default;
|
|
187
200
|
/// The text color of the thumb when the hovered Switch is checked.
|
|
188
201
|
/// @group switch
|
|
189
202
|
$kendo-switch-on-thumb-hover-text: null !default;
|
|
190
203
|
/// The border color of the thumb when the hovered Switch is checked.
|
|
191
204
|
/// @group switch
|
|
192
|
-
$kendo-switch-on-thumb-hover-border:
|
|
205
|
+
$kendo-switch-on-thumb-hover-border: k-color(primary-hover) !default;
|
|
193
206
|
/// The background gradient of the thumb when the hovered Switch is checked.
|
|
194
207
|
/// @group switch
|
|
195
208
|
$kendo-switch-on-thumb-hover-gradient: null !default;
|
|
196
209
|
|
|
210
|
+
/// The background of the thumb when the disabled Switch is checked.
|
|
211
|
+
/// @group switch
|
|
212
|
+
$kendo-switch-on-thumb-disabled-bg: null !default;
|
|
213
|
+
/// The text color of the thumb when the disabled Switch is checked.
|
|
214
|
+
/// @group switch
|
|
215
|
+
$kendo-switch-on-thumb-disabled-text: null !default;
|
|
216
|
+
/// The border color of the thumb when the disabled Switch is checked.
|
|
217
|
+
/// @group switch
|
|
218
|
+
$kendo-switch-on-thumb-disabled-border: null !default;
|
|
219
|
+
/// The background gradient of the thumb when the disabled Switch is checked.
|
|
220
|
+
/// @group switch
|
|
221
|
+
$kendo-switch-on-thumb-disabled-gradient: null !default;
|
|
197
222
|
|
|
198
223
|
@forward "@progress/kendo-theme-core/scss/components/switch/_variables.scss" with (
|
|
199
224
|
$kendo-switch-font-family: $kendo-switch-font-family,
|
|
@@ -227,6 +252,10 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
227
252
|
$kendo-switch-off-thumb-hover-text: $kendo-switch-off-thumb-hover-text,
|
|
228
253
|
$kendo-switch-off-thumb-hover-border: $kendo-switch-off-thumb-hover-border,
|
|
229
254
|
$kendo-switch-off-thumb-hover-gradient: $kendo-switch-off-thumb-hover-gradient,
|
|
255
|
+
$kendo-switch-off-thumb-disabled-bg: $kendo-switch-off-thumb-disabled-bg,
|
|
256
|
+
$kendo-switch-off-thumb-disabled-text: $kendo-switch-off-thumb-disabled-text,
|
|
257
|
+
$kendo-switch-off-thumb-disabled-border: $kendo-switch-off-track-disabled-border,
|
|
258
|
+
$kendo-switch-off-thumb-disabled-gradient: $kendo-switch-off-thumb-disabled-gradient,
|
|
230
259
|
$kendo-switch-on-track-bg: $kendo-switch-on-track-bg,
|
|
231
260
|
$kendo-switch-on-track-text: $kendo-switch-on-track-text,
|
|
232
261
|
$kendo-switch-on-track-border: $kendo-switch-on-track-border,
|
|
@@ -251,5 +280,9 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
251
280
|
$kendo-switch-on-thumb-hover-bg: $kendo-switch-on-thumb-hover-bg,
|
|
252
281
|
$kendo-switch-on-thumb-hover-text: $kendo-switch-on-thumb-hover-text,
|
|
253
282
|
$kendo-switch-on-thumb-hover-border: $kendo-switch-on-thumb-hover-border,
|
|
254
|
-
$kendo-switch-on-thumb-hover-gradient: $kendo-switch-on-thumb-hover-gradient
|
|
283
|
+
$kendo-switch-on-thumb-hover-gradient: $kendo-switch-on-thumb-hover-gradient,
|
|
284
|
+
$kendo-switch-on-thumb-disabled-bg: $kendo-switch-on-thumb-disabled-bg,
|
|
285
|
+
$kendo-switch-on-thumb-disabled-text: $kendo-switch-on-thumb-disabled-text,
|
|
286
|
+
$kendo-switch-on-thumb-disabled-border: $kendo-switch-on-track-disabled-border,
|
|
287
|
+
$kendo-switch-on-thumb-disabled-gradient: $kendo-switch-on-thumb-disabled-gradient,
|
|
255
288
|
);
|
|
@@ -66,27 +66,27 @@ $kendo-table-sizes: (
|
|
|
66
66
|
|
|
67
67
|
/// Background color of tables.
|
|
68
68
|
/// @group table
|
|
69
|
-
$kendo-table-bg:
|
|
69
|
+
$kendo-table-bg: k-color(surface-alt) !default;
|
|
70
70
|
/// Text color of tables.
|
|
71
71
|
/// @group table
|
|
72
|
-
$kendo-table-text:
|
|
72
|
+
$kendo-table-text: k-color(on-app-surface) !default;
|
|
73
73
|
/// Border color of tables.
|
|
74
74
|
/// @group table
|
|
75
|
-
$kendo-table-border:
|
|
75
|
+
$kendo-table-border: k-color(border) !default;
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
/// Background color of table headers.
|
|
79
79
|
/// @group table
|
|
80
|
-
$kendo-table-header-bg:
|
|
80
|
+
$kendo-table-header-bg: k-color(surface) !default;
|
|
81
81
|
/// Text color of table headers.
|
|
82
82
|
/// @group table
|
|
83
|
-
$kendo-table-header-text:
|
|
83
|
+
$kendo-table-header-text: k-color(on-app-surface) !default;
|
|
84
84
|
/// Border color of table headers.
|
|
85
85
|
/// @group table
|
|
86
|
-
$kendo-table-header-border:
|
|
86
|
+
$kendo-table-header-border: k-color(border) !default;
|
|
87
87
|
/// Gradient of table headers.
|
|
88
88
|
/// @group table
|
|
89
|
-
$kendo-table-header-gradient:
|
|
89
|
+
$kendo-table-header-gradient: null !default;
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
/// Background color of table footers.
|
|
@@ -113,7 +113,7 @@ $kendo-table-group-row-border: $kendo-table-header-border !default;
|
|
|
113
113
|
|
|
114
114
|
/// Background color of alternating rows in table.
|
|
115
115
|
/// @group table
|
|
116
|
-
$kendo-table-alt-row-bg:
|
|
116
|
+
$kendo-table-alt-row-bg: color-mix(in srgb, k-color(on-app-surface) 5%, transparent) !default;
|
|
117
117
|
/// Text color of alternating rows in table.
|
|
118
118
|
/// @group table
|
|
119
119
|
$kendo-table-alt-row-text: null !default;
|
|
@@ -124,7 +124,7 @@ $kendo-table-alt-row-border: null !default;
|
|
|
124
124
|
|
|
125
125
|
/// Background color of hovered rows in table.
|
|
126
126
|
/// @group table
|
|
127
|
-
$kendo-table-hover-bg:
|
|
127
|
+
$kendo-table-hover-bg: color-mix(in srgb, k-color(on-app-surface) 11%, transparent) !default;
|
|
128
128
|
/// Text color of hovered rows in table.
|
|
129
129
|
/// @group table
|
|
130
130
|
$kendo-table-hover-text: null !default;
|
|
@@ -149,7 +149,7 @@ $kendo-table-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
149
149
|
|
|
150
150
|
/// Background color of selected rows in table.
|
|
151
151
|
/// @group table
|
|
152
|
-
$kendo-table-selected-bg:
|
|
152
|
+
$kendo-table-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
153
153
|
/// Text color of selected rows in table.
|
|
154
154
|
/// @group table
|
|
155
155
|
$kendo-table-selected-text: null !default;
|
|
@@ -61,10 +61,10 @@ $kendo-tabstrip-wrapper-border: null !default;
|
|
|
61
61
|
$kendo-tabstrip-bg: null !default;
|
|
62
62
|
/// The text color of the TabStrip.
|
|
63
63
|
/// @group tabstrip
|
|
64
|
-
$kendo-tabstrip-text:
|
|
64
|
+
$kendo-tabstrip-text: k-color(on-app-surface) !default;
|
|
65
65
|
/// The border color of the TabStrip.
|
|
66
66
|
/// @group tabstrip
|
|
67
|
-
$kendo-tabstrip-border:
|
|
67
|
+
$kendo-tabstrip-border: k-color(border) !default;
|
|
68
68
|
|
|
69
69
|
/// The horizontal padding of the TabStrip items.
|
|
70
70
|
/// @group tabstrip
|
|
@@ -102,39 +102,39 @@ $kendo-tabstrip-lg-item-padding-y: k-spacing(1.5) !default;
|
|
|
102
102
|
|
|
103
103
|
/// The background color of the TabStrip items.
|
|
104
104
|
/// @group tabstrip
|
|
105
|
-
$kendo-tabstrip-item-bg:
|
|
105
|
+
$kendo-tabstrip-item-bg: k-color(surface) !default;
|
|
106
106
|
/// The text color of the TabStrip items.
|
|
107
107
|
/// @group tabstrip
|
|
108
|
-
$kendo-tabstrip-item-text:
|
|
108
|
+
$kendo-tabstrip-item-text: k-color(on-app-surface) !default;
|
|
109
109
|
/// The border color of the TabStrip items.
|
|
110
110
|
/// @group tabstrip
|
|
111
|
-
$kendo-tabstrip-item-border:
|
|
111
|
+
$kendo-tabstrip-item-border: k-color(border) !default;
|
|
112
112
|
/// The gradient of the TabStrip items.
|
|
113
113
|
/// @group tabstrip
|
|
114
|
-
$kendo-tabstrip-item-gradient:
|
|
114
|
+
$kendo-tabstrip-item-gradient: null !default;
|
|
115
115
|
|
|
116
116
|
/// The background color of the hovered TabStrip items.
|
|
117
117
|
/// @group tabstrip
|
|
118
|
-
$kendo-tabstrip-item-hover-bg:
|
|
118
|
+
$kendo-tabstrip-item-hover-bg: k-color(base-hover) !default;
|
|
119
119
|
/// The text color of the hovered TabStrip items.
|
|
120
120
|
/// @group tabstrip
|
|
121
|
-
$kendo-tabstrip-item-hover-text:
|
|
121
|
+
$kendo-tabstrip-item-hover-text: k-color(on-app-surface) !default;
|
|
122
122
|
/// The border color of the hovered TabStrip items.
|
|
123
123
|
/// @group tabstrip
|
|
124
|
-
$kendo-tabstrip-item-hover-border:
|
|
124
|
+
$kendo-tabstrip-item-hover-border: k-color(border) !default;
|
|
125
125
|
/// The gradient of the hovered TabStrip items.
|
|
126
126
|
/// @group tabstrip
|
|
127
127
|
$kendo-tabstrip-item-hover-gradient: null !default;
|
|
128
128
|
|
|
129
129
|
/// The background color of the selected TabStrip items.
|
|
130
130
|
/// @group tabstrip
|
|
131
|
-
$kendo-tabstrip-item-selected-bg:
|
|
131
|
+
$kendo-tabstrip-item-selected-bg: k-color(surface-alt) !default;
|
|
132
132
|
/// The text color of the selected TabStrip items.
|
|
133
133
|
/// @group tabstrip
|
|
134
|
-
$kendo-tabstrip-item-selected-text:
|
|
134
|
+
$kendo-tabstrip-item-selected-text: k-color(primary) !default;
|
|
135
135
|
/// The border color of the selected TabStrip items.
|
|
136
136
|
/// @group tabstrip
|
|
137
|
-
$kendo-tabstrip-item-selected-border:
|
|
137
|
+
$kendo-tabstrip-item-selected-border: k-color(border) !default;
|
|
138
138
|
/// The gradient of the selected TabStrip items.
|
|
139
139
|
/// @group tabstrip
|
|
140
140
|
$kendo-tabstrip-item-selected-gradient: false !default;
|
|
@@ -188,20 +188,20 @@ $kendo-tabstrip-content-border-width: 1px !default;
|
|
|
188
188
|
|
|
189
189
|
/// The background color of the TabStrip content.
|
|
190
190
|
/// @group tabstrip
|
|
191
|
-
$kendo-tabstrip-content-bg:
|
|
191
|
+
$kendo-tabstrip-content-bg: k-color(surface-alt) !default;
|
|
192
192
|
/// The text color of the TabStrip content.
|
|
193
193
|
/// @group tabstrip
|
|
194
|
-
$kendo-tabstrip-content-text:
|
|
194
|
+
$kendo-tabstrip-content-text: k-color(on-app-surface) !default;
|
|
195
195
|
/// The border color of the TabStrip content.
|
|
196
196
|
/// @group tabstrip
|
|
197
|
-
$kendo-tabstrip-content-border:
|
|
197
|
+
$kendo-tabstrip-content-border: k-color(border) !default;
|
|
198
198
|
/// The border color of the focused TabStrip content.
|
|
199
199
|
/// @group tabstrip
|
|
200
|
-
$kendo-tabstrip-content-focus-border:
|
|
200
|
+
$kendo-tabstrip-content-focus-border: k-color(on-app-surface) !default;
|
|
201
201
|
|
|
202
202
|
/// The left and right scroll overlay of the TabStrip.
|
|
203
203
|
/// @group tabstrip
|
|
204
|
-
$kendo-tabstrip-scroll-overlay:
|
|
204
|
+
$kendo-tabstrip-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
|
|
205
205
|
|
|
206
206
|
/// The size map of the TabStrip.
|
|
207
207
|
/// @group tabstrip
|
|
@@ -82,7 +82,7 @@ $kendo-taskboard-column-border-width: 1px !default;
|
|
|
82
82
|
$kendo-taskboard-column-border-radius: k-border-radius(md) !default;
|
|
83
83
|
/// The background color of the TaskBoard column.
|
|
84
84
|
/// @group taskboard
|
|
85
|
-
$kendo-taskboard-column-bg:
|
|
85
|
+
$kendo-taskboard-column-bg: k-color(surface) !default;
|
|
86
86
|
/// The text color of the TaskBoard column.
|
|
87
87
|
/// @group taskboard
|
|
88
88
|
$kendo-taskboard-column-text: null !default;
|
|
@@ -98,7 +98,7 @@ $kendo-taskboard-column-focus-bg: null !default;
|
|
|
98
98
|
$kendo-taskboard-column-focus-text: null !default;
|
|
99
99
|
/// The border color of the focused TaskBoard column.
|
|
100
100
|
/// @group taskboard
|
|
101
|
-
$kendo-taskboard-column-focus-border:
|
|
101
|
+
$kendo-taskboard-column-focus-border: k-color(border-alt) !default;
|
|
102
102
|
|
|
103
103
|
/// The vertical padding of the TaskBoard column header.
|
|
104
104
|
/// @group taskboard
|
|
@@ -117,7 +117,7 @@ $kendo-taskboard-column-header-actions-gap: calc( #{$kendo-taskboard-spacer} / 2
|
|
|
117
117
|
$kendo-taskboard-column-header-font-weight: 500 !default;
|
|
118
118
|
/// The text color of the TaskBoard column header.
|
|
119
119
|
/// @group taskboard
|
|
120
|
-
$kendo-taskboard-column-header-text:
|
|
120
|
+
$kendo-taskboard-column-header-text: k-color(on-app-surface) !default;
|
|
121
121
|
|
|
122
122
|
/// The vertical padding of the TaskBoard column Card wrapper.
|
|
123
123
|
/// @group taskboard
|
|
@@ -143,13 +143,13 @@ $kendo-taskboard-pane-padding-x: null !default;
|
|
|
143
143
|
$kendo-taskboard-pane-border-width: 1px !default;
|
|
144
144
|
/// The background color of the TaskBoard pane.
|
|
145
145
|
/// @group taskboard
|
|
146
|
-
$kendo-taskboard-pane-bg:
|
|
146
|
+
$kendo-taskboard-pane-bg: k-color(surface-alt) !default;
|
|
147
147
|
/// The text color of the TaskBoard pane.
|
|
148
148
|
/// @group taskboard
|
|
149
|
-
$kendo-taskboard-pane-text:
|
|
149
|
+
$kendo-taskboard-pane-text: k-color(on-app-surface) !default;
|
|
150
150
|
/// The border color of the TaskBoard pane.
|
|
151
151
|
/// @group taskboard
|
|
152
|
-
$kendo-taskboard-pane-border:
|
|
152
|
+
$kendo-taskboard-pane-border: k-color(border) !default;
|
|
153
153
|
|
|
154
154
|
/// The vertical padding of the TaskBoard pane header.
|
|
155
155
|
/// @group taskboard
|
|
@@ -162,7 +162,7 @@ $kendo-taskboard-pane-header-padding-x: $kendo-taskboard-spacer !default;
|
|
|
162
162
|
$kendo-taskboard-pane-header-font-weight: 500 !default;
|
|
163
163
|
/// The text color of the TaskBoard pane header.
|
|
164
164
|
/// @group taskboard
|
|
165
|
-
$kendo-taskboard-pane-header-text:
|
|
165
|
+
$kendo-taskboard-pane-header-text: k-color(on-app-surface) !default;
|
|
166
166
|
|
|
167
167
|
/// The vertical padding of the TaskBoard pane content.
|
|
168
168
|
/// @group taskboard
|
|
@@ -209,11 +209,11 @@ $kendo-taskboard-card-category-border-width: 4px !default;
|
|
|
209
209
|
|
|
210
210
|
/// The border color of the hovered TaskBoard Card.
|
|
211
211
|
/// @group taskboard
|
|
212
|
-
$kendo-taskboard-card-hover-border:
|
|
212
|
+
$kendo-taskboard-card-hover-border: k-color(border-alt) !default;
|
|
213
213
|
|
|
214
214
|
/// The border color of the focused TaskBoard Card.
|
|
215
215
|
/// @group taskboard
|
|
216
|
-
$kendo-taskboard-card-focus-border:
|
|
216
|
+
$kendo-taskboard-card-focus-border: k-color(border-alt) !default;
|
|
217
217
|
/// The shadow of the focused TaskBoard Card.
|
|
218
218
|
/// @group taskboard
|
|
219
219
|
$kendo-taskboard-card-focus-shadow: none !default;
|
|
@@ -221,20 +221,20 @@ $kendo-taskboard-card-focus-shadow: none !default;
|
|
|
221
221
|
|
|
222
222
|
/// The border of the selected TaskBoard Card.
|
|
223
223
|
/// @group taskboard
|
|
224
|
-
$kendo-taskboard-card-selected-border:
|
|
224
|
+
$kendo-taskboard-card-selected-border: k-color(primary-emphasis) !default;
|
|
225
225
|
/// The shadow of the selected TaskBoard Card.
|
|
226
226
|
/// @group taskboard
|
|
227
227
|
$kendo-taskboard-card-selected-shadow: none !default;
|
|
228
228
|
|
|
229
229
|
/// The text color of the TaskBoard Card header text.
|
|
230
230
|
/// @group taskboard
|
|
231
|
-
$kendo-taskboard-card-header-text:
|
|
231
|
+
$kendo-taskboard-card-header-text: k-color(primary) !default;
|
|
232
232
|
/// The text color of the hovered TaskBoard Card header text.
|
|
233
233
|
/// @group taskboard
|
|
234
|
-
$kendo-taskboard-card-header-focus-text:
|
|
234
|
+
$kendo-taskboard-card-header-focus-text: k-color(primary-hover) !default;
|
|
235
235
|
/// The text color of the focused TaskBoard Card header text.
|
|
236
236
|
/// @group taskboard
|
|
237
|
-
$kendo-taskboard-card-header-hover-text:
|
|
237
|
+
$kendo-taskboard-card-header-hover-text: k-color(primary-hover) !default;
|
|
238
238
|
|
|
239
239
|
/// The border width of the TaskBoard Card placeholder.
|
|
240
240
|
/// @group taskboard
|
|
@@ -247,7 +247,7 @@ $kendo-taskboard-drag-placeholder-border-radius: $kendo-taskboard-card-border-ra
|
|
|
247
247
|
$kendo-taskboard-drag-placeholder-bg: rgba( white, .2 ) !default;
|
|
248
248
|
/// The border color of the TaskBoard Card placeholder.
|
|
249
249
|
/// @group taskboard
|
|
250
|
-
$kendo-taskboard-drag-placeholder-border:
|
|
250
|
+
$kendo-taskboard-drag-placeholder-border: k-color(border) !default;
|
|
251
251
|
|
|
252
252
|
|
|
253
253
|
@forward "@progress/kendo-theme-core/scss/components/taskboard/_variables.scss" with (
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
$kendo-tile-layout-border-width: 0px !default;
|
|
9
9
|
/// The background color of the TileLayout.
|
|
10
10
|
/// @group tile-layout
|
|
11
|
-
$kendo-tile-layout-bg:
|
|
11
|
+
$kendo-tile-layout-bg: k-color(surface) !default;
|
|
12
12
|
|
|
13
13
|
/// The horizontal padding of the TileLayout.
|
|
14
14
|
/// @group tile-layout
|
|
@@ -33,7 +33,7 @@ $kendo-tile-layout-hint-border-width: 1px !default;
|
|
|
33
33
|
$kendo-tile-layout-hint-border-radius: k-border-radius(lg) !default;
|
|
34
34
|
/// The color of the border around the TileLayout hint.
|
|
35
35
|
/// @group tile-layout
|
|
36
|
-
$kendo-tile-layout-hint-border:
|
|
36
|
+
$kendo-tile-layout-hint-border: k-color(border) !default;
|
|
37
37
|
/// The background color of the TileLayout hint.
|
|
38
38
|
/// @group tile-layout
|
|
39
39
|
$kendo-tile-layout-hint-bg: rgba( white, .2 ) !default;
|
|
@@ -41,13 +41,13 @@ $kendo-timeline-track-arrow-height: k-spacing(7.5) !default;
|
|
|
41
41
|
|
|
42
42
|
/// The background color of the disabled Timeline track arrow.
|
|
43
43
|
/// @group timeline
|
|
44
|
-
$kendo-timeline-track-arrow-disabled-bg:
|
|
44
|
+
$kendo-timeline-track-arrow-disabled-bg: color-mix(in srgb, k-color(base) 60%, transparent) !default;
|
|
45
45
|
/// The text color of the disabled Timeline track arrow.
|
|
46
46
|
/// @group timeline
|
|
47
|
-
$kendo-timeline-track-arrow-disabled-text:
|
|
47
|
+
$kendo-timeline-track-arrow-disabled-text: color-mix(in srgb, k-color(on-base) 60%, transparent) !default;
|
|
48
48
|
/// The border color of the disabled Timeline track arrow.
|
|
49
49
|
/// @group timeline
|
|
50
|
-
$kendo-timeline-track-arrow-disabled-border:
|
|
50
|
+
$kendo-timeline-track-arrow-disabled-border: color-mix(in srgb, k-color(border) 15%, transparent) !default;
|
|
51
51
|
|
|
52
52
|
/// The size of the Timeline track.
|
|
53
53
|
/// @group timeline
|
|
@@ -108,10 +108,10 @@ $kendo-timeline-mobile-flag-max-width: calc(#{$kendo-timeline-flag-min-width} +
|
|
|
108
108
|
$kendo-timeline-horizontal-flag-min-width: 60px !default;
|
|
109
109
|
/// The background color of the Timeline flag.
|
|
110
110
|
/// @group timeline
|
|
111
|
-
$kendo-timeline-flag-bg:
|
|
111
|
+
$kendo-timeline-flag-bg: k-color(primary) !default;
|
|
112
112
|
/// The text color of the Timeline flag.
|
|
113
113
|
/// @group timeline
|
|
114
|
-
$kendo-timeline-flag-text:
|
|
114
|
+
$kendo-timeline-flag-text: k-color(on-primary) !default;
|
|
115
115
|
|
|
116
116
|
/// The width of the Timeline's flag callout.
|
|
117
117
|
/// @group timeline
|
|
@@ -155,7 +155,7 @@ $kendo-timeline-circle-width: 16px !default;
|
|
|
155
155
|
$kendo-timeline-circle-height: 16px !default;
|
|
156
156
|
/// The background color of the Timeline circle.
|
|
157
157
|
/// @group timeline
|
|
158
|
-
$kendo-timeline-circle-bg:
|
|
158
|
+
$kendo-timeline-circle-bg: k-color(primary) !default;
|
|
159
159
|
|
|
160
160
|
/// The horizontal padding of the Timeline collapse arrow.
|
|
161
161
|
/// @group timeline
|
|
@@ -9,13 +9,16 @@ $kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
9
9
|
$kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
|
|
10
10
|
$kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
|
|
11
11
|
|
|
12
|
-
$kendo-time-selector-bg:
|
|
13
|
-
$kendo-time-selector-text:
|
|
14
|
-
$kendo-time-selector-border:
|
|
12
|
+
$kendo-time-selector-bg: k-color(surface-alt) !default;
|
|
13
|
+
$kendo-time-selector-text: k-color(on-app-surface) !default;
|
|
14
|
+
$kendo-time-selector-border: k-color(border) !default;
|
|
15
15
|
|
|
16
16
|
$kendo-time-selector-header-padding-x: $kendo-actions-padding-x !default;
|
|
17
17
|
$kendo-time-selector-header-padding-y: $kendo-actions-padding-y !default;
|
|
18
18
|
$kendo-time-selector-header-border-width: 0px !default;
|
|
19
|
+
$kendo-time-selector-header-title-text: unset !default;
|
|
20
|
+
$kendo-time-selector-header-time-now-text: k-color(primary) !default;
|
|
21
|
+
$kendo-time-selector-header-time-now-hover-text: k-color(primary-hover) !default;
|
|
19
22
|
|
|
20
23
|
$kendo-time-list-width: 4em !default;
|
|
21
24
|
$kendo-time-list-height: 240px !default;
|
|
@@ -23,16 +26,16 @@ $kendo-time-list-height: 240px !default;
|
|
|
23
26
|
$kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
24
27
|
$kendo-time-list-title-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
25
28
|
$kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
|
|
26
|
-
$kendo-time-list-title-text:
|
|
27
|
-
$kendo-time-list-title-focus-text:
|
|
29
|
+
$kendo-time-list-title-text: k-color(subtle) !default;
|
|
30
|
+
$kendo-time-list-title-focus-text: k-color(on-app-surface) !default;
|
|
28
31
|
|
|
29
32
|
$kendo-time-list-item-padding-x: $kendo-list-md-item-padding-x !default;
|
|
30
33
|
$kendo-time-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
31
34
|
|
|
32
35
|
$kendo-time-list-highlight-border-width: 1px 0px !default;
|
|
33
36
|
$kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-font-size} * #{$kendo-time-selector-line-height} ) + calc( #{$kendo-time-list-item-padding-y} * 2 ) ) !default;
|
|
34
|
-
$kendo-time-list-highlight-bg:
|
|
35
|
-
$kendo-time-list-highlight-border:
|
|
37
|
+
$kendo-time-list-highlight-bg: k-color(surface-alt) !default;
|
|
38
|
+
$kendo-time-list-highlight-border: k-color(border) !default;
|
|
36
39
|
|
|
37
40
|
$kendo-time-list-focus-bg: rgba( black, .04 ) !default;
|
|
38
41
|
|
|
@@ -74,6 +77,8 @@ $kendo-time-selector-sizes: (
|
|
|
74
77
|
)
|
|
75
78
|
) !default;
|
|
76
79
|
|
|
80
|
+
$kendo-time-selector-now-button-text: k-color(primary) !default;
|
|
81
|
+
$kendo-time-selector-now-button-hover-text: k-color(primary-hover) !default;
|
|
77
82
|
|
|
78
83
|
@forward "@progress/kendo-theme-core/scss/components/timeselector/_variables.scss" with (
|
|
79
84
|
$kendo-time-selector-border-width: $kendo-time-selector-border-width,
|
|
@@ -86,6 +91,9 @@ $kendo-time-selector-sizes: (
|
|
|
86
91
|
$kendo-time-selector-header-padding-x: $kendo-time-selector-header-padding-x,
|
|
87
92
|
$kendo-time-selector-header-padding-y: $kendo-time-selector-header-padding-y,
|
|
88
93
|
$kendo-time-selector-header-border-width: $kendo-time-selector-header-border-width,
|
|
94
|
+
$kendo-time-selector-header-title-text: $kendo-time-selector-header-title-text,
|
|
95
|
+
$kendo-time-selector-header-time-now-text: $kendo-time-selector-header-time-now-text,
|
|
96
|
+
$kendo-time-selector-header-time-now-hover-text: $kendo-time-selector-header-time-now-hover-text,
|
|
89
97
|
$kendo-time-list-width: $kendo-time-list-width,
|
|
90
98
|
$kendo-time-list-height: $kendo-time-list-height,
|
|
91
99
|
$kendo-time-list-title-font-size: $kendo-time-list-title-font-size,
|
|
@@ -112,5 +120,7 @@ $kendo-time-selector-sizes: (
|
|
|
112
120
|
$kendo-time-selector-lg-line-height: $kendo-time-selector-lg-line-height,
|
|
113
121
|
$kendo-time-selector-lg-list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,
|
|
114
122
|
$kendo-time-selector-lg-list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y,
|
|
115
|
-
$kendo-time-selector-sizes: $kendo-time-selector-sizes
|
|
123
|
+
$kendo-time-selector-sizes: $kendo-time-selector-sizes,
|
|
124
|
+
$kendo-time-selector-now-button-text: $kendo-time-selector-now-button-text,
|
|
125
|
+
$kendo-time-selector-now-button-hover-text: $kendo-time-selector-now-button-hover-text
|
|
116
126
|
);
|
|
@@ -75,7 +75,7 @@ $kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
75
75
|
|
|
76
76
|
/// The background color of the Toolbar.
|
|
77
77
|
/// @group toolbar
|
|
78
|
-
$kendo-toolbar-bg:
|
|
78
|
+
$kendo-toolbar-bg: k-color(surface) !default;
|
|
79
79
|
/// The text color of the Toolbar.
|
|
80
80
|
/// @group toolbar
|
|
81
81
|
$kendo-toolbar-text: $kendo-button-text !default;
|
|
@@ -90,7 +90,7 @@ $kendo-toolbar-gradient: null !default;
|
|
|
90
90
|
$kendo-toolbar-shadow: null !default;
|
|
91
91
|
/// The left and right scroll overlay of the Toolbar.
|
|
92
92
|
/// @group toolbar
|
|
93
|
-
$kendo-toolbar-scroll-overlay: $kendo-toolbar-bg,
|
|
93
|
+
$kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
/// The text color of the outline Toolbar.
|
|
@@ -98,7 +98,7 @@ $kendo-toolbar-scroll-overlay: $kendo-toolbar-bg, if($kendo-enable-color-system,
|
|
|
98
98
|
$kendo-toolbar-outline-text: $kendo-button-text !default;
|
|
99
99
|
/// The color of the border around the outline Toolbar.
|
|
100
100
|
/// @group toolbar
|
|
101
|
-
$kendo-toolbar-outline-border:
|
|
101
|
+
$kendo-toolbar-outline-border: color-mix(in srgb, k-color(on-base) 50%, transparent) !default;
|
|
102
102
|
/// The gradient of the outline Toolbar.
|
|
103
103
|
/// @group toolbar
|
|
104
104
|
$kendo-toolbar-outline-gradient: null !default;
|
|
@@ -110,7 +110,7 @@ $kendo-toolbar-outline-shadow: null !default;
|
|
|
110
110
|
$kendo-toolbar-outline-border-width: $kendo-toolbar-border-width !default;
|
|
111
111
|
/// The left and right scroll overlay of the outline Toolbar.
|
|
112
112
|
/// @group toolbar
|
|
113
|
-
$kendo-toolbar-outline-scroll-overlay:
|
|
113
|
+
$kendo-toolbar-outline-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
|
|
114
114
|
|
|
115
115
|
|
|
116
116
|
/// The text color of the flat Toolbar.
|
|
@@ -130,7 +130,7 @@ $kendo-toolbar-flat-shadow: null !default;
|
|
|
130
130
|
$kendo-toolbar-flat-border-width: 1px !default;
|
|
131
131
|
/// The left and right scroll overlay of the flat Toolbar.
|
|
132
132
|
/// @group toolbar
|
|
133
|
-
$kendo-toolbar-flat-scroll-overlay:
|
|
133
|
+
$kendo-toolbar-flat-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
/// The color of the separator border of the Toolbar.
|
|
@@ -40,10 +40,10 @@ $kendo-tooltip-callout-size: 6px !default;
|
|
|
40
40
|
|
|
41
41
|
/// The default background of the Tooltip.
|
|
42
42
|
/// @group tooltip
|
|
43
|
-
$kendo-tooltip-bg:
|
|
43
|
+
$kendo-tooltip-bg: k-color(on-app-surface) !default;
|
|
44
44
|
/// The default text color of the Tooltip.
|
|
45
45
|
/// @group tooltip
|
|
46
|
-
$kendo-tooltip-text:
|
|
46
|
+
$kendo-tooltip-text: k-color(app-surface) !default;
|
|
47
47
|
/// The default border color of the Tooltip.
|
|
48
48
|
/// @group tooltip
|
|
49
49
|
$kendo-tooltip-border: $kendo-tooltip-bg !default;
|
|
@@ -54,7 +54,18 @@ $kendo-tooltip-shadow: k-elevation(2) !default;
|
|
|
54
54
|
|
|
55
55
|
/// The theme colors map for the Tooltip.
|
|
56
56
|
/// @group tooltip
|
|
57
|
-
$kendo-tooltip-theme-colors:
|
|
57
|
+
$kendo-tooltip-theme-colors: (
|
|
58
|
+
"primary": k-color(primary),
|
|
59
|
+
"secondary": k-color(secondary),
|
|
60
|
+
"tertiary": k-color(tertiary),
|
|
61
|
+
"info": k-color(info),
|
|
62
|
+
"success": k-color(success),
|
|
63
|
+
"warning": k-color(warning),
|
|
64
|
+
"error": k-color(error),
|
|
65
|
+
"dark": k-color(dark),
|
|
66
|
+
"light": k-color(light),
|
|
67
|
+
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
68
|
+
) !default;
|
|
58
69
|
/// The generated theme colors map for the Tooltip.
|
|
59
70
|
/// @group tooltip
|
|
60
71
|
$kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|