@progress/kendo-theme-material 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/material-2-dark.css +1 -0
- package/dist/material-2-dark.scss +137 -0
- package/dist/material-2.css +1 -0
- package/dist/material-2.scss +132 -0
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-aqua-dark.scss +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-arctic.scss +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-burnt-teal.scss +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-dataviz-v4.scss +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-eggplant.scss +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime-dark.scss +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-lime.scss +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main-dark.scss +98 -98
- package/dist/material-main.css +1 -1
- package/dist/material-main.scss +1 -5
- package/dist/material-nova.css +1 -1
- package/dist/material-nova.scss +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific-dark.scss +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-pacific.scss +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky-dark.scss +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-sky.scss +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/material-smoke.scss +1 -1
- package/dist/meta/sassdoc-data.json +13278 -11518
- package/dist/meta/sassdoc-raw-data.json +4563 -3763
- package/dist/meta/variables.json +2591 -3022
- package/lib/swatches/index.js +2 -0
- package/lib/swatches/material-2-dark.json +657 -0
- package/lib/swatches/material-2.json +632 -0
- package/lib/swatches/material-aqua-dark.json +1 -243
- package/lib/swatches/material-arctic.json +1 -243
- package/lib/swatches/material-burnt-teal.json +1 -243
- package/lib/swatches/material-dataviz-v4.json +1 -47
- package/lib/swatches/material-eggplant.json +1 -243
- package/lib/swatches/material-lime-dark.json +1 -243
- package/lib/swatches/material-lime.json +1 -243
- package/lib/swatches/material-main-dark.json +103 -345
- package/lib/swatches/material-main.json +7 -250
- package/lib/swatches/material-nova.json +1 -243
- package/lib/swatches/material-pacific-dark.json +1 -243
- package/lib/swatches/material-pacific.json +1 -243
- package/lib/swatches/material-sky-dark.json +1 -243
- package/lib/swatches/material-sky.json +1 -243
- package/lib/swatches/material-smoke.json +1 -243
- package/package.json +4 -4
- package/scss/action-buttons/_layout.scss +0 -23
- package/scss/action-buttons/_theme.scss +0 -13
- package/scss/action-buttons/_variables.scss +3 -3
- package/scss/action-sheet/_layout.scss +6 -0
- package/scss/action-sheet/_variables.scss +27 -28
- package/scss/adaptive/_variables.scss +13 -13
- package/scss/appbar/_variables.scss +22 -8
- package/scss/avatar/_variables.scss +12 -1
- package/scss/badge/_layout.scss +0 -1
- package/scss/badge/_variables.scss +23 -9
- package/scss/bottom-navigation/_theme.scss +55 -4
- package/scss/bottom-navigation/_variables.scss +31 -17
- package/scss/breadcrumb/_variables.scss +21 -21
- package/scss/button/_layout.scss +0 -81
- package/scss/button/_theme.scss +110 -44
- package/scss/button/_variables.scss +47 -34
- package/scss/calendar/_layout.scss +13 -16
- package/scss/calendar/_theme.scss +29 -11
- package/scss/calendar/_variables.scss +83 -56
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +34 -20
- package/scss/chart-wizard/_variables.scss +4 -4
- package/scss/chat/_theme.scss +5 -1
- package/scss/chat/_variables.scss +15 -15
- package/scss/checkbox/_layout.scss +35 -0
- package/scss/checkbox/_theme.scss +113 -4
- package/scss/checkbox/_variables.scss +23 -20
- package/scss/chip/_layout.scss +10 -0
- package/scss/chip/_theme.scss +41 -61
- package/scss/chip/_variables.scss +48 -30
- package/scss/color-preview/_variables.scss +3 -3
- package/scss/coloreditor/_variables.scss +11 -11
- package/scss/colorgradient/_variables.scss +7 -37
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/core/_index.scss +8 -3
- package/scss/core/color-system/_palettes.scss +243 -242
- package/scss/core/color-system/_swatch.scss +142 -145
- package/scss/core/elevation/index.import.scss +18 -27
- package/scss/core/typography/index.import.scss +8 -8
- package/scss/dataviz/_variables.scss +61 -48
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +9 -4
- package/scss/dock-manager/_variables.scss +18 -18
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_layout.scss +2 -0
- package/scss/drawer/_theme.scss +0 -11
- package/scss/drawer/_variables.scss +49 -24
- package/scss/dropzone/_variables.scss +7 -7
- package/scss/editor/_layout.scss +2 -12
- package/scss/editor/_variables.scss +15 -8
- package/scss/expansion-panel/_layout.scss +5 -0
- package/scss/expansion-panel/_variables.scss +10 -10
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +24 -23
- package/scss/fab/_variables.scss +25 -14
- package/scss/filemanager/_theme.scss +4 -0
- package/scss/filemanager/_variables.scss +6 -6
- package/scss/filter/_variables.scss +4 -4
- package/scss/floating-label/_theme.scss +1 -1
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +6 -6
- package/scss/gantt/_variables.scss +27 -27
- package/scss/grid/_layout.scss +6 -21
- package/scss/grid/_theme.scss +14 -128
- package/scss/grid/_variables.scss +20 -20
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/index.scss +3 -0
- package/scss/input/_layout.scss +10 -14
- package/scss/input/_variables.scss +45 -44
- package/scss/list/_theme.scss +1 -1
- package/scss/list/_variables.scss +103 -25
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +6 -6
- package/scss/listview/_theme.scss +0 -13
- package/scss/listview/_variables.scss +7 -7
- package/scss/loader/_variables.scss +18 -4
- package/scss/map/_variables.scss +6 -6
- 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/_layout.scss +4 -0
- package/scss/menu/_theme.scss +1 -26
- package/scss/menu/_variables.scss +49 -41
- package/scss/menu-button/_variables.scss +1 -1
- package/scss/messagebox/_layout.scss +5 -1
- package/scss/messagebox/_variables.scss +16 -2
- package/scss/no-data/_variables.scss +1 -1
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_layout.scss +5 -0
- package/scss/notification/_theme.scss +1 -0
- package/scss/notification/_variables.scss +30 -9
- package/scss/orgchart/_variables.scss +10 -10
- package/scss/overlay/_variables.scss +12 -1
- package/scss/pager/_variables.scss +8 -8
- package/scss/panel/_variables.scss +3 -3
- package/scss/panelbar/_layout.scss +29 -1
- package/scss/panelbar/_theme.scss +0 -1
- package/scss/panelbar/_variables.scss +29 -29
- package/scss/pdf-viewer/_variables.scss +15 -15
- package/scss/pivotgrid/_theme.scss +0 -12
- package/scss/pivotgrid/_variables.scss +23 -23
- package/scss/popover/_variables.scss +5 -5
- package/scss/popup/_variables.scss +7 -7
- package/scss/progressbar/_layout.scss +11 -4
- package/scss/progressbar/_variables.scss +6 -6
- package/scss/prompt/_layout.scss +4 -0
- package/scss/prompt/_variables.scss +17 -17
- package/scss/radio/_layout.scss +35 -0
- package/scss/radio/_theme.scss +109 -4
- package/scss/radio/_variables.scss +19 -16
- package/scss/rating/_variables.scss +7 -7
- package/scss/scheduler/_layout.scss +2 -89
- package/scss/scheduler/_theme.scss +3 -3
- package/scss/scheduler/_variables.scss +22 -19
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_layout.scss +11 -0
- package/scss/slider/_theme.scss +1 -10
- package/scss/slider/_variables.scss +25 -16
- package/scss/split-button/_layout.scss +12 -0
- package/scss/split-button/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +9 -9
- package/scss/spreadsheet/_layout.scss +0 -35
- package/scss/spreadsheet/_theme.scss +3 -25
- package/scss/spreadsheet/_variables.scss +32 -31
- package/scss/stepper/_layout.scss +15 -1
- package/scss/stepper/_theme.scss +8 -0
- package/scss/stepper/_variables.scss +21 -21
- package/scss/switch/_layout.scss +20 -5
- package/scss/switch/_theme.scss +2 -9
- package/scss/switch/_variables.scss +50 -16
- package/scss/table/_layout.scss +22 -20
- package/scss/table/_theme.scss +6 -32
- package/scss/table/_variables.scss +13 -13
- package/scss/tabstrip/_layout.scss +100 -4
- package/scss/tabstrip/_variables.scss +20 -20
- package/scss/taskboard/_layout.scss +4 -0
- package/scss/taskboard/_variables.scss +18 -18
- package/scss/tilelayout/_layout.scss +7 -1
- package/scss/tilelayout/_variables.scss +4 -4
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_layout.scss +38 -0
- package/scss/timeselector/_theme.scss +8 -6
- package/scss/timeselector/_variables.scss +39 -28
- package/scss/toolbar/_layout.scss +0 -47
- package/scss/toolbar/_theme.scss +4 -44
- package/scss/toolbar/_variables.scss +17 -17
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +19 -8
- package/scss/treelist/_layout.scss +0 -19
- package/scss/treelist/_theme.scss +10 -15
- package/scss/treelist/_variables.scss +1 -1
- package/scss/treeview/_theme.scss +2 -31
- package/scss/treeview/_variables.scss +25 -25
- package/scss/typography/_variables.scss +24 -24
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +14 -14
- package/scss/window/_layout.scss +14 -0
- package/scss/window/_variables.scss +14 -14
- package/scss/wizard/_variables.scss +3 -3
- package/scss/core/color-system/_functions.scss +0 -104
- package/scss/core/color-system/_palettes-legacy.scss +0 -671
- package/scss/core/color-system/_swatch-legacy.scss +0 -299
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@use "sass:math";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../core/functions/index.import.scss" as *;
|
|
3
4
|
|
|
4
5
|
// List
|
|
5
6
|
|
|
@@ -10,16 +11,16 @@ $kendo-list-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
10
11
|
/// The font size of the List component, if no size is set.
|
|
11
12
|
/// @group list
|
|
12
13
|
$kendo-list-font-size: null !default;
|
|
13
|
-
$kendo-list-sm-font-size: var( --kendo-font-size, inherit )!default;
|
|
14
|
-
$kendo-list-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
14
|
+
$kendo-list-sm-font-size: var( --kendo-font-size-lg, inherit )!default;
|
|
15
|
+
$kendo-list-md-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
15
16
|
$kendo-list-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
16
17
|
|
|
17
18
|
/// The line height of the List component, if no size is set.
|
|
18
19
|
/// @group list
|
|
19
20
|
$kendo-list-line-height: null !default;
|
|
20
|
-
$kendo-list-sm-line-height:
|
|
21
|
-
$kendo-list-md-line-height:
|
|
22
|
-
$kendo-list-lg-line-height:
|
|
21
|
+
$kendo-list-sm-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
22
|
+
$kendo-list-md-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
23
|
+
$kendo-list-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
23
24
|
|
|
24
25
|
/// The horizontal padding of the List header, if no size is set.
|
|
25
26
|
/// @group list
|
|
@@ -31,9 +32,9 @@ $kendo-list-lg-header-padding-x: k-spacing(4) !default;
|
|
|
31
32
|
/// The vertical padding of the List header, if no size is set.
|
|
32
33
|
/// @group list
|
|
33
34
|
$kendo-list-header-padding-y: null !default;
|
|
34
|
-
$kendo-list-sm-header-padding-y: k-spacing(
|
|
35
|
-
$kendo-list-md-header-padding-y: k-spacing(
|
|
36
|
-
$kendo-list-lg-header-padding-y: k-spacing(
|
|
35
|
+
$kendo-list-sm-header-padding-y: k-spacing(2) !default;
|
|
36
|
+
$kendo-list-md-header-padding-y: k-spacing(3) !default;
|
|
37
|
+
$kendo-list-lg-header-padding-y: k-spacing(4) !default;
|
|
37
38
|
|
|
38
39
|
/// The border width of the List header.
|
|
39
40
|
/// @group list
|
|
@@ -61,6 +62,21 @@ $kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default
|
|
|
61
62
|
/// @group list
|
|
62
63
|
$kendo-list-filter-padding: k-spacing(4) !default;
|
|
63
64
|
|
|
65
|
+
/// The horizontal padding of the List filter, when no size is set.
|
|
66
|
+
/// @group list
|
|
67
|
+
$kendo-list-filter-padding-x: $kendo-list-filter-padding !default;
|
|
68
|
+
$kendo-list-sm-filter-padding-x: k-spacing(4) !default;
|
|
69
|
+
$kendo-list-md-filter-padding-x: k-spacing(4) !default;
|
|
70
|
+
$kendo-list-lg-filter-padding-x: k-spacing(4) !default;
|
|
71
|
+
|
|
72
|
+
/// The vertical padding of the List filter, when no size is set.
|
|
73
|
+
/// @group list
|
|
74
|
+
$kendo-list-filter-padding-y: k-spacing(1) !default;
|
|
75
|
+
$kendo-list-sm-filter-padding-y: k-spacing(0.5) !default;
|
|
76
|
+
$kendo-list-md-filter-padding-y: k-spacing(1) !default;
|
|
77
|
+
$kendo-list-lg-filter-padding-y: k-spacing(1.5) !default;
|
|
78
|
+
|
|
79
|
+
|
|
64
80
|
/// The horizontal padding of the List items, when no size is set.
|
|
65
81
|
/// @group list
|
|
66
82
|
$kendo-list-item-padding-x: null !default;
|
|
@@ -71,9 +87,9 @@ $kendo-list-lg-item-padding-x: k-spacing(4) !default;
|
|
|
71
87
|
/// The vertical padding of the List items, when no size is set.
|
|
72
88
|
/// @group list
|
|
73
89
|
$kendo-list-item-padding-y: null !default;
|
|
74
|
-
$kendo-list-sm-item-padding-y: k-spacing(
|
|
75
|
-
$kendo-list-md-item-padding-y: k-spacing(
|
|
76
|
-
$kendo-list-lg-item-padding-y: k-spacing(
|
|
90
|
+
$kendo-list-sm-item-padding-y: k-spacing(2) !default;
|
|
91
|
+
$kendo-list-md-item-padding-y: k-spacing(3) !default;
|
|
92
|
+
$kendo-list-lg-item-padding-y: k-spacing(4) !default;
|
|
77
93
|
|
|
78
94
|
/// The font size of the List items, if no size is set.
|
|
79
95
|
/// @group list
|
|
@@ -125,6 +141,30 @@ $kendo-list-lg-group-item-line-height: null !default;
|
|
|
125
141
|
/// @group list
|
|
126
142
|
$kendo-list-group-item-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
127
143
|
|
|
144
|
+
/// The font size of the List item group label.
|
|
145
|
+
/// @group list
|
|
146
|
+
$kendo-list-item-group-label-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
147
|
+
$kendo-list-item-group-label-md-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
148
|
+
$kendo-list-item-group-label-lg-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
149
|
+
|
|
150
|
+
/// The line-height of the List item group label.
|
|
151
|
+
/// @group list
|
|
152
|
+
$kendo-list-item-group-label-sm-line-height: var( --kendo-line-height-xs, inherit ) !default;
|
|
153
|
+
$kendo-list-item-group-label-md-line-height: var( --kendo-line-height-xs, inherit ) !default;
|
|
154
|
+
$kendo-list-item-group-label-lg-line-height: var( --kendo-line-height-xs, inherit ) !default;
|
|
155
|
+
|
|
156
|
+
/// The horizontal padding of the List item group label.
|
|
157
|
+
/// @group list
|
|
158
|
+
$kendo-list-item-group-label-sm-padding-x: k-spacing(1) !default;
|
|
159
|
+
$kendo-list-item-group-label-md-padding-x: k-spacing(1) !default;
|
|
160
|
+
$kendo-list-item-group-label-lg-padding-x: k-spacing(1) !default;
|
|
161
|
+
|
|
162
|
+
/// The vertical padding of the List item group label.
|
|
163
|
+
/// @group list
|
|
164
|
+
$kendo-list-item-group-label-sm-padding-y: k-spacing(0.5) !default;
|
|
165
|
+
$kendo-list-item-group-label-md-padding-y: k-spacing(0.5) !default;
|
|
166
|
+
$kendo-list-item-group-label-lg-padding-y: k-spacing(0.5) !default;
|
|
167
|
+
|
|
128
168
|
|
|
129
169
|
/// The map with the sizes of the List.
|
|
130
170
|
/// /// @group list
|
|
@@ -143,7 +183,13 @@ $kendo-list-sizes: (
|
|
|
143
183
|
group-item-padding-x: $kendo-list-sm-group-item-padding-x,
|
|
144
184
|
group-item-padding-y: $kendo-list-sm-group-item-padding-y,
|
|
145
185
|
group-item-font-size: null,
|
|
146
|
-
group-item-line-height: null
|
|
186
|
+
group-item-line-height: null,
|
|
187
|
+
item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,
|
|
188
|
+
item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,
|
|
189
|
+
item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,
|
|
190
|
+
item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,
|
|
191
|
+
filter-padding-x: $kendo-list-sm-filter-padding-x,
|
|
192
|
+
filter-padding-y: $kendo-list-sm-filter-padding-y
|
|
147
193
|
),
|
|
148
194
|
md: (
|
|
149
195
|
font-size: $kendo-list-md-font-size,
|
|
@@ -159,7 +205,13 @@ $kendo-list-sizes: (
|
|
|
159
205
|
group-item-padding-x: $kendo-list-md-group-item-padding-x,
|
|
160
206
|
group-item-padding-y: $kendo-list-md-group-item-padding-y,
|
|
161
207
|
group-item-font-size: null,
|
|
162
|
-
group-item-line-height: null
|
|
208
|
+
group-item-line-height: null,
|
|
209
|
+
item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,
|
|
210
|
+
item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,
|
|
211
|
+
item-group-label-font-size: $kendo-list-item-group-label-md-font-size,
|
|
212
|
+
item-group-label-line-height: $kendo-list-item-group-label-md-line-height,
|
|
213
|
+
filter-padding-x: $kendo-list-md-filter-padding-x,
|
|
214
|
+
filter-padding-y: $kendo-list-md-filter-padding-y
|
|
163
215
|
),
|
|
164
216
|
lg: (
|
|
165
217
|
font-size: $kendo-list-lg-font-size,
|
|
@@ -175,20 +227,26 @@ $kendo-list-sizes: (
|
|
|
175
227
|
group-item-padding-x: $kendo-list-lg-group-item-padding-x,
|
|
176
228
|
group-item-padding-y: $kendo-list-lg-group-item-padding-y,
|
|
177
229
|
group-item-font-size: null,
|
|
178
|
-
group-item-line-height: null
|
|
230
|
+
group-item-line-height: null,
|
|
231
|
+
item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,
|
|
232
|
+
item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,
|
|
233
|
+
item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,
|
|
234
|
+
item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,
|
|
235
|
+
filter-padding-x: $kendo-list-lg-filter-padding-x,
|
|
236
|
+
filter-padding-y: $kendo-list-lg-filter-padding-y
|
|
179
237
|
)
|
|
180
238
|
) !default;
|
|
181
239
|
|
|
182
240
|
|
|
183
241
|
/// The background color of the List component.
|
|
184
242
|
/// @group list
|
|
185
|
-
$kendo-list-bg:
|
|
243
|
+
$kendo-list-bg: k-color(surface) !default;
|
|
186
244
|
/// The text color of the List component.
|
|
187
245
|
/// @group list
|
|
188
|
-
$kendo-list-text:
|
|
246
|
+
$kendo-list-text: k-color(on-app-surface) !default;
|
|
189
247
|
/// The border color of the List component.
|
|
190
248
|
/// @group list
|
|
191
|
-
$kendo-list-border:
|
|
249
|
+
$kendo-list-border: k-color(border) !default;
|
|
192
250
|
|
|
193
251
|
|
|
194
252
|
/// The background color of the List header.
|
|
@@ -202,7 +260,7 @@ $kendo-list-header-text: null !default;
|
|
|
202
260
|
$kendo-list-header-border: inherit !default;
|
|
203
261
|
/// The box shadow of the List header.
|
|
204
262
|
/// @group list
|
|
205
|
-
$kendo-list-header-shadow:
|
|
263
|
+
$kendo-list-header-shadow: null !default;
|
|
206
264
|
|
|
207
265
|
|
|
208
266
|
/// The background color of the List items.
|
|
@@ -214,27 +272,27 @@ $kendo-list-item-text: null !default;
|
|
|
214
272
|
|
|
215
273
|
/// The background color of the hovered List items.
|
|
216
274
|
/// @group list
|
|
217
|
-
$kendo-list-item-hover-bg:
|
|
275
|
+
$kendo-list-item-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
218
276
|
/// The text color of the hovered List items.
|
|
219
277
|
/// @group list
|
|
220
|
-
$kendo-list-item-hover-text:
|
|
278
|
+
$kendo-list-item-hover-text: null !default;
|
|
221
279
|
|
|
222
280
|
/// The background color of the focused List items.
|
|
223
281
|
/// @group list
|
|
224
|
-
$kendo-list-item-focus-bg:
|
|
282
|
+
$kendo-list-item-focus-bg: null !default;
|
|
225
283
|
/// The text color of the focused List items.
|
|
226
284
|
/// @group list
|
|
227
285
|
$kendo-list-item-focus-text: null !default;
|
|
228
286
|
/// The box shadow of the focused List items.
|
|
229
287
|
/// @group list
|
|
230
|
-
$kendo-list-item-focus-shadow:
|
|
288
|
+
$kendo-list-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(on-app-surface) 20%, transparent) !default;
|
|
231
289
|
|
|
232
290
|
/// The background color of the selected List items.
|
|
233
291
|
/// @group list
|
|
234
|
-
$kendo-list-item-selected-bg:
|
|
292
|
+
$kendo-list-item-selected-bg: null !default;
|
|
235
293
|
/// The text color of the selected List items.
|
|
236
294
|
/// @group list
|
|
237
|
-
$kendo-list-item-selected-text:
|
|
295
|
+
$kendo-list-item-selected-text: k-color(primary) !default;
|
|
238
296
|
|
|
239
297
|
/// The background color of the List group items.
|
|
240
298
|
/// @group list
|
|
@@ -251,7 +309,7 @@ $kendo-list-group-item-shadow: null !default;
|
|
|
251
309
|
|
|
252
310
|
/// The color of the 'Option Label' text.
|
|
253
311
|
/// @group list
|
|
254
|
-
$kendo-list-option-label-text:
|
|
312
|
+
$kendo-list-option-label-text: k-color(subtle) !default;
|
|
255
313
|
|
|
256
314
|
@forward "@progress/kendo-theme-core/scss/components/list/_variables.scss" with (
|
|
257
315
|
$kendo-list-font-family: $kendo-list-font-family,
|
|
@@ -305,6 +363,26 @@ $kendo-list-option-label-text: $kendo-subtle-text !default;
|
|
|
305
363
|
$kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
|
|
306
364
|
$kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
|
|
307
365
|
$kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
|
|
366
|
+
$kendo-list-item-group-label-sm-padding-x: $kendo-list-item-group-label-sm-padding-x,
|
|
367
|
+
$kendo-list-item-group-label-md-padding-x: $kendo-list-item-group-label-md-padding-x,
|
|
368
|
+
$kendo-list-item-group-label-lg-padding-x: $kendo-list-item-group-label-lg-padding-x,
|
|
369
|
+
$kendo-list-item-group-label-sm-padding-y: $kendo-list-item-group-label-sm-padding-y,
|
|
370
|
+
$kendo-list-item-group-label-md-padding-y: $kendo-list-item-group-label-md-padding-y,
|
|
371
|
+
$kendo-list-item-group-label-lg-padding-y: $kendo-list-item-group-label-lg-padding-y,
|
|
372
|
+
$kendo-list-item-group-label-sm-font-size: $kendo-list-item-group-label-sm-font-size,
|
|
373
|
+
$kendo-list-item-group-label-md-font-size: $kendo-list-item-group-label-md-font-size,
|
|
374
|
+
$kendo-list-item-group-label-lg-font-size: $kendo-list-item-group-label-lg-font-size,
|
|
375
|
+
$kendo-list-item-group-label-sm-line-height: $kendo-list-item-group-label-sm-line-height,
|
|
376
|
+
$kendo-list-item-group-label-md-line-height: $kendo-list-item-group-label-md-line-height,
|
|
377
|
+
$kendo-list-item-group-label-lg-line-height: $kendo-list-item-group-label-lg-line-height,
|
|
378
|
+
$kendo-list-filter-padding-x: $kendo-list-filter-padding-x,
|
|
379
|
+
$kendo-list-filter-padding-y: $kendo-list-filter-padding-y,
|
|
380
|
+
$kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
|
|
381
|
+
$kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
|
|
382
|
+
$kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
|
|
383
|
+
$kendo-list-md-filter-padding-y: $kendo-list-md-filter-padding-y,
|
|
384
|
+
$kendo-list-lg-filter-padding-x: $kendo-list-lg-filter-padding-x,
|
|
385
|
+
$kendo-list-lg-filter-padding-y: $kendo-list-lg-filter-padding-y,
|
|
308
386
|
$kendo-list-group-item-border-width: $kendo-list-group-item-border-width,
|
|
309
387
|
$kendo-list-group-item-font-size: $kendo-list-group-item-font-size,
|
|
310
388
|
$kendo-list-sm-group-item-font-size: $kendo-list-sm-group-item-font-size,
|
|
@@ -30,13 +30,13 @@ $kendo-listbox-line-height: $kendo-list-md-line-height !default;
|
|
|
30
30
|
|
|
31
31
|
/// The text color of the ListBox.
|
|
32
32
|
/// @group listbox
|
|
33
|
-
$kendo-listbox-text:
|
|
33
|
+
$kendo-listbox-text: k-color(on-app-surface) !default;
|
|
34
34
|
/// The background color of the ListBox.
|
|
35
35
|
/// @group listbox
|
|
36
|
-
$kendo-listbox-bg:
|
|
36
|
+
$kendo-listbox-bg: k-color(app-surface) !default;
|
|
37
37
|
/// The border color of the ListBox.
|
|
38
38
|
/// @group listbox
|
|
39
|
-
$kendo-listbox-border:
|
|
39
|
+
$kendo-listbox-border: k-color(border) !default;
|
|
40
40
|
|
|
41
41
|
/// The inline padding of the ListBox item.
|
|
42
42
|
/// @group listbox
|
|
@@ -6,14 +6,14 @@ $kendo-listgroup-border-width: 1px !default;
|
|
|
6
6
|
$kendo-listgroup-border-radius: k-border-radius(md) !default;
|
|
7
7
|
|
|
8
8
|
$kendo-listgroup-font-size: var( --kendo-font-size, inherit ) !default;
|
|
9
|
-
$kendo-listgroup-line-height:
|
|
9
|
+
$kendo-listgroup-line-height: var( --kendo-line-height, inherit ) !default;
|
|
10
10
|
|
|
11
|
-
$kendo-listgroup-bg:
|
|
12
|
-
$kendo-listgroup-text:
|
|
13
|
-
$kendo-listgroup-border:
|
|
11
|
+
$kendo-listgroup-bg: k-color(surface) !default;
|
|
12
|
+
$kendo-listgroup-text: k-color(on-app-surface) !default;
|
|
13
|
+
$kendo-listgroup-border: k-color(border) !default;
|
|
14
14
|
|
|
15
|
-
$kendo-listgroup-item-padding-x: k-spacing(
|
|
16
|
-
$kendo-listgroup-item-padding-y: k-spacing(
|
|
15
|
+
$kendo-listgroup-item-padding-x: k-spacing(4) !default;
|
|
16
|
+
$kendo-listgroup-item-padding-y: k-spacing(3) !default;
|
|
17
17
|
$kendo-listgroup-item-border-width: 1px !default;
|
|
18
18
|
|
|
19
19
|
@forward "@progress/kendo-theme-core/scss/components/listgroup/_variables.scss" with (
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@use "./_variables.scss" as *;
|
|
2
|
-
@use "../core/_index.scss" as *;
|
|
3
|
-
@use "../core/functions/index.import.scss" as *;
|
|
4
1
|
@use "@progress/kendo-theme-core/scss/components/listview/_theme.scss" as *;
|
|
5
2
|
|
|
6
3
|
|
|
@@ -8,14 +5,4 @@
|
|
|
8
5
|
|
|
9
6
|
@include kendo-listview--theme-base();
|
|
10
7
|
|
|
11
|
-
// Listview
|
|
12
|
-
.k-listview {}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
// Listview content
|
|
16
|
-
.k-listview-content {}
|
|
17
|
-
.k-listview-content > .k-selected.k-focus {
|
|
18
|
-
background-color: if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .12 ));
|
|
19
|
-
}
|
|
20
|
-
|
|
21
8
|
}
|
|
@@ -24,13 +24,13 @@ $kendo-listview-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
24
24
|
|
|
25
25
|
/// The text color of the ListView.
|
|
26
26
|
/// @group listview
|
|
27
|
-
$kendo-listview-text:
|
|
27
|
+
$kendo-listview-text: k-color(on-app-surface) !default;
|
|
28
28
|
/// The background color of the ListView.
|
|
29
29
|
/// @group listview
|
|
30
|
-
$kendo-listview-bg:
|
|
30
|
+
$kendo-listview-bg: k-color(surface) !default;
|
|
31
31
|
/// The border color of the ListView.
|
|
32
32
|
/// @group listview
|
|
33
|
-
$kendo-listview-border:
|
|
33
|
+
$kendo-listview-border: k-color(border) !default;
|
|
34
34
|
|
|
35
35
|
/// The horizontal padding of the ListView items.
|
|
36
36
|
/// @group listview
|
|
@@ -41,10 +41,10 @@ $kendo-listview-item-padding-y: k-spacing(1) !default;
|
|
|
41
41
|
|
|
42
42
|
/// The text color of the selected ListView items.
|
|
43
43
|
/// @group listview
|
|
44
|
-
$kendo-listview-item-selected-text:
|
|
44
|
+
$kendo-listview-item-selected-text: k-color(primary) !default;
|
|
45
45
|
/// The background color of the selected ListView items.
|
|
46
46
|
/// @group listview
|
|
47
|
-
$kendo-listview-item-selected-bg:
|
|
47
|
+
$kendo-listview-item-selected-bg: null !default;
|
|
48
48
|
/// The border color of the selected ListView items.
|
|
49
49
|
/// @group listview
|
|
50
50
|
$kendo-listview-item-selected-border: null !default;
|
|
@@ -54,13 +54,13 @@ $kendo-listview-item-selected-border: null !default;
|
|
|
54
54
|
$kendo-listview-item-focus-text: null !default;
|
|
55
55
|
/// The background color of the focused ListView items.
|
|
56
56
|
/// @group listview
|
|
57
|
-
$kendo-listview-item-focus-bg:
|
|
57
|
+
$kendo-listview-item-focus-bg: null !default;
|
|
58
58
|
/// The border color of the focused ListView items.
|
|
59
59
|
/// @group listview
|
|
60
60
|
$kendo-listview-item-focus-border: null !default;
|
|
61
61
|
/// The box shadow of the focused ListView items.
|
|
62
62
|
/// @group listview
|
|
63
|
-
$kendo-listview-item-focus-shadow:
|
|
63
|
+
$kendo-listview-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, k-color(on-app-surface) 20%, transparent) !default;
|
|
64
64
|
|
|
65
65
|
@forward "@progress/kendo-theme-core/scss/components/listview/_variables.scss" with (
|
|
66
66
|
$kendo-listview-padding-x: $kendo-listview-padding-x,
|
|
@@ -74,13 +74,13 @@ $kendo-loader-container-panel-border-width: 1px !default;
|
|
|
74
74
|
$kendo-loader-container-panel-border-style: solid !default;
|
|
75
75
|
/// The border color of the container panel.
|
|
76
76
|
/// @group loader
|
|
77
|
-
$kendo-loader-container-panel-border-color:
|
|
77
|
+
$kendo-loader-container-panel-border-color: k-color(border) !default;
|
|
78
78
|
/// The border radius of the container panel.
|
|
79
79
|
/// @group loader
|
|
80
80
|
$kendo-loader-container-panel-border-radius: k-border-radius(md) !default;
|
|
81
81
|
/// The background color of the container panel.
|
|
82
82
|
/// @group loader
|
|
83
|
-
$kendo-loader-container-panel-bg:
|
|
83
|
+
$kendo-loader-container-panel-bg: k-color(app-surface) !default;
|
|
84
84
|
|
|
85
85
|
/// The padding of the small Loader container.
|
|
86
86
|
/// @group loader
|
|
@@ -115,7 +115,7 @@ $kendo-loader-lg-container-font-size: var( --kendo-font-size-lg, inherit ) !defa
|
|
|
115
115
|
// Loading indicator
|
|
116
116
|
/// The background color of the Loading indicator.
|
|
117
117
|
/// @group loading
|
|
118
|
-
$kendo-loading-bg:
|
|
118
|
+
$kendo-loading-bg: k-color(app-surface) !default;
|
|
119
119
|
/// The text color of the Loading indicator.
|
|
120
120
|
/// @group loading
|
|
121
121
|
$kendo-loading-text: currentColor !default;
|
|
@@ -126,6 +126,19 @@ $kendo-loading-opacity: .3 !default;
|
|
|
126
126
|
/// @group loading
|
|
127
127
|
$kendo-zindex-loading: 100 !default;
|
|
128
128
|
|
|
129
|
+
$kendo-loader-theme-colors: (
|
|
130
|
+
"primary": k-color(primary),
|
|
131
|
+
"secondary": k-color(secondary),
|
|
132
|
+
"tertiary": k-color(tertiary),
|
|
133
|
+
"info": k-color(info),
|
|
134
|
+
"success": k-color(success),
|
|
135
|
+
"warning": k-color(warning),
|
|
136
|
+
"error": k-color(error),
|
|
137
|
+
"dark": k-color(dark),
|
|
138
|
+
"light": k-color(light),
|
|
139
|
+
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
140
|
+
) !default;
|
|
141
|
+
|
|
129
142
|
@forward "@progress/kendo-theme-core/scss/components/loader/_variables.scss" with (
|
|
130
143
|
$kendo-loader-segment-border-radius: $kendo-loader-segment-border-radius,
|
|
131
144
|
$kendo-loader-sm-segment-size: $kendo-loader-sm-segment-size,
|
|
@@ -163,5 +176,6 @@ $kendo-zindex-loading: 100 !default;
|
|
|
163
176
|
$kendo-loading-bg: $kendo-loading-bg,
|
|
164
177
|
$kendo-loading-text: $kendo-loading-text,
|
|
165
178
|
$kendo-loading-opacity: $kendo-loading-opacity,
|
|
166
|
-
$kendo-zindex-loading: $kendo-zindex-loading
|
|
179
|
+
$kendo-zindex-loading: $kendo-zindex-loading,
|
|
180
|
+
$kendo-loader-theme-colors: $kendo-loader-theme-colors
|
|
167
181
|
);
|
package/scss/map/_variables.scss
CHANGED
|
@@ -19,13 +19,13 @@ $kendo-map-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
19
19
|
|
|
20
20
|
/// The background color of the Map.
|
|
21
21
|
/// @group map
|
|
22
|
-
$kendo-map-bg:
|
|
22
|
+
$kendo-map-bg: k-color(app-surface) !default;
|
|
23
23
|
/// The text color of the Map.
|
|
24
24
|
/// @group map
|
|
25
|
-
$kendo-map-text:
|
|
25
|
+
$kendo-map-text: k-color(on-app-surface) !default;
|
|
26
26
|
/// The border color of the Map.
|
|
27
27
|
/// @group map
|
|
28
|
-
$kendo-map-border:
|
|
28
|
+
$kendo-map-border: k-color(border) !default;
|
|
29
29
|
|
|
30
30
|
/// The margin of the Map navigator.
|
|
31
31
|
/// @group map
|
|
@@ -35,7 +35,7 @@ $kendo-map-navigator-margin: k-spacing(4) !default;
|
|
|
35
35
|
$kendo-map-navigator-padding: k-spacing(0.5) !default;
|
|
36
36
|
/// The width of the Map navigator.
|
|
37
37
|
/// @group map
|
|
38
|
-
$kendo-map-navigator-width: calc(
|
|
38
|
+
$kendo-map-navigator-width: calc( #{$kendo-icon-size} * 3 + #{$kendo-map-navigator-padding} * 2 ) !default;
|
|
39
39
|
/// The height of the Map navigator.
|
|
40
40
|
/// @group map
|
|
41
41
|
$kendo-map-navigator-height: $kendo-map-navigator-width !default;
|
|
@@ -64,11 +64,11 @@ $kendo-map-attribution-padding-y: k-spacing(0.5) !default;
|
|
|
64
64
|
$kendo-map-attribution-font-size: calc( #{$kendo-map-font-size} * .75 ) !default;
|
|
65
65
|
/// The background color of the Map attribution.
|
|
66
66
|
/// @group map
|
|
67
|
-
$kendo-map-attribution-bg:
|
|
67
|
+
$kendo-map-attribution-bg: color-mix(in srgb, k-color(app-surface) 80%, transparent) !default;
|
|
68
68
|
|
|
69
69
|
/// The fill color of the Map marker.
|
|
70
70
|
/// @group map
|
|
71
|
-
$kendo-map-marker-fill:
|
|
71
|
+
$kendo-map-marker-fill: k-color(primary) !default;
|
|
72
72
|
|
|
73
73
|
$kendo-map-marker-images: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABQCAYAAAAKlxWDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA35JREFUeNrsWF1IVEEUPu7amhKUmqUUkhEYYn9PamgbROKTEERB1HNP0pMvJUVhZQhCEEQPQiAIkiQIQShEZmg99SdLgiRJpbGmGIu/aZ2zzJXrvWf2zty7PgTzwQd3Z86Z796z58wMJ+PruXxQwCHkGeRpZDbyqBh/j1xA9iN7kJ+8FsrwECSRu8hSUMMosgnZLTMIScaLkUPIpxpiIGyfCN9iVcEo8h2yCvyjSqwR9RIkgz5kHgRHnlhrg2im7blEhCPCeW89fBJyKuohsv8IRPaV46uGYfnLhyTn3/bC4seXnFtErFmBHHcmzSCy2umRWVgC+ZfvQ1bZ8ZSfsxQbgl+PrsCfqXFu+jWyxh7Ss5xY1sFKKLzd5ymWtEWbpC36MKgWGuuCzdyXFTR2QGhbrvKfRrbkQ74Mmi3BKJf6FEYdMbso+UpKJkpJU+dKkPIaNoyrM5Mw23Edlj6/WQ957qVbEM4rcoWX1lgcGXQuURfi6o2y0YmVH2Mw2XgC5od6ksJEeqaxlW+joLIGaZFgGVcCTsx13YG1xKxrnMZoTmUN0iLB7c7R8M49LktJnSWxwMxxa5AWu5f+XV6EzQIJznHJwSWSDNlM+Fanv3OmcyQY43YNVyzOX2XLhMZoTvEviJHgsHOU9kYntuwthaLWV5BTWQ/hHbuSpGcaozmVNUiL9lIqfNfr7L7Rq7SlyfbVnzfZsjhFXzggTuoNoI14bf63thj5kK/kNvDCytIm5yzt+vF7F9jak4qhbbz1ouzEaLJv3t3iCNkYGtzCpq7Vrm9lKcNo2TIJJ/Kk23keHhB3kQLPAxhJUDiACXEkJcMYd2uzrhiRNNX5MrJW5Al7pxkQBjNpEJtxislubWRwjKtPDQyLNQZU76UTIu4NPsQahO+EzkXYwgNu60uBmPAB3Zu3HS0agp62KoJdsvAwf0NXOgQptdsU7NqEbWBBQrso4FQl0K56AKsggXzokVyJdAqmWjThlZl+BeOSsD32CLdvQSsxVu1XF2Sr7iVKB5T6nbbfnYol41vQWdwtus6ZPgRp+3pme950QV9fpito+jSmT2P6NKZP479PE9Lp06jC6tMwUO/T6CJwn0YXgfs0uvj/+jS6CNyn0UXgPo0uZH0aEnzueruRwUBfSb5Mr5TQb/o0pk9j+jSmT2P6NKZPY/o0pk9j+jQ+8E+AAQDpbNHEyW7DTAAAAABJRU5ErkJggg==" !default;
|
|
74
74
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-marquee--styles() {
|
|
11
|
+
@include import-once( "marquee" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-marquee--layout();
|
|
14
|
+
@include kendo-marquee--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
$kendo-marquee-text: k-color(on-secondary) !default;
|
|
4
|
+
$kendo-marquee-bg: k-color(secondary) !default;
|
|
5
|
+
$kendo-marquee-border: k-color(base) !default;
|
|
6
|
+
|
|
7
|
+
@forward "@progress/kendo-theme-core/scss/components/marquee/_variables.scss" with (
|
|
8
|
+
$kendo-marquee-text: $kendo-marquee-text,
|
|
9
|
+
$kendo-marquee-bg: $kendo-marquee-bg,
|
|
10
|
+
$kendo-marquee-border: $kendo-marquee-border
|
|
11
|
+
);
|
|
@@ -17,13 +17,13 @@ $kendo-media-player-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
17
17
|
|
|
18
18
|
/// The background color of the MediaPlayer.
|
|
19
19
|
/// @group mediaplayer
|
|
20
|
-
$kendo-media-player-bg:
|
|
20
|
+
$kendo-media-player-bg: k-color(surface) !default;
|
|
21
21
|
/// The text color of the MediaPlayer.
|
|
22
22
|
/// @group mediaplayer
|
|
23
|
-
$kendo-media-player-text:
|
|
23
|
+
$kendo-media-player-text: k-color(on-app-surface) !default;
|
|
24
24
|
/// The border color of the MediaPlayer.
|
|
25
25
|
/// @group mediaplayer
|
|
26
|
-
$kendo-media-player-border:
|
|
26
|
+
$kendo-media-player-border: k-color(border) !default;
|
|
27
27
|
|
|
28
28
|
/// The horizontal padding of the MediaPlayer title.
|
|
29
29
|
/// @group mediaplayer
|
|
@@ -42,7 +42,7 @@ $kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
|
|
|
42
42
|
$kendo-media-player-titlebar-border: null !default;
|
|
43
43
|
/// The gradient of the MediaPlayer title.
|
|
44
44
|
/// @group mediaplayer
|
|
45
|
-
$kendo-media-player-titlebar-gradient:
|
|
45
|
+
$kendo-media-player-titlebar-gradient: ( color-mix(in srgb, k-color(on-app-surface) 70%, transparent), color-mix(in srgb, k-color(on-app-surface) 0%, transparent) ) !default;
|
|
46
46
|
|
|
47
47
|
@forward "@progress/kendo-theme-core/scss/components/mediaplayer/_variables.scss" with (
|
|
48
48
|
$kendo-media-player-border-width: $kendo-media-player-border-width,
|
package/scss/menu/_layout.scss
CHANGED
package/scss/menu/_theme.scss
CHANGED
|
@@ -7,39 +7,14 @@
|
|
|
7
7
|
|
|
8
8
|
@include kendo-menu--theme-base();
|
|
9
9
|
|
|
10
|
-
.k-menu:not(.k-context-menu) {
|
|
11
|
-
|
|
12
|
-
// Root items
|
|
13
|
-
> .k-menu-item {
|
|
14
|
-
|
|
15
|
-
// Focus state
|
|
16
|
-
&:focus,
|
|
17
|
-
&.k-focus {
|
|
18
|
-
@include fill(
|
|
19
|
-
$kendo-menu-item-hover-text,
|
|
20
|
-
$kendo-menu-item-hover-bg,
|
|
21
|
-
$kendo-menu-item-hover-border,
|
|
22
|
-
$kendo-menu-item-hover-gradient
|
|
23
|
-
);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
10
|
// Subitems
|
|
30
11
|
.k-menu-group,
|
|
31
12
|
.k-context-menu {
|
|
32
13
|
.k-menu-item {
|
|
33
|
-
|
|
34
14
|
// Focus state
|
|
35
15
|
&:focus,
|
|
36
16
|
&.k-focus {
|
|
37
|
-
|
|
38
|
-
$kendo-menu-popup-item-hover-text,
|
|
39
|
-
$kendo-menu-popup-item-hover-bg,
|
|
40
|
-
$kendo-menu-popup-item-hover-border,
|
|
41
|
-
$kendo-menu-popup-item-hover-gradient
|
|
42
|
-
);
|
|
17
|
+
box-shadow: $kendo-menu-item-focus-shadow;
|
|
43
18
|
}
|
|
44
19
|
}
|
|
45
20
|
}
|