@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
package/scss/grid/_theme.scss
CHANGED
|
@@ -8,97 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
@include kendo-grid--theme-base();
|
|
10
10
|
|
|
11
|
-
$kendo-grid-filter-button-focus: rgba( black, .12 ) !default;
|
|
12
|
-
|
|
13
11
|
.k-grid {
|
|
14
12
|
|
|
15
|
-
@if($kendo-enable-color-system) {
|
|
16
|
-
.k-table {
|
|
17
|
-
td:focus,
|
|
18
|
-
td.k-focus,
|
|
19
|
-
th:focus,
|
|
20
|
-
th.k-focus {
|
|
21
|
-
&::after {
|
|
22
|
-
background-color: $kendo-grid-hover-bg;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
} @else {
|
|
27
|
-
|
|
28
|
-
// Selected state
|
|
29
|
-
.k-table-td.k-selected,
|
|
30
|
-
.k-table-row.k-selected {
|
|
31
|
-
color: $kendo-grid-selected-text;
|
|
32
|
-
background-color: $kendo-grid-selected-bg;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.k-table-row.k-selected > td,
|
|
36
|
-
.k-table-row.k-selected > .k-table-td {
|
|
37
|
-
color: inherit;
|
|
38
|
-
background-color: transparent;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
// Hover, Focused state
|
|
42
|
-
.k-table {
|
|
43
|
-
> .k-table-row:not(.k-detail-row):hover,
|
|
44
|
-
> .k-table-row:not(.k-detail-row).k-hover,
|
|
45
|
-
td:focus,
|
|
46
|
-
td.k-focus,
|
|
47
|
-
.k-table-td:focus,
|
|
48
|
-
.k-table-td.k-focus,
|
|
49
|
-
.k-table-th:focus,
|
|
50
|
-
.k-table-th.k-focus,
|
|
51
|
-
.k-master-row > td:focus,
|
|
52
|
-
.k-grouping-row > td:focus,
|
|
53
|
-
.k-detail-row > td:focus,
|
|
54
|
-
.k-group-footer > td:focus,
|
|
55
|
-
.k-master-row > .k-table-td:focus,
|
|
56
|
-
.k-grouping-row > .k-table-td:focus,
|
|
57
|
-
.k-detail-row > .k-table-td:focus,
|
|
58
|
-
.k-group-footer > .k-table-td:focus {
|
|
59
|
-
color: inherit;
|
|
60
|
-
background-color: $kendo-grid-hover-bg;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.k-table-row:hover,
|
|
64
|
-
.k-table-row.k-hover {
|
|
65
|
-
.k-grid-header-sticky,
|
|
66
|
-
.k-grid-footer-sticky {
|
|
67
|
-
color: inherit;
|
|
68
|
-
background-color: $kendo-grid-sticky-hover-bg;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.k-table-th,
|
|
73
|
-
td,
|
|
74
|
-
.k-table-td,
|
|
75
|
-
.k-master-row > td,
|
|
76
|
-
.k-grouping-row > td,
|
|
77
|
-
.k-detail-row > td,
|
|
78
|
-
.k-group-footer > td,
|
|
79
|
-
.k-master-row > .k-table-td,
|
|
80
|
-
.k-grouping-row > .k-table-td,
|
|
81
|
-
.k-detail-row > .k-table-td,
|
|
82
|
-
.k-group-footer > .k-table-td {
|
|
83
|
-
&:focus,
|
|
84
|
-
&.k-focus {
|
|
85
|
-
&.k-grid-header-sticky,
|
|
86
|
-
&.k-grid-content-sticky,
|
|
87
|
-
&.k-grid-footer-sticky {
|
|
88
|
-
color: inherit;
|
|
89
|
-
background-color: $kendo-grid-sticky-hover-bg;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.k-grid-pager:focus,
|
|
98
|
-
.k-grid-pager.k-focus {
|
|
99
|
-
color: inherit;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
13
|
.k-table-th,
|
|
103
14
|
td,
|
|
104
15
|
.k-table-td {
|
|
@@ -137,37 +48,6 @@
|
|
|
137
48
|
}
|
|
138
49
|
|
|
139
50
|
.k-grid-header {
|
|
140
|
-
.k-sorted,
|
|
141
|
-
.k-link:hover {
|
|
142
|
-
color: $kendo-grid-text;
|
|
143
|
-
|
|
144
|
-
> .k-icon {
|
|
145
|
-
color: inherit;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.k-grid-filter,
|
|
150
|
-
.k-table-th-column-menu,
|
|
151
|
-
.k-grid-header-menu,
|
|
152
|
-
.k-hierarchy-cell .k-icon {
|
|
153
|
-
&:hover {
|
|
154
|
-
color: $kendo-grid-text;
|
|
155
|
-
background-color: transparent;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
&:focus,
|
|
159
|
-
&.k-focus {
|
|
160
|
-
color: $kendo-grid-text;
|
|
161
|
-
background-color: $kendo-grid-filter-button-focus;
|
|
162
|
-
box-shadow: none;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
&.k-active {
|
|
166
|
-
color: $kendo-color-primary-contrast;
|
|
167
|
-
background-color: $kendo-color-primary;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
51
|
.k-table-thead > .k-table-row:not(:only-child) > .k-table-th,
|
|
172
52
|
.k-table-thead > .k-table-row:not(:only-child) > .k-table-td {
|
|
173
53
|
border-inline-start-color: $kendo-grid-border;
|
|
@@ -198,9 +78,8 @@
|
|
|
198
78
|
}
|
|
199
79
|
}
|
|
200
80
|
|
|
201
|
-
.k-grouping-dropclue,
|
|
202
81
|
.k-reorder-cue {
|
|
203
|
-
border-color:
|
|
82
|
+
border-color: k-color(primary);
|
|
204
83
|
|
|
205
84
|
&::before {
|
|
206
85
|
border-color: transparent;
|
|
@@ -212,16 +91,23 @@
|
|
|
212
91
|
}
|
|
213
92
|
}
|
|
214
93
|
|
|
215
|
-
.k-
|
|
216
|
-
|
|
217
|
-
|
|
94
|
+
.k-grouping-dropclue {
|
|
95
|
+
&::before {
|
|
96
|
+
border-color: k-color(primary) transparent transparent;
|
|
97
|
+
}
|
|
218
98
|
|
|
219
|
-
|
|
220
|
-
|
|
99
|
+
&::after {
|
|
100
|
+
background-color: k-color(primary);
|
|
101
|
+
}
|
|
221
102
|
}
|
|
222
103
|
|
|
104
|
+
.k-resize-handle:hover .k-resize-handle-inner,
|
|
223
105
|
.k-reorder-cue {
|
|
224
|
-
background-color:
|
|
106
|
+
background-color: k-color(primary);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.k-column-resizer:hover {
|
|
110
|
+
color: k-color(primary);
|
|
225
111
|
}
|
|
226
112
|
|
|
227
113
|
.k-columnmenu-item {
|
|
@@ -27,12 +27,12 @@ $kendo-grid-padding-y: $kendo-table-md-cell-padding-y !default;
|
|
|
27
27
|
$kendo-grid-header-padding-x: $kendo-grid-padding-x !default;
|
|
28
28
|
/// The vertical padding of the Grid header.
|
|
29
29
|
/// @group grid
|
|
30
|
-
$kendo-grid-header-padding-y:
|
|
30
|
+
$kendo-grid-header-padding-y: $kendo-grid-padding-y !default;
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
/// The horizontal padding of the Grid grouping header.
|
|
34
34
|
/// @group grid
|
|
35
|
-
$kendo-grid-grouping-header-padding-x:
|
|
35
|
+
$kendo-grid-grouping-header-padding-x: $kendo-grid-padding-x !default;
|
|
36
36
|
/// The vertical padding of the Grid grouping header.
|
|
37
37
|
/// @group grid
|
|
38
38
|
$kendo-grid-grouping-header-padding-y: $kendo-grid-grouping-header-padding-x !default;
|
|
@@ -56,26 +56,26 @@ $kendo-grid-filter-cell-padding-y: $kendo-grid-padding-y !default;
|
|
|
56
56
|
$kendo-grid-edit-cell-padding-x: $kendo-grid-cell-padding-x !default;
|
|
57
57
|
/// The vertical padding of the Grid filter cell.
|
|
58
58
|
/// @group grid
|
|
59
|
-
$kendo-grid-edit-cell-padding-y: k-spacing(
|
|
59
|
+
$kendo-grid-edit-cell-padding-y: k-spacing(2) !default;
|
|
60
60
|
|
|
61
61
|
$kendo-grid-group-drop-hint-size: 6px !default;
|
|
62
|
-
$kendo-grid-group-drop-hint-line-size:
|
|
62
|
+
$kendo-grid-group-drop-hint-line-size: calc( #{$kendo-grid-group-drop-hint-size} / 3 ) !default;
|
|
63
63
|
$kendo-grid-group-drop-hint-height: $kendo-chip-calc-size !default;
|
|
64
|
-
$kendo-grid-group-drop-hint-top:
|
|
64
|
+
$kendo-grid-group-drop-hint-top: null !default;
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
$kendo-grid-sm-padding-x: k-spacing(2
|
|
68
|
-
$kendo-grid-sm-padding-y: k-spacing(
|
|
67
|
+
$kendo-grid-sm-padding-x: k-spacing(2) !default;
|
|
68
|
+
$kendo-grid-sm-padding-y: k-spacing(2) !default;
|
|
69
69
|
$kendo-grid-sm-header-padding-x: $kendo-grid-sm-padding-x !default;
|
|
70
|
-
$kendo-grid-sm-header-padding-y:
|
|
71
|
-
$kendo-grid-sm-grouping-header-padding-x:
|
|
70
|
+
$kendo-grid-sm-header-padding-y: $kendo-grid-sm-padding-y !default;
|
|
71
|
+
$kendo-grid-sm-grouping-header-padding-x: $kendo-grid-sm-padding-x !default;
|
|
72
72
|
$kendo-grid-sm-grouping-header-padding-y: $kendo-grid-sm-grouping-header-padding-x !default;
|
|
73
73
|
$kendo-grid-sm-cell-padding-x: $kendo-grid-sm-padding-x !default;
|
|
74
74
|
$kendo-grid-sm-cell-padding-y: $kendo-grid-sm-padding-y !default;
|
|
75
75
|
$kendo-grid-sm-filter-cell-padding-x: $kendo-grid-sm-padding-x !default;
|
|
76
|
-
$kendo-grid-sm-filter-cell-padding-y:
|
|
76
|
+
$kendo-grid-sm-filter-cell-padding-y: $kendo-grid-sm-padding-y !default;
|
|
77
77
|
$kendo-grid-sm-edit-cell-padding-x: $kendo-grid-sm-cell-padding-x !default;
|
|
78
|
-
$kendo-grid-sm-edit-cell-padding-y:
|
|
78
|
+
$kendo-grid-sm-edit-cell-padding-y: $kendo-grid-sm-padding-y !default;
|
|
79
79
|
$kendo-grid-sm-group-dropclue-height: calc( #{$kendo-chip-sm-calc-size} + #{$kendo-grid-group-drop-hint-size}) !default;
|
|
80
80
|
$kendo-grid-sm-selection-aggregates-padding-x: $kendo-grid-sm-padding-y !default;
|
|
81
81
|
$kendo-grid-sm-selection-aggregates-padding-y: $kendo-grid-sm-padding-y !default;
|
|
@@ -135,7 +135,7 @@ $kendo-grid-sizes: (
|
|
|
135
135
|
),
|
|
136
136
|
) !default;
|
|
137
137
|
|
|
138
|
-
$kendo-grid-header-font-size: var( --kendo-font-size-
|
|
138
|
+
$kendo-grid-header-font-size: var( --kendo-font-size-md, inherit ) !default;
|
|
139
139
|
$kendo-grid-header-first-border: 1px !default;
|
|
140
140
|
$kendo-grid-header-menu-icon-spacing: k-spacing(3.5) !default;
|
|
141
141
|
|
|
@@ -234,7 +234,7 @@ $kendo-grid-grouping-row-bg: transparent !default;
|
|
|
234
234
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
235
235
|
|
|
236
236
|
$kendo-grid-sorted-icon-spacing: k-spacing(1) !default;
|
|
237
|
-
$kendo-grid-sorted-bg:
|
|
237
|
+
$kendo-grid-sorted-bg: color-mix(in srgb, k-color(on-app-surface) 5%, transparent) !default;
|
|
238
238
|
$kendo-grid-sorting-indicator-text: $kendo-grid-header-text !default;
|
|
239
239
|
$kendo-grid-sorting-index-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
240
240
|
$kendo-grid-sorting-index-height: $kendo-icon-size !default;
|
|
@@ -250,7 +250,7 @@ $kendo-grid-command-cell-padding-y: calc( #{$kendo-grid-cell-padding-y} - (#{$ke
|
|
|
250
250
|
// Must be a solid color
|
|
251
251
|
$kendo-grid-sticky-bg: $kendo-grid-bg !default;
|
|
252
252
|
$kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
253
|
-
$kendo-grid-sticky-border:
|
|
253
|
+
$kendo-grid-sticky-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
254
254
|
|
|
255
255
|
// Must be a solid color
|
|
256
256
|
$kendo-grid-sticky-alt-bg: $kendo-grid-sticky-bg !default;
|
|
@@ -262,12 +262,12 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
262
262
|
$kendo-grid-sticky-footer-bg: $kendo-grid-sticky-header-bg !default;
|
|
263
263
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-sticky-footer-bg !default;
|
|
264
264
|
|
|
265
|
-
$kendo-grid-sticky-selected-bg:
|
|
265
|
+
$kendo-grid-sticky-selected-bg: color-mix(in srgb, k-color(primary) 12%, transparent) !default;
|
|
266
266
|
$kendo-grid-sticky-selected-alt-bg: $kendo-grid-sticky-selected-bg !default;
|
|
267
267
|
|
|
268
268
|
// Must be a solid color
|
|
269
|
-
$kendo-grid-sticky-hover-bg:
|
|
270
|
-
$kendo-grid-sticky-selected-hover-bg:
|
|
269
|
+
$kendo-grid-sticky-hover-bg: k-color(base-hover) !default;
|
|
270
|
+
$kendo-grid-sticky-selected-hover-bg: color-mix(in srgb, k-color(primary) 12%, transparent) !default;
|
|
271
271
|
|
|
272
272
|
$kendo-grid-column-menu-width: 250px !default;
|
|
273
273
|
$kendo-grid-column-menu-max-width: 320px !default;
|
|
@@ -306,7 +306,7 @@ $kendo-grid-column-menu-group-header-border: $kendo-popup-border !default;
|
|
|
306
306
|
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-x: k-spacing(0) !default;
|
|
307
307
|
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-y: k-spacing(2) !default;
|
|
308
308
|
|
|
309
|
-
$kendo-grid-column-menu-tabbed-bg:
|
|
309
|
+
$kendo-grid-column-menu-tabbed-bg: k-color(base) !default;
|
|
310
310
|
|
|
311
311
|
$kendo-grid-drag-cell-width: ($kendo-icon-size * 3) !default;
|
|
312
312
|
|
|
@@ -320,10 +320,10 @@ $kendo-grid-group-footer-second-cell-border: 0px !default;
|
|
|
320
320
|
|
|
321
321
|
/// The background color of the Grid row resize indicator.
|
|
322
322
|
/// @group grid
|
|
323
|
-
$kendo-grid-row-resizer-hover-bg:
|
|
323
|
+
$kendo-grid-row-resizer-hover-bg: color-mix(in srgb, k-color(on-base) 20%, transparent) !default;
|
|
324
324
|
/// The background color of the active Grid row resize indicator.
|
|
325
325
|
/// @group grid
|
|
326
|
-
$kendo-grid-row-resizer-active-bg:
|
|
326
|
+
$kendo-grid-row-resizer-active-bg: k-color(primary) !default;
|
|
327
327
|
/// The height of the Grid row resize indicator.
|
|
328
328
|
/// @group grid
|
|
329
329
|
$kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
@@ -25,15 +25,15 @@ $kendo-image-editor-resize-handle-margin-y: k-spacing(1px) !default;
|
|
|
25
25
|
$kendo-image-editor-resize-handle-border-width: 0 2px 2px 0 !default;
|
|
26
26
|
$kendo-image-editor-resize-handle-size: 15px !default;
|
|
27
27
|
|
|
28
|
-
$kendo-image-editor-bg:
|
|
29
|
-
$kendo-image-editor-text:
|
|
30
|
-
$kendo-image-editor-border:
|
|
28
|
+
$kendo-image-editor-bg: k-color(surface) !default;
|
|
29
|
+
$kendo-image-editor-text: k-color(on-app-surface) !default;
|
|
30
|
+
$kendo-image-editor-border: k-color(border) !default;
|
|
31
31
|
|
|
32
32
|
$kendo-image-editor-content-bg: #c6c6c6 !default;
|
|
33
33
|
$kendo-image-editor-content-text: null !default;
|
|
34
34
|
$kendo-image-editor-content-border: null !default;
|
|
35
35
|
|
|
36
|
-
$kendo-image-editor-action-pane-bg:
|
|
36
|
+
$kendo-image-editor-action-pane-bg: k-color(surface) !default;
|
|
37
37
|
$kendo-image-editor-action-pane-text: null !default;
|
|
38
38
|
$kendo-image-editor-action-pane-border: null !default;
|
|
39
39
|
|
package/scss/index.scss
CHANGED
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
@forward "./signature/_index.scss";
|
|
117
117
|
@forward "./otp/_index.scss";
|
|
118
118
|
@forward "./column-menu/_index.scss";
|
|
119
|
+
@forward "./marquee/_index.scss";
|
|
119
120
|
|
|
120
121
|
|
|
121
122
|
// Use component modules
|
|
@@ -152,6 +153,7 @@
|
|
|
152
153
|
@use "./loader/_index.scss" as *;
|
|
153
154
|
@use "./skeleton/_index.scss" as *;
|
|
154
155
|
@use "./time-marker/_index.scss" as *;
|
|
156
|
+
@use "./marquee/_index.scss" as *;
|
|
155
157
|
|
|
156
158
|
|
|
157
159
|
// Native forms
|
|
@@ -323,6 +325,7 @@
|
|
|
323
325
|
@include kendo-skeleton--styles();
|
|
324
326
|
@include kendo-tooltip--styles();
|
|
325
327
|
@include kendo-time-marker--styles();
|
|
328
|
+
@include kendo-marquee--styles();
|
|
326
329
|
|
|
327
330
|
|
|
328
331
|
// Form helpers
|
package/scss/input/_layout.scss
CHANGED
|
@@ -32,12 +32,6 @@
|
|
|
32
32
|
background: none;
|
|
33
33
|
border-color: transparent;
|
|
34
34
|
}
|
|
35
|
-
|
|
36
|
-
&:disabled,
|
|
37
|
-
&[disabled],
|
|
38
|
-
&.k-disabled {
|
|
39
|
-
border-bottom-style: dashed;
|
|
40
|
-
}
|
|
41
35
|
}
|
|
42
36
|
|
|
43
37
|
|
|
@@ -45,19 +39,21 @@
|
|
|
45
39
|
.k-input,
|
|
46
40
|
.k-picker {
|
|
47
41
|
|
|
42
|
+
.k-button {
|
|
43
|
+
&:hover,
|
|
44
|
+
&.k-hover,
|
|
45
|
+
&:focus,
|
|
46
|
+
&.k-focus {
|
|
47
|
+
box-shadow: none;
|
|
48
|
+
outline: none;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
48
52
|
&:disabled,
|
|
49
53
|
&[disabled],
|
|
50
54
|
&.k-disabled {
|
|
51
|
-
opacity: 1;
|
|
52
55
|
filter: none;
|
|
53
56
|
}
|
|
54
|
-
|
|
55
|
-
.k-input-button,
|
|
56
|
-
.k-input-spinner .k-spinner-increase,
|
|
57
|
-
.k-input-spinner .k-spinner-decrease,
|
|
58
|
-
.k-input-values .k-chip {
|
|
59
|
-
color: inherit;
|
|
60
|
-
}
|
|
61
57
|
}
|
|
62
58
|
|
|
63
59
|
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
@use "sass:math";
|
|
3
3
|
@use "../core/_index.scss" as *;
|
|
4
4
|
@use "../core/functions/index.import.scss" as *;
|
|
5
|
+
@use "../button/_variables.scss" as *;
|
|
5
6
|
|
|
6
7
|
// Input
|
|
7
8
|
|
|
@@ -25,23 +26,23 @@ $kendo-input-padding-x: k-spacing(4) !default;
|
|
|
25
26
|
$kendo-input-sm-padding-x: k-spacing(4) !default;
|
|
26
27
|
/// The horizontal padding of the medium Input components.
|
|
27
28
|
/// @group input
|
|
28
|
-
$kendo-input-md-padding-x:
|
|
29
|
+
$kendo-input-md-padding-x: $kendo-input-padding-x !default;
|
|
29
30
|
/// The horizontal padding of the large Input components.
|
|
30
31
|
/// @group input
|
|
31
32
|
$kendo-input-lg-padding-x: k-spacing(4) !default;
|
|
32
33
|
|
|
33
34
|
/// The vertical padding of the Input components.
|
|
34
35
|
/// @group input
|
|
35
|
-
$kendo-input-padding-y: k-spacing(
|
|
36
|
+
$kendo-input-padding-y: calc( k-spacing(1.5) + k-spacing(1px) ) !default;
|
|
36
37
|
/// The vertical padding of the small Input components.
|
|
37
38
|
/// @group input
|
|
38
|
-
$kendo-input-sm-padding-y: k-spacing(1
|
|
39
|
+
$kendo-input-sm-padding-y: calc( k-spacing(1) + k-spacing(1px) ) !default;
|
|
39
40
|
/// The vertical padding of the medium Input components.
|
|
40
41
|
/// @group input
|
|
41
|
-
$kendo-input-md-padding-y:
|
|
42
|
+
$kendo-input-md-padding-y: $kendo-input-padding-y !default;
|
|
42
43
|
/// The vertical padding of the large Input components.
|
|
43
44
|
/// @group input
|
|
44
|
-
$kendo-input-lg-padding-y: k-spacing(2) !default;
|
|
45
|
+
$kendo-input-lg-padding-y: calc( k-spacing(2) + k-spacing(1px) ) !default;
|
|
45
46
|
|
|
46
47
|
/// The font family of the Input components.
|
|
47
48
|
/// @group input
|
|
@@ -55,23 +56,23 @@ $kendo-input-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
|
55
56
|
$kendo-input-sm-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
56
57
|
/// The font size of the medium Input components.
|
|
57
58
|
/// @group input
|
|
58
|
-
$kendo-input-md-font-size:
|
|
59
|
+
$kendo-input-md-font-size: $kendo-input-font-size !default;
|
|
59
60
|
/// The font size of the large Input components.
|
|
60
61
|
/// @group input
|
|
61
62
|
$kendo-input-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
62
63
|
|
|
63
64
|
/// The line height of the Input components.
|
|
64
65
|
/// @group input
|
|
65
|
-
$kendo-input-line-height:
|
|
66
|
+
$kendo-input-line-height: var( --kendo-line-height-lg, inherit ) !default;
|
|
66
67
|
/// The line height of the small Input components.
|
|
67
68
|
/// @group input
|
|
68
|
-
$kendo-input-sm-line-height:
|
|
69
|
+
$kendo-input-sm-line-height: var( --kendo-line-height-lg, inherit ) !default;
|
|
69
70
|
/// The line height of the medium Input components.
|
|
70
71
|
/// @group input
|
|
71
|
-
$kendo-input-md-line-height:
|
|
72
|
+
$kendo-input-md-line-height: $kendo-input-line-height !default;
|
|
72
73
|
/// The line height of the large Input components.
|
|
73
74
|
/// @group input
|
|
74
|
-
$kendo-input-lg-line-height:
|
|
75
|
+
$kendo-input-lg-line-height: var( --kendo-line-height-lg, inherit ) !default;
|
|
75
76
|
|
|
76
77
|
/// The calculated height of the Input.
|
|
77
78
|
/// @group input
|
|
@@ -88,36 +89,36 @@ $kendo-input-sizes: (
|
|
|
88
89
|
padding-y: $kendo-input-sm-padding-y,
|
|
89
90
|
font-size: $kendo-input-sm-font-size,
|
|
90
91
|
line-height: $kendo-input-sm-line-height,
|
|
91
|
-
button-padding-x:
|
|
92
|
-
button-padding-y: $kendo-
|
|
92
|
+
button-padding-x: $kendo-button-sm-padding-y,
|
|
93
|
+
button-padding-y: $kendo-button-sm-padding-y
|
|
93
94
|
),
|
|
94
95
|
md: (
|
|
95
96
|
padding-x: $kendo-input-md-padding-x,
|
|
96
97
|
padding-y: $kendo-input-md-padding-y,
|
|
97
98
|
font-size: $kendo-input-md-font-size,
|
|
98
99
|
line-height: $kendo-input-md-line-height,
|
|
99
|
-
button-padding-x:
|
|
100
|
-
button-padding-y: $kendo-
|
|
100
|
+
button-padding-x: $kendo-button-md-padding-y,
|
|
101
|
+
button-padding-y: $kendo-button-md-padding-y
|
|
101
102
|
),
|
|
102
103
|
lg: (
|
|
103
104
|
padding-x: $kendo-input-lg-padding-x,
|
|
104
105
|
padding-y: $kendo-input-lg-padding-y,
|
|
105
106
|
font-size: $kendo-input-lg-font-size,
|
|
106
107
|
line-height: $kendo-input-lg-line-height,
|
|
107
|
-
button-padding-x:
|
|
108
|
-
button-padding-y: $kendo-
|
|
108
|
+
button-padding-x: $kendo-button-lg-padding-y,
|
|
109
|
+
button-padding-y: $kendo-button-lg-padding-y
|
|
109
110
|
)
|
|
110
111
|
) !default;
|
|
111
112
|
|
|
112
113
|
/// The background color of the Input components.
|
|
113
114
|
/// @group input
|
|
114
|
-
$kendo-input-bg:
|
|
115
|
+
$kendo-input-bg: k-color(surface) !default;
|
|
115
116
|
/// The text color of the Input components.
|
|
116
117
|
/// @group input
|
|
117
|
-
$kendo-input-text:
|
|
118
|
+
$kendo-input-text: k-color(on-app-surface) !default;
|
|
118
119
|
/// The border color of the Input components.
|
|
119
120
|
/// @group input
|
|
120
|
-
$kendo-input-border:
|
|
121
|
+
$kendo-input-border: color-mix(in srgb, k-color(on-app-surface) 44%, transparent) !default;
|
|
121
122
|
/// The shadow of the Input components.
|
|
122
123
|
/// @group input
|
|
123
124
|
$kendo-input-shadow: null !default;
|
|
@@ -130,10 +131,10 @@ $kendo-input-hover-bg: null !default;
|
|
|
130
131
|
$kendo-input-hover-text: null !default;
|
|
131
132
|
/// The border color of the hovered Input components.
|
|
132
133
|
/// @group input
|
|
133
|
-
$kendo-input-hover-border:
|
|
134
|
+
$kendo-input-hover-border: k-color(on-app-surface)!default;
|
|
134
135
|
/// The shadow of the hovered Input components.
|
|
135
136
|
/// @group input
|
|
136
|
-
$kendo-input-hover-shadow:
|
|
137
|
+
$kendo-input-hover-shadow: null !default;
|
|
137
138
|
|
|
138
139
|
/// The background color of the focused Input components.
|
|
139
140
|
/// @group input
|
|
@@ -143,10 +144,10 @@ $kendo-input-focus-bg: null !default;
|
|
|
143
144
|
$kendo-input-focus-text: null !default;
|
|
144
145
|
/// The border color of the focused Input components.
|
|
145
146
|
/// @group input
|
|
146
|
-
$kendo-input-focus-border:
|
|
147
|
+
$kendo-input-focus-border: k-color(primary) !default;
|
|
147
148
|
/// The shadow of the focused Input components.
|
|
148
149
|
/// @group input
|
|
149
|
-
$kendo-input-focus-shadow:
|
|
150
|
+
$kendo-input-focus-shadow: null !default;
|
|
150
151
|
|
|
151
152
|
/// The background color of the selected Input components.
|
|
152
153
|
/// @group input
|
|
@@ -156,13 +157,13 @@ $kendo-input-selected-bg: null !default;
|
|
|
156
157
|
$kendo-input-selected-text: null !default;
|
|
157
158
|
/// The background color of the disabled Input components.
|
|
158
159
|
/// @group input
|
|
159
|
-
$kendo-input-disabled-bg:
|
|
160
|
+
$kendo-input-disabled-bg: color-mix(in srgb, k-color(on-app-surface) 11%, transparent) !default;
|
|
160
161
|
/// The text color of the disabled Input components.
|
|
161
162
|
/// @group input
|
|
162
|
-
$kendo-input-disabled-text:
|
|
163
|
+
$kendo-input-disabled-text: null !default;
|
|
163
164
|
/// The border color of the disabled Input components.
|
|
164
165
|
/// @group input
|
|
165
|
-
$kendo-input-disabled-border:
|
|
166
|
+
$kendo-input-disabled-border: null !default;
|
|
166
167
|
/// The gradient of the disabled Input components.
|
|
167
168
|
/// @group input
|
|
168
169
|
$kendo-input-disabled-gradient: null !default;
|
|
@@ -238,7 +239,7 @@ $kendo-input-flat-focus-shadow: $kendo-input-focus-shadow !default;
|
|
|
238
239
|
|
|
239
240
|
/// The text color of the Input placeholder.
|
|
240
241
|
/// @group input
|
|
241
|
-
$kendo-input-placeholder-text:
|
|
242
|
+
$kendo-input-placeholder-text: k-color(subtle) !default;
|
|
242
243
|
/// The opacity of the Input placeholder.
|
|
243
244
|
/// @group input
|
|
244
245
|
$kendo-input-placeholder-opacity: 1 !default;
|
|
@@ -246,7 +247,7 @@ $kendo-input-placeholder-opacity: 1 !default;
|
|
|
246
247
|
|
|
247
248
|
/// The color of the Input clear value icon.
|
|
248
249
|
/// @group input
|
|
249
|
-
$kendo-input-clear-value-text:
|
|
250
|
+
$kendo-input-clear-value-text: k-color(base-on-surface) !default;
|
|
250
251
|
/// The opacity of the Input clear value icon.
|
|
251
252
|
/// @group input
|
|
252
253
|
$kendo-input-clear-value-opacity: .5 !default;
|
|
@@ -259,44 +260,44 @@ $kendo-input-clear-value-hover-opacity: 1 !default;
|
|
|
259
260
|
|
|
260
261
|
/// The vertical margin of the clear value icon.
|
|
261
262
|
/// @group input
|
|
262
|
-
$kendo-input-values-margin-y:
|
|
263
|
+
$kendo-input-values-margin-y: null !default;
|
|
263
264
|
/// The horizontal margin of the clear value icon.
|
|
264
265
|
/// @group input
|
|
265
|
-
$kendo-input-values-margin-x:
|
|
266
|
+
$kendo-input-values-margin-x: null !default;
|
|
266
267
|
|
|
267
268
|
/// The width of the Input button.
|
|
268
269
|
/// @group input
|
|
269
|
-
$kendo-input-button-width:
|
|
270
|
+
$kendo-input-button-width: null !default;
|
|
270
271
|
/// The border width of the Input button.
|
|
271
272
|
/// @group input
|
|
272
273
|
$kendo-input-button-border-width: 1px !default;
|
|
273
274
|
/// The width of the Input spinner button.
|
|
274
275
|
/// @group input
|
|
275
|
-
$kendo-input-spinner-width:
|
|
276
|
+
$kendo-input-spinner-width: null !default;
|
|
276
277
|
/// The icon offset of the Input spinner button.
|
|
277
278
|
/// @group input
|
|
278
279
|
$kendo-input-spinner-icon-offset: null !default;
|
|
279
280
|
|
|
280
281
|
/// The color of the Input separator.
|
|
281
282
|
/// @group input
|
|
282
|
-
$kendo-input-separator-text:
|
|
283
|
+
$kendo-input-separator-text: k-color(border) !default;
|
|
283
284
|
/// The opacity of the Input separator.
|
|
284
285
|
/// @group input
|
|
285
|
-
$kendo-input-separator-opacity:
|
|
286
|
+
$kendo-input-separator-opacity: 0 !default;
|
|
286
287
|
|
|
287
288
|
/// The text color of the Input prefix.
|
|
288
289
|
/// @group input
|
|
289
|
-
$kendo-input-prefix-text:
|
|
290
|
+
$kendo-input-prefix-text: k-color(subtle) !default;
|
|
290
291
|
/// The text color of the Input suffix.
|
|
291
292
|
/// @group input
|
|
292
|
-
$kendo-input-suffix-text:
|
|
293
|
+
$kendo-input-suffix-text: k-color(subtle) !default;
|
|
293
294
|
|
|
294
295
|
/// The border color of the invalid Input components.
|
|
295
296
|
/// @group input
|
|
296
|
-
$kendo-input-invalid-border:
|
|
297
|
+
$kendo-input-invalid-border: k-color(error) !default;
|
|
297
298
|
/// The shadow of the invalid Input components.
|
|
298
299
|
/// @group input
|
|
299
|
-
$kendo-input-invalid-shadow:
|
|
300
|
+
$kendo-input-invalid-shadow: null !default;
|
|
300
301
|
|
|
301
302
|
/// The background color of the Picker components.
|
|
302
303
|
/// @group picker
|
|
@@ -312,7 +313,7 @@ $kendo-picker-border: $kendo-input-border !default;
|
|
|
312
313
|
$kendo-picker-gradient: none !default;
|
|
313
314
|
/// The shadow of the Picker components.
|
|
314
315
|
/// @group picker
|
|
315
|
-
$kendo-picker-shadow:
|
|
316
|
+
$kendo-picker-shadow: null !default;
|
|
316
317
|
|
|
317
318
|
/// The background color of the hovered Picker components.
|
|
318
319
|
/// @group picker
|
|
@@ -374,10 +375,10 @@ $kendo-picker-outline-border: $kendo-picker-border !default;
|
|
|
374
375
|
|
|
375
376
|
/// The background color of the outline hovered Picker components.
|
|
376
377
|
/// @group picker
|
|
377
|
-
$kendo-picker-outline-hover-bg:
|
|
378
|
+
$kendo-picker-outline-hover-bg: null !default;
|
|
378
379
|
/// The text color of the outline hovered Picker components.
|
|
379
380
|
/// @group picker
|
|
380
|
-
$kendo-picker-outline-hover-text:
|
|
381
|
+
$kendo-picker-outline-hover-text: null !default;
|
|
381
382
|
/// The border color of the outline hovered Picker components.
|
|
382
383
|
/// @group picker
|
|
383
384
|
$kendo-picker-outline-hover-border: $kendo-picker-hover-border !default;
|
|
@@ -393,7 +394,7 @@ $kendo-picker-outline-focus-text: null !default;
|
|
|
393
394
|
$kendo-picker-outline-focus-border: $kendo-picker-focus-border !default;
|
|
394
395
|
/// The shadow of the outline focused Picker components.
|
|
395
396
|
/// @group picker
|
|
396
|
-
$kendo-picker-outline-focus-shadow:
|
|
397
|
+
$kendo-picker-outline-focus-shadow: null !default;
|
|
397
398
|
|
|
398
399
|
/// The background color of the outline hovered and focused Picker components.
|
|
399
400
|
/// @group picker
|
|
@@ -417,7 +418,7 @@ $kendo-picker-flat-border: $kendo-picker-border !default;
|
|
|
417
418
|
|
|
418
419
|
/// The background color of the flat hovered Picker components.
|
|
419
420
|
/// @group picker
|
|
420
|
-
$kendo-picker-flat-hover-bg:
|
|
421
|
+
$kendo-picker-flat-hover-bg: null !default;
|
|
421
422
|
/// The text color of the flat hovered Picker components.
|
|
422
423
|
/// @group picker
|
|
423
424
|
$kendo-picker-flat-hover-text: null !default;
|
|
@@ -436,7 +437,7 @@ $kendo-picker-flat-focus-text: null !default;
|
|
|
436
437
|
$kendo-picker-flat-focus-border: $kendo-picker-focus-border !default;
|
|
437
438
|
/// The shadow of the flat focused Picker components.
|
|
438
439
|
/// @group picker
|
|
439
|
-
$kendo-picker-flat-focus-shadow:
|
|
440
|
+
$kendo-picker-flat-focus-shadow: null !default;
|
|
440
441
|
|
|
441
442
|
/// The background color of the flat hovered and focused Picker components.
|
|
442
443
|
/// @group picker
|
package/scss/list/_theme.scss
CHANGED