@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
|
@@ -18,7 +18,7 @@ $kendo-panelbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
18
18
|
$kendo-panelbar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
19
19
|
/// The line height of the PanelBar.
|
|
20
20
|
/// @group panelbar
|
|
21
|
-
$kendo-panelbar-line-height:
|
|
21
|
+
$kendo-panelbar-line-height: var( --kendo-line-height, inherit ) !default;
|
|
22
22
|
/// The width of the border around the PanelBar.
|
|
23
23
|
/// @group panelbar
|
|
24
24
|
$kendo-panelbar-border-width: 1px !default;
|
|
@@ -27,24 +27,24 @@ $kendo-panelbar-border-width: 1px !default;
|
|
|
27
27
|
$kendo-panelbar-border-style: solid !default;
|
|
28
28
|
/// The width of the border around the PanelBar items.
|
|
29
29
|
/// @group panelbar
|
|
30
|
-
$kendo-panelbar-item-border-width:
|
|
30
|
+
$kendo-panelbar-item-border-width: 0 !default;
|
|
31
31
|
/// The style of the border around the PanelBar items.
|
|
32
32
|
/// @group panelbar
|
|
33
33
|
$kendo-panelbar-item-border-style: solid !default;
|
|
34
34
|
|
|
35
35
|
/// The horizontal padding of the PanelBar header.
|
|
36
36
|
/// @group panelbar
|
|
37
|
-
$kendo-panelbar-header-padding-x: k-spacing(
|
|
37
|
+
$kendo-panelbar-header-padding-x: k-spacing(4) !default;
|
|
38
38
|
/// The vertical padding of the PanelBar header.
|
|
39
39
|
/// @group panelbar
|
|
40
|
-
$kendo-panelbar-header-padding-y: k-spacing(3) !default;
|
|
40
|
+
$kendo-panelbar-header-padding-y: k-spacing(3.5) !default;
|
|
41
41
|
|
|
42
42
|
/// The horizontal padding of the PanelBar items.
|
|
43
43
|
/// @group panelbar
|
|
44
|
-
$kendo-panelbar-item-padding-x: k-spacing(
|
|
44
|
+
$kendo-panelbar-item-padding-x: k-spacing(4) !default;
|
|
45
45
|
/// The vertical padding of the PanelBar items.
|
|
46
46
|
/// @group panelbar
|
|
47
|
-
$kendo-panelbar-item-padding-y: k-spacing(3) !default;
|
|
47
|
+
$kendo-panelbar-item-padding-y: k-spacing(3.5) !default;
|
|
48
48
|
|
|
49
49
|
/// The maximum nesting of the PanelBar items.
|
|
50
50
|
/// @group panelbar
|
|
@@ -52,20 +52,20 @@ $kendo-panelbar-item-level-count: 4 !default;
|
|
|
52
52
|
|
|
53
53
|
/// The background color of the PanelBar.
|
|
54
54
|
/// @group panelbar
|
|
55
|
-
$kendo-panelbar-bg:
|
|
55
|
+
$kendo-panelbar-bg: k-color(surface) !default;
|
|
56
56
|
/// The text color of the PanelBar.
|
|
57
57
|
/// @group panelbar
|
|
58
|
-
$kendo-panelbar-text:
|
|
58
|
+
$kendo-panelbar-text: k-color(on-app-surface) !default;
|
|
59
59
|
/// The border color of the PanelBar.
|
|
60
60
|
/// @group panelbar
|
|
61
|
-
$kendo-panelbar-border:
|
|
61
|
+
$kendo-panelbar-border: k-color(border) !default;
|
|
62
62
|
|
|
63
63
|
/// The background color of the PanelBar header.
|
|
64
64
|
/// @group panelbar
|
|
65
|
-
$kendo-panelbar-header-bg:
|
|
65
|
+
$kendo-panelbar-header-bg: null !default;
|
|
66
66
|
/// The text color of the PanelBar header.
|
|
67
67
|
/// @group panelbar
|
|
68
|
-
$kendo-panelbar-header-text: $kendo-
|
|
68
|
+
$kendo-panelbar-header-text: $kendo-panelbar-text !default;
|
|
69
69
|
/// The border color of the PanelBar header.
|
|
70
70
|
/// @group panelbar
|
|
71
71
|
$kendo-panelbar-header-border: null !default;
|
|
@@ -75,7 +75,7 @@ $kendo-panelbar-header-gradient: null !default;
|
|
|
75
75
|
|
|
76
76
|
/// The background color of the hovered PanelBar header.
|
|
77
77
|
/// @group panelbar
|
|
78
|
-
$kendo-panelbar-header-hover-bg:
|
|
78
|
+
$kendo-panelbar-header-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
|
|
79
79
|
/// The text color of the hovered PanelBar header.
|
|
80
80
|
/// @group panelbar
|
|
81
81
|
$kendo-panelbar-header-hover-text: null !default;
|
|
@@ -88,7 +88,7 @@ $kendo-panelbar-header-hover-gradient: null !default;
|
|
|
88
88
|
|
|
89
89
|
/// The background color of the focused PanelBar header.
|
|
90
90
|
/// @group panelbar
|
|
91
|
-
$kendo-panelbar-header-focus-bg:
|
|
91
|
+
$kendo-panelbar-header-focus-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
|
|
92
92
|
/// The text color of the focused PanelBar header.
|
|
93
93
|
/// @group panelbar
|
|
94
94
|
$kendo-panelbar-header-focus-text: null !default;
|
|
@@ -100,11 +100,11 @@ $kendo-panelbar-header-focus-border: null !default;
|
|
|
100
100
|
$kendo-panelbar-header-focus-gradient: null !default;
|
|
101
101
|
/// The shadow of the focused PanelBar header.
|
|
102
102
|
/// @group panelbar
|
|
103
|
-
$kendo-panelbar-header-focus-shadow:
|
|
103
|
+
$kendo-panelbar-header-focus-shadow: null !default;
|
|
104
104
|
|
|
105
105
|
/// The background color of the focused and hovered PanelBar header.
|
|
106
106
|
/// @group panelbar
|
|
107
|
-
$kendo-panelbar-header-hover-focus-bg:
|
|
107
|
+
$kendo-panelbar-header-hover-focus-bg: color-mix(in srgb, currentColor 20%, transparent) !default;
|
|
108
108
|
/// The text color of the focused and hovered PanelBar header.
|
|
109
109
|
/// @group panelbar
|
|
110
110
|
$kendo-panelbar-header-hover-focus-text: null !default;
|
|
@@ -117,10 +117,10 @@ $kendo-panelbar-header-hover-focus-gradient: null !default;
|
|
|
117
117
|
|
|
118
118
|
/// The background color of the selected PanelBar header.
|
|
119
119
|
/// @group panelbar
|
|
120
|
-
$kendo-panelbar-header-selected-bg:
|
|
120
|
+
$kendo-panelbar-header-selected-bg: k-color(secondary) !default;
|
|
121
121
|
/// The text color of the selected PanelBar header.
|
|
122
122
|
/// @group panelbar
|
|
123
|
-
$kendo-panelbar-header-selected-text:
|
|
123
|
+
$kendo-panelbar-header-selected-text: k-color(on-secondary) !default;
|
|
124
124
|
/// The border color of the selected PanelBar header.
|
|
125
125
|
/// @group panelbar
|
|
126
126
|
$kendo-panelbar-header-selected-border: null !default;
|
|
@@ -130,7 +130,7 @@ $kendo-panelbar-header-selected-gradient: null !default;
|
|
|
130
130
|
|
|
131
131
|
/// The background color of the selected and hovered PanelBar header.
|
|
132
132
|
/// @group panelbar
|
|
133
|
-
$kendo-panelbar-header-selected-hover-bg:
|
|
133
|
+
$kendo-panelbar-header-selected-hover-bg: k-color(secondary-hover) !default;
|
|
134
134
|
/// The text color of the selected and hovered PanelBar header.
|
|
135
135
|
/// @group panelbar
|
|
136
136
|
$kendo-panelbar-header-selected-hover-text: null !default;
|
|
@@ -143,7 +143,7 @@ $kendo-panelbar-header-selected-hover-gradient: null !default;
|
|
|
143
143
|
|
|
144
144
|
/// The background color of the selected and focused PanelBar header.
|
|
145
145
|
/// @group panelbar
|
|
146
|
-
$kendo-panelbar-header-selected-focus-bg:
|
|
146
|
+
$kendo-panelbar-header-selected-focus-bg: k-color(secondary-active) !default;
|
|
147
147
|
/// The text color of the selected and focused PanelBar header.
|
|
148
148
|
/// @group panelbar
|
|
149
149
|
$kendo-panelbar-header-selected-focus-text: null !default;
|
|
@@ -156,7 +156,7 @@ $kendo-panelbar-header-selected-focus-gradient: null !default;
|
|
|
156
156
|
|
|
157
157
|
/// The background color of the selected, hovered and focused PanelBar header.
|
|
158
158
|
/// @group panelbar
|
|
159
|
-
$kendo-panelbar-header-selected-hover-focus-bg:
|
|
159
|
+
$kendo-panelbar-header-selected-hover-focus-bg: color-mix(in srgb, k-color(secondary), k-color(secondary-emphasis)) !default;
|
|
160
160
|
/// The text color of the selected, hovered and focused PanelBar header.
|
|
161
161
|
/// @group panelbar
|
|
162
162
|
$kendo-panelbar-header-selected-hover-focus-text: null !default;
|
|
@@ -170,7 +170,7 @@ $kendo-panelbar-header-selected-hover-focus-gradient: null !default;
|
|
|
170
170
|
|
|
171
171
|
/// The background color of the hovered PanelBar items.
|
|
172
172
|
/// @group panelbar
|
|
173
|
-
$kendo-panelbar-item-hover-bg:
|
|
173
|
+
$kendo-panelbar-item-hover-bg: $kendo-panelbar-header-hover-bg !default;
|
|
174
174
|
/// The text color of the hovered PanelBar items.
|
|
175
175
|
/// @group panelbar
|
|
176
176
|
$kendo-panelbar-item-hover-text: null !default;
|
|
@@ -183,7 +183,7 @@ $kendo-panelbar-item-hover-gradient: null !default;
|
|
|
183
183
|
|
|
184
184
|
/// The background color of the focused PanelBar items.
|
|
185
185
|
/// @group panelbar
|
|
186
|
-
$kendo-panelbar-item-focus-bg:
|
|
186
|
+
$kendo-panelbar-item-focus-bg: $kendo-panelbar-header-focus-bg !default;
|
|
187
187
|
/// The text color of the focused PanelBar items.
|
|
188
188
|
/// @group panelbar
|
|
189
189
|
$kendo-panelbar-item-focus-text: null !default;
|
|
@@ -195,11 +195,11 @@ $kendo-panelbar-item-focus-border: null !default;
|
|
|
195
195
|
$kendo-panelbar-item-focus-gradient: null !default;
|
|
196
196
|
/// The box shadow of the focused PanelBar items.
|
|
197
197
|
/// @group panelbar
|
|
198
|
-
$kendo-panelbar-item-focus-shadow:
|
|
198
|
+
$kendo-panelbar-item-focus-shadow: null !default;
|
|
199
199
|
|
|
200
200
|
/// The background color of the focused and hovered PanelBar items.
|
|
201
201
|
/// @group panelbar
|
|
202
|
-
$kendo-panelbar-item-hover-focus-bg:
|
|
202
|
+
$kendo-panelbar-item-hover-focus-bg: $kendo-panelbar-header-hover-focus-bg !default;
|
|
203
203
|
/// The text color of the focused and hovered PanelBar items.
|
|
204
204
|
/// @group panelbar
|
|
205
205
|
$kendo-panelbar-item-hover-focus-text: null !default;
|
|
@@ -212,10 +212,10 @@ $kendo-panelbar-item-hover-focus-gradient: null !default;
|
|
|
212
212
|
|
|
213
213
|
/// The background color of the selected PanelBar items.
|
|
214
214
|
/// @group panelbar
|
|
215
|
-
$kendo-panelbar-item-selected-bg: $kendo-selected-bg !default;
|
|
215
|
+
$kendo-panelbar-item-selected-bg: $kendo-panelbar-header-selected-bg !default;
|
|
216
216
|
/// The text color of the selected PanelBar items.
|
|
217
217
|
/// @group panelbar
|
|
218
|
-
$kendo-panelbar-item-selected-text:
|
|
218
|
+
$kendo-panelbar-item-selected-text: null !default;
|
|
219
219
|
/// The border color of the selected PanelBar items.
|
|
220
220
|
/// @group panelbar
|
|
221
221
|
$kendo-panelbar-item-selected-border: null !default;
|
|
@@ -225,7 +225,7 @@ $kendo-panelbar-item-selected-gradient: null !default;
|
|
|
225
225
|
|
|
226
226
|
/// The background color of the selected and hovered PanelBar items.
|
|
227
227
|
/// @group panelbar
|
|
228
|
-
$kendo-panelbar-item-selected-hover-bg:
|
|
228
|
+
$kendo-panelbar-item-selected-hover-bg: $kendo-panelbar-header-selected-hover-bg !default;
|
|
229
229
|
/// The text color of the selected and hovered PanelBar items.
|
|
230
230
|
/// @group panelbar
|
|
231
231
|
$kendo-panelbar-item-selected-hover-text: null !default;
|
|
@@ -238,7 +238,7 @@ $kendo-panelbar-item-selected-hover-gradient: null !default;
|
|
|
238
238
|
|
|
239
239
|
/// The background color of the selected and focused PanelBar items.
|
|
240
240
|
/// @group panelbar
|
|
241
|
-
$kendo-panelbar-item-selected-focus-bg:
|
|
241
|
+
$kendo-panelbar-item-selected-focus-bg: $kendo-panelbar-header-selected-focus-bg !default;
|
|
242
242
|
/// The text color of the selected and focused PanelBar items.
|
|
243
243
|
/// @group panelbar
|
|
244
244
|
$kendo-panelbar-item-selected-focus-text: null !default;
|
|
@@ -251,7 +251,7 @@ $kendo-panelbar-item-selected-focus-gradient: null !default;
|
|
|
251
251
|
|
|
252
252
|
/// The background color of the selected, hovered and focused PanelBar items.
|
|
253
253
|
/// @group panelbar
|
|
254
|
-
$kendo-panelbar-item-selected-hover-focus-bg:
|
|
254
|
+
$kendo-panelbar-item-selected-hover-focus-bg: $kendo-panelbar-header-selected-hover-focus-bg !default;
|
|
255
255
|
/// The text color of the selected, hovered and focused PanelBar items.
|
|
256
256
|
/// @group panelbar
|
|
257
257
|
$kendo-panelbar-item-selected-hover-focus-text: null !default;
|
|
@@ -22,17 +22,17 @@ $kendo-pdf-viewer-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
22
22
|
|
|
23
23
|
/// The background color of the PDFViewer.
|
|
24
24
|
/// @group pdf-viewer
|
|
25
|
-
$kendo-pdf-viewer-bg:
|
|
25
|
+
$kendo-pdf-viewer-bg: k-color(surface) !default;
|
|
26
26
|
/// The text color of the PDFViewer.
|
|
27
27
|
/// @group pdf-viewer
|
|
28
|
-
$kendo-pdf-viewer-text:
|
|
28
|
+
$kendo-pdf-viewer-text: k-color(on-app-surface) !default;
|
|
29
29
|
/// The border color of the PDFViewer.
|
|
30
30
|
/// @group pdf-viewer
|
|
31
|
-
$kendo-pdf-viewer-border:
|
|
31
|
+
$kendo-pdf-viewer-border: k-color(border) !default;
|
|
32
32
|
|
|
33
33
|
/// The background color of the PDFViewer Toolbar.
|
|
34
34
|
/// @group pdf-viewer
|
|
35
|
-
$kendo-pdf-viewer-toolbar-bg:
|
|
35
|
+
$kendo-pdf-viewer-toolbar-bg: k-color(surface) !default;
|
|
36
36
|
/// The text color of the PDFViewer Toolbar.
|
|
37
37
|
/// @group pdf-viewer
|
|
38
38
|
$kendo-pdf-viewer-toolbar-text: null !default;
|
|
@@ -45,7 +45,7 @@ $kendo-pdf-viewer-toolbar-gradient: null !default;
|
|
|
45
45
|
|
|
46
46
|
/// The background color of the PDFViewer canvas.
|
|
47
47
|
/// @group pdf-viewer
|
|
48
|
-
$kendo-pdf-viewer-canvas-bg:
|
|
48
|
+
$kendo-pdf-viewer-canvas-bg: k-color(app-surface) !default;
|
|
49
49
|
/// The text color of the PDFViewer canvas.
|
|
50
50
|
/// @group pdf-viewer
|
|
51
51
|
$kendo-pdf-viewer-canvas-text: null !default;
|
|
@@ -62,10 +62,10 @@ $kendo-pdf-viewer-page-spacing: k-spacing(7.5) !default;
|
|
|
62
62
|
$kendo-pdf-viewer-page-bg: white !default;
|
|
63
63
|
/// The text color of the PDFViewer page.
|
|
64
64
|
/// @group pdf-viewer
|
|
65
|
-
$kendo-pdf-viewer-page-text:
|
|
65
|
+
$kendo-pdf-viewer-page-text: k-color(on-app-surface) !default;
|
|
66
66
|
/// The border color of the PDFViewer page.
|
|
67
67
|
/// @group pdf-viewer
|
|
68
|
-
$kendo-pdf-viewer-page-border:
|
|
68
|
+
$kendo-pdf-viewer-page-border: k-color(border) !default;
|
|
69
69
|
/// The shadow of the PDFViewer page.
|
|
70
70
|
/// @group pdf-viewer
|
|
71
71
|
$kendo-pdf-viewer-page-shadow: k-elevation(3) !default;
|
|
@@ -87,13 +87,13 @@ $kendo-pdf-viewer-search-panel-border-width: 1px !default;
|
|
|
87
87
|
$kendo-pdf-viewer-search-panel-border-radius: k-spacing(1) !default;
|
|
88
88
|
/// The background color of the PDFViewer search panel.
|
|
89
89
|
/// @group pdf-viewer
|
|
90
|
-
$kendo-pdf-viewer-search-panel-bg:
|
|
90
|
+
$kendo-pdf-viewer-search-panel-bg: k-color(surface) !default;
|
|
91
91
|
/// The text color of the PDFViewer search panel.
|
|
92
92
|
/// @group pdf-viewer
|
|
93
|
-
$kendo-pdf-viewer-search-panel-text:
|
|
93
|
+
$kendo-pdf-viewer-search-panel-text: k-color(on-app-surface) !default;
|
|
94
94
|
/// The border color of the PDFViewer search panel.
|
|
95
95
|
/// @group pdf-viewer
|
|
96
|
-
$kendo-pdf-viewer-search-panel-border:
|
|
96
|
+
$kendo-pdf-viewer-search-panel-border: k-color(border) !default;
|
|
97
97
|
/// The shadow of the PDFViewer search panel.
|
|
98
98
|
/// @group pdf-viewer
|
|
99
99
|
$kendo-pdf-viewer-search-panel-shadow: $kendo-window-shadow !default;
|
|
@@ -103,11 +103,11 @@ $kendo-pdf-viewer-search-panel-matches-spacing: k-spacing(2) !default;
|
|
|
103
103
|
|
|
104
104
|
/// The line height of the PDFViewer selection.
|
|
105
105
|
/// @group pdf-viewer
|
|
106
|
-
$kendo-pdf-viewer-selection-line-height:
|
|
106
|
+
$kendo-pdf-viewer-selection-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
107
107
|
|
|
108
108
|
/// The background color of the PDFViewer highlight.
|
|
109
109
|
/// @group pdf-viewer
|
|
110
|
-
$kendo-pdf-viewer-search-highlight-bg:
|
|
110
|
+
$kendo-pdf-viewer-search-highlight-bg: k-color(on-app-surface) !default;
|
|
111
111
|
/// The background color of the PDFViewer highlight mark.
|
|
112
112
|
/// @group pdf-viewer
|
|
113
113
|
$kendo-pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
@@ -125,13 +125,13 @@ $kendo-pdf-viewer-popup-padding-y: $kendo-pdf-viewer-popup-padding-x !default;
|
|
|
125
125
|
|
|
126
126
|
/// The border color of the PDFViewer selected highlight annotation.
|
|
127
127
|
/// @group pdf-viewer
|
|
128
|
-
$kendo-pdf-viewer-highlight-annotation-border:
|
|
128
|
+
$kendo-pdf-viewer-highlight-annotation-border: k-color(primary) !default;
|
|
129
129
|
/// The background color of the PDFViewer hover highlight annotation.
|
|
130
130
|
/// @group pdf-viewer
|
|
131
|
-
$kendo-pdf-viewer-highlight-annotation-hover-border:
|
|
131
|
+
$kendo-pdf-viewer-highlight-annotation-hover-border: k-color(primary-hover) !default;
|
|
132
132
|
/// The border color of the PDFViewer selected free text annotation.
|
|
133
133
|
/// @group pdf-viewer
|
|
134
|
-
$kendo-pdf-viewer-free-text-annotation-border:
|
|
134
|
+
$kendo-pdf-viewer-free-text-annotation-border: k-color(primary) !default;
|
|
135
135
|
/// The placeholder text color of the PDFViewer free text annotation.
|
|
136
136
|
/// @group pdf-viewer
|
|
137
137
|
$kendo-pdf-viewer-free-text-annotation-placeholder-text: rgba(124, 22, 27, 0.5) !default;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@use "./_variables.scss" as *;
|
|
2
|
-
@use "../core/_index.scss" as *;
|
|
3
1
|
@use "@progress/kendo-theme-core/scss/components/pivotgrid/_theme.scss" as *;
|
|
4
2
|
|
|
5
3
|
|
|
@@ -7,14 +5,4 @@
|
|
|
7
5
|
|
|
8
6
|
@include kendo-pivotgrid--theme-base();
|
|
9
7
|
|
|
10
|
-
// Hover and Focus state have the same bg color
|
|
11
|
-
.k-pivotgrid-cell:focus,
|
|
12
|
-
.k-pivotgrid-cell.k-focus,
|
|
13
|
-
.k-master-row > .k-pivotgrid-cell:focus,
|
|
14
|
-
.k-grouping-row > .k-pivotgrid-cell:focus,
|
|
15
|
-
.k-detail-row > .k-pivotgrid-cell:focus,
|
|
16
|
-
.k-group-footer > .k-pivotgrid-cell:focus {
|
|
17
|
-
@include fill ( $bg: $kendo-pivotgrid-hover-bg );
|
|
18
|
-
}
|
|
19
|
-
|
|
20
8
|
}
|
|
@@ -53,41 +53,41 @@ $kendo-pivotgrid-cell-border-width: 1px !default;
|
|
|
53
53
|
|
|
54
54
|
/// The background color of the PivotGrid.
|
|
55
55
|
/// @group pivotgrid
|
|
56
|
-
$kendo-pivotgrid-bg:
|
|
56
|
+
$kendo-pivotgrid-bg: k-color(surface-alt) !default;
|
|
57
57
|
/// The text color of the PivotGrid.
|
|
58
58
|
/// @group pivotgrid
|
|
59
|
-
$kendo-pivotgrid-text:
|
|
59
|
+
$kendo-pivotgrid-text: k-color(on-app-surface) !default;
|
|
60
60
|
/// The border color of the PivotGrid.
|
|
61
61
|
/// @group pivotgrid
|
|
62
|
-
$kendo-pivotgrid-border:
|
|
62
|
+
$kendo-pivotgrid-border: k-color(border) !default;
|
|
63
63
|
|
|
64
64
|
/// The alt border color of the PivotGrid.
|
|
65
65
|
/// @group pivotgrid
|
|
66
|
-
$kendo-pivotgrid-alt-border:
|
|
66
|
+
$kendo-pivotgrid-alt-border: k-color(border-alt) !default;
|
|
67
67
|
|
|
68
68
|
/// The background color of the PivotGrid header.
|
|
69
69
|
/// @group pivotgrid
|
|
70
|
-
$kendo-pivotgrid-headers-bg:
|
|
70
|
+
$kendo-pivotgrid-headers-bg: k-color(surface) !default;
|
|
71
71
|
/// The text color of the PivotGrid header.
|
|
72
72
|
/// @group pivotgrid
|
|
73
|
-
$kendo-pivotgrid-headers-text:
|
|
73
|
+
$kendo-pivotgrid-headers-text: k-color(on-app-surface) !default;
|
|
74
74
|
/// The border color of the PivotGrid header.
|
|
75
75
|
/// @group pivotgrid
|
|
76
|
-
$kendo-pivotgrid-headers-border:
|
|
76
|
+
$kendo-pivotgrid-headers-border: k-color(border) !default;
|
|
77
77
|
|
|
78
78
|
/// The background color of the PivotGrid total cells.
|
|
79
79
|
/// @group pivotgrid
|
|
80
|
-
$kendo-pivotgrid-total-bg:
|
|
80
|
+
$kendo-pivotgrid-total-bg: k-color(app-surface) !default;
|
|
81
81
|
/// The text color of the PivotGrid total cells.
|
|
82
82
|
/// @group pivotgrid
|
|
83
|
-
$kendo-pivotgrid-total-text:
|
|
83
|
+
$kendo-pivotgrid-total-text: k-color(on-app-surface) !default;
|
|
84
84
|
/// The border color of the PivotGrid total cells.
|
|
85
85
|
/// @group pivotgrid
|
|
86
|
-
$kendo-pivotgrid-total-border:
|
|
86
|
+
$kendo-pivotgrid-total-border: k-color(border) !default;
|
|
87
87
|
|
|
88
88
|
/// The hover background color of the PivotGrid.
|
|
89
89
|
/// @group pivotgrid
|
|
90
|
-
$kendo-pivotgrid-hover-bg:
|
|
90
|
+
$kendo-pivotgrid-hover-bg: color-mix(in srgb, k-color(on-app-surface) 12%, transparent) !default;
|
|
91
91
|
/// The hover text color of the PivotGrid.
|
|
92
92
|
/// @group pivotgrid
|
|
93
93
|
$kendo-pivotgrid-hover-text: null !default;
|
|
@@ -97,7 +97,7 @@ $kendo-pivotgrid-hover-border: null !default;
|
|
|
97
97
|
|
|
98
98
|
/// The selected background color of the PivotGrid.
|
|
99
99
|
/// @group pivotgrid
|
|
100
|
-
$kendo-pivotgrid-selected-bg:
|
|
100
|
+
$kendo-pivotgrid-selected-bg: color-mix(in srgb, k-color(on-app-surface) 25%, transparent) !default;
|
|
101
101
|
/// The selected text color of the PivotGrid.
|
|
102
102
|
/// @group pivotgrid
|
|
103
103
|
$kendo-pivotgrid-selected-text: null !default;
|
|
@@ -156,20 +156,20 @@ $kendo-pivotgrid-configurator-horizontal-height: 420px !default;
|
|
|
156
156
|
|
|
157
157
|
/// The background color of the PivotGrid configurator.
|
|
158
158
|
/// @group pivotgrid
|
|
159
|
-
$kendo-pivotgrid-configurator-bg:
|
|
159
|
+
$kendo-pivotgrid-configurator-bg: k-color(surface-alt) !default;
|
|
160
160
|
/// The text color of the PivotGrid configurator.
|
|
161
161
|
/// @group pivotgrid
|
|
162
|
-
$kendo-pivotgrid-configurator-text:
|
|
162
|
+
$kendo-pivotgrid-configurator-text: k-color(on-app-surface) !default;
|
|
163
163
|
/// The border color of the PivotGrid configurator.
|
|
164
164
|
/// @group pivotgrid
|
|
165
|
-
$kendo-pivotgrid-configurator-border:
|
|
165
|
+
$kendo-pivotgrid-configurator-border: k-color(border) !default;
|
|
166
166
|
|
|
167
167
|
/// The background color of the PivotGrid configurator header.
|
|
168
168
|
/// @group pivotgrid
|
|
169
169
|
$kendo-pivotgrid-configurator-header-bg: null !default;
|
|
170
170
|
/// The text color of the PivotGrid configurator header.
|
|
171
171
|
/// @group pivotgrid
|
|
172
|
-
$kendo-pivotgrid-configurator-header-text:
|
|
172
|
+
$kendo-pivotgrid-configurator-header-text: k-color(on-app-surface) !default;
|
|
173
173
|
/// The border color of the PivotGrid configurator header.
|
|
174
174
|
/// @group pivotgrid
|
|
175
175
|
$kendo-pivotgrid-configurator-header-border: null !default;
|
|
@@ -219,20 +219,20 @@ $kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
|
|
|
219
219
|
|
|
220
220
|
/// The background color of the PivotGrid calculated field.
|
|
221
221
|
/// @group pivotgrid
|
|
222
|
-
$kendo-pivotgrid-calculated-field-bg:
|
|
222
|
+
$kendo-pivotgrid-calculated-field-bg: k-color(surface-alt) !default;
|
|
223
223
|
/// The text color of the PivotGrid calculated field.
|
|
224
224
|
/// @group pivotgrid
|
|
225
|
-
$kendo-pivotgrid-calculated-field-text:
|
|
225
|
+
$kendo-pivotgrid-calculated-field-text: k-color(on-app-surface) !default;
|
|
226
226
|
/// The border color of the PivotGrid calculated field.
|
|
227
227
|
/// @group pivotgrid
|
|
228
|
-
$kendo-pivotgrid-calculated-field-border:
|
|
228
|
+
$kendo-pivotgrid-calculated-field-border: k-color(border) !default;
|
|
229
229
|
|
|
230
230
|
/// The background color of the PivotGrid calculated field header.
|
|
231
231
|
/// @group pivotgrid
|
|
232
232
|
$kendo-pivotgrid-calculated-field-header-bg: null !default;
|
|
233
233
|
/// The text color of the PivotGrid calculated field header.
|
|
234
234
|
/// @group pivotgrid
|
|
235
|
-
$kendo-pivotgrid-calculated-field-header-text:
|
|
235
|
+
$kendo-pivotgrid-calculated-field-header-text: k-color(on-app-surface) !default;
|
|
236
236
|
/// The border color of the PivotGrid calculated field header.
|
|
237
237
|
/// @group pivotgrid
|
|
238
238
|
$kendo-pivotgrid-calculated-field-header-border: null !default;
|
|
@@ -252,11 +252,11 @@ $kendo-pivotgrid-chrome-border: $kendo-grid-border !default;
|
|
|
252
252
|
$kendo-pivotgrid-container-bg: $kendo-grid-header-bg !default;
|
|
253
253
|
$kendo-pivotgrid-row-headers-bg: unset !default;
|
|
254
254
|
|
|
255
|
-
$kendo-pivotgrid-button-bg:
|
|
255
|
+
$kendo-pivotgrid-button-bg: k-color(base-subtle) !default;
|
|
256
256
|
$kendo-pivotgrid-button-text: $kendo-button-text !default;
|
|
257
|
-
$kendo-pivotgrid-button-hover-bg:
|
|
257
|
+
$kendo-pivotgrid-button-hover-bg: k-color(base-subtle-hover) !default;
|
|
258
258
|
$kendo-pivotgrid-button-hover-text: $kendo-button-text !default;
|
|
259
|
-
$kendo-pivotgrid-button-active-bg:
|
|
259
|
+
$kendo-pivotgrid-button-active-bg: k-color(base-subtle-active) !default;
|
|
260
260
|
$kendo-pivotgrid-button-active-text: $kendo-button-text !default;
|
|
261
261
|
|
|
262
262
|
$kendo-pivotgrid-remove-bg: $kendo-pivotgrid-button-text !default;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/// The width of the border around the Popover.
|
|
7
7
|
/// @group popover
|
|
8
|
-
$kendo-popover-border-width:
|
|
8
|
+
$kendo-popover-border-width: 0 !default;
|
|
9
9
|
/// The style of the border around the Popover.
|
|
10
10
|
/// @group popover
|
|
11
11
|
$kendo-popover-border-style: solid !default;
|
|
@@ -24,16 +24,16 @@ $kendo-popover-line-height: $kendo-card-line-height !default;
|
|
|
24
24
|
|
|
25
25
|
/// The text color of the Popover.
|
|
26
26
|
/// @group popover
|
|
27
|
-
$kendo-popover-text:
|
|
27
|
+
$kendo-popover-text: k-color(on-app-surface) !default;
|
|
28
28
|
/// The background color of the Popover.
|
|
29
29
|
/// @group popover
|
|
30
|
-
$kendo-popover-bg:
|
|
30
|
+
$kendo-popover-bg: k-color(surface) !default;
|
|
31
31
|
/// The border color of the Popover.
|
|
32
32
|
/// @group popover
|
|
33
|
-
$kendo-popover-border:
|
|
33
|
+
$kendo-popover-border: k-color(border) !default;
|
|
34
34
|
/// The box shadow of the Popover.
|
|
35
35
|
/// @group popover
|
|
36
|
-
$kendo-popover-shadow:
|
|
36
|
+
$kendo-popover-shadow: k-elevation(2) !default;
|
|
37
37
|
|
|
38
38
|
/// The horizontal padding of the Popover header.
|
|
39
39
|
/// @group popover
|
|
@@ -11,7 +11,7 @@ $kendo-popup-padding-y: null !default;
|
|
|
11
11
|
$kendo-popup-border-width: 0px !default;
|
|
12
12
|
/// Border radius of the popup.
|
|
13
13
|
/// @group popup
|
|
14
|
-
$kendo-popup-border-radius:
|
|
14
|
+
$kendo-popup-border-radius: k-border-radius(md) !default;
|
|
15
15
|
|
|
16
16
|
/// Font size of the popup.
|
|
17
17
|
/// @group popup
|
|
@@ -22,23 +22,23 @@ $kendo-popup-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
22
22
|
|
|
23
23
|
/// Horizontal padding of the popup content.
|
|
24
24
|
/// @group popup
|
|
25
|
-
$kendo-popup-content-padding-x: k-spacing(
|
|
25
|
+
$kendo-popup-content-padding-x: k-spacing(4) !default;
|
|
26
26
|
/// Vertical padding of the popup content.
|
|
27
27
|
/// @group popup
|
|
28
|
-
$kendo-popup-content-padding-y: k-spacing(
|
|
28
|
+
$kendo-popup-content-padding-y: k-spacing(4) !default;
|
|
29
29
|
|
|
30
30
|
/// Background color of the popup.
|
|
31
31
|
/// @group popup
|
|
32
|
-
$kendo-popup-bg:
|
|
32
|
+
$kendo-popup-bg: k-color(surface) !default;
|
|
33
33
|
/// Text color of the popup.
|
|
34
34
|
/// @group popup
|
|
35
|
-
$kendo-popup-text:
|
|
35
|
+
$kendo-popup-text: k-color(on-app-surface) !default;
|
|
36
36
|
/// Border color of the popup.
|
|
37
37
|
/// @group popup
|
|
38
|
-
$kendo-popup-border:
|
|
38
|
+
$kendo-popup-border: k-color(border) !default;
|
|
39
39
|
/// Box shadow of the popup.
|
|
40
40
|
/// @group popup
|
|
41
|
-
$kendo-popup-shadow: k-elevation(
|
|
41
|
+
$kendo-popup-shadow: k-elevation(2) !default;
|
|
42
42
|
|
|
43
43
|
@forward "@progress/kendo-theme-core/scss/components/popup/_variables.scss" with (
|
|
44
44
|
$kendo-popup-padding-x: $kendo-popup-padding-x,
|
|
@@ -6,15 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
@include kendo-progressbar--layout-base();
|
|
8
8
|
|
|
9
|
-
$kendo-progressbar-status-font-size: 11px !default;
|
|
10
9
|
$kendo-progressbar-indeterminate-animation-timing: 2s infinite !default;
|
|
11
10
|
|
|
12
11
|
.k-progressbar {
|
|
13
|
-
@include border-radius(
|
|
12
|
+
@include border-radius( k-border-radius(full) );
|
|
14
13
|
overflow: visible;
|
|
15
14
|
|
|
16
|
-
.k-
|
|
17
|
-
|
|
15
|
+
.k-progressbar-value {
|
|
16
|
+
border-radius: inherit;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
> .k-progressbar-chunks {
|
|
20
|
+
gap: k-spacing( 1.5 );
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.k-progressbar-chunk {
|
|
24
|
+
@include border-radius( k-border-radius(full) );
|
|
18
25
|
}
|
|
19
26
|
}
|
|
20
27
|
|
|
@@ -27,10 +27,10 @@ $kendo-progressbar-line-height: var( --kendo-line-height-xs, normal ) !default;
|
|
|
27
27
|
|
|
28
28
|
/// The background color of the ProgressBar.
|
|
29
29
|
/// @group progressbar
|
|
30
|
-
$kendo-progressbar-bg:
|
|
30
|
+
$kendo-progressbar-bg: k-color(primary-subtle) !default;
|
|
31
31
|
/// The text color of the ProgressBar.
|
|
32
32
|
/// @group progressbar
|
|
33
|
-
$kendo-progressbar-text:
|
|
33
|
+
$kendo-progressbar-text: k-color(on-app-surface) !default;
|
|
34
34
|
/// The border color of the ProgressBar.
|
|
35
35
|
/// @group progressbar
|
|
36
36
|
$kendo-progressbar-border: unset !default;
|
|
@@ -40,10 +40,10 @@ $kendo-progressbar-gradient: null !default;
|
|
|
40
40
|
|
|
41
41
|
/// The progress background color of the ProgressBar.
|
|
42
42
|
/// @group progressbar
|
|
43
|
-
$kendo-progressbar-value-bg:
|
|
43
|
+
$kendo-progressbar-value-bg: k-color(primary) !default;
|
|
44
44
|
/// The progress text color of the ProgressBar.
|
|
45
45
|
/// @group progressbar
|
|
46
|
-
$kendo-progressbar-value-text:
|
|
46
|
+
$kendo-progressbar-value-text: k-color(on-app-surface) !default;
|
|
47
47
|
/// The progress border color of the ProgressBar.
|
|
48
48
|
/// @group progressbar
|
|
49
49
|
$kendo-progressbar-value-border: unset !default;
|
|
@@ -66,12 +66,12 @@ $kendo-progressbar-indeterminate-gradient: null !default;
|
|
|
66
66
|
|
|
67
67
|
/// The border color of the chunk ProgressBar.
|
|
68
68
|
/// @group progressbar
|
|
69
|
-
$kendo-progressbar-chunk-border:
|
|
69
|
+
$kendo-progressbar-chunk-border: k-color(surface) !default;
|
|
70
70
|
|
|
71
71
|
// Circular Progressbar
|
|
72
72
|
/// The arc stroke color of the circular ProgressBar.
|
|
73
73
|
/// @group progressbar
|
|
74
|
-
$kendo-circular-progressbar-arc-stroke:
|
|
74
|
+
$kendo-circular-progressbar-arc-stroke: k-color(primary) !default;
|
|
75
75
|
/// The scale stroke background color of the circular ProgressBar.
|
|
76
76
|
/// @group progressbar
|
|
77
77
|
$kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|