@progress/kendo-theme-material 8.0.0-dev.0 → 8.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 +6621 -6938
- package/dist/all.scss +5452 -4987
- package/dist/meta/sassdoc-data.json +42971 -38855
- package/dist/meta/sassdoc-raw-data.json +3948 -2048
- package/dist/meta/variables.json +2194 -2090
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +0 -124
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_variables.scss +17 -17
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +6 -6
- package/scss/avatar/_variables.scss +6 -6
- package/scss/badge/_variables.scss +17 -17
- package/scss/bottom-navigation/_variables.scss +8 -8
- package/scss/breadcrumb/_variables.scss +17 -17
- package/scss/button/_variables.scss +21 -21
- package/scss/calendar/_variables.scss +32 -54
- package/scss/captcha/_variables.scss +6 -6
- package/scss/card/_variables.scss +17 -17
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_variables.scss +9 -9
- package/scss/chip/_variables.scss +18 -18
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +7 -7
- package/scss/colorgradient/_variables.scss +10 -10
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/core/_index.scss +15 -0
- package/scss/core/border-radii/index.import.scss +13 -0
- package/scss/core/spacing/index.import.scss +14 -0
- package/scss/core/typography/index.import.scss +120 -0
- package/scss/dataviz/_variables.scss +8 -8
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dock-manager/_variables.scss +8 -8
- package/scss/draggable/_variables.scss +3 -3
- package/scss/drawer/_variables.scss +6 -15
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +7 -7
- package/scss/editor/_layout.scss +2 -2
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +9 -9
- package/scss/fab/_variables.scss +15 -15
- package/scss/filemanager/_variables.scss +9 -9
- package/scss/forms/_layout.scss +1 -1
- package/scss/forms/_variables.scss +17 -17
- package/scss/gantt/_variables.scss +152 -7
- package/scss/grid/_variables.scss +73 -73
- package/scss/imageeditor/_variables.scss +7 -7
- package/scss/input/_variables.scss +20 -20
- package/scss/list/_variables.scss +24 -24
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +4 -4
- package/scss/listview/_variables.scss +8 -8
- package/scss/loader/_variables.scss +25 -25
- package/scss/map/_variables.scss +8 -8
- package/scss/mediaplayer/_variables.scss +5 -5
- package/scss/menu/_layout.scss +2 -2
- package/scss/menu/_variables.scss +26 -26
- package/scss/menu-button/_variables.scss +1 -1
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +6 -6
- package/scss/orgchart/_variables.scss +11 -11
- package/scss/pager/_variables.scss +11 -11
- package/scss/panelbar/_variables.scss +8 -8
- package/scss/pdf-viewer/_variables.scss +5 -5
- package/scss/pivotgrid/_variables.scss +14 -14
- package/scss/popup/_variables.scss +4 -4
- package/scss/progressbar/_variables.scss +2 -2
- package/scss/prompt/_variables.scss +7 -7
- package/scss/radio/_variables.scss +9 -9
- package/scss/rating/_variables.scss +5 -5
- package/scss/scheduler/_layout.scss +4 -4
- package/scss/scheduler/_variables.scss +19 -19
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +5 -5
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +3 -3
- package/scss/split-button/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +6 -6
- package/scss/spreadsheet/_layout.scss +2 -2
- package/scss/spreadsheet/_variables.scss +17 -17
- package/scss/stepper/_variables.scss +8 -8
- package/scss/table/_variables.scss +12 -12
- package/scss/tabstrip/_variables.scss +9 -9
- package/scss/taskboard/_variables.scss +16 -16
- package/scss/tilelayout/_variables.scss +2 -2
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_variables.scss +6 -6
- package/scss/toolbar/_variables.scss +11 -11
- package/scss/tooltip/_variables.scss +6 -6
- package/scss/treelist/_variables.scss +5 -0
- package/scss/treeview/_variables.scss +15 -15
- package/scss/typography/_variables.scss +138 -55
- package/scss/upload/_variables.scss +7 -7
- package/scss/window/_variables.scss +6 -6
- package/scss/wizard/_variables.scss +7 -7
|
@@ -1,70 +1,70 @@
|
|
|
1
1
|
// Grid
|
|
2
2
|
$kendo-grid-border-width: 1px !default;
|
|
3
|
-
$kendo-grid-font-family:
|
|
4
|
-
$kendo-grid-font-size:
|
|
5
|
-
$kendo-grid-line-height:
|
|
3
|
+
$kendo-grid-font-family: var( --kendo-font-family, inherit ) !default;
|
|
4
|
+
$kendo-grid-font-size: var( --kendo-font-size, inherit ) !default;
|
|
5
|
+
$kendo-grid-line-height: var( --kendo-line-height, normal ) !default;
|
|
6
6
|
|
|
7
|
-
///
|
|
7
|
+
/// The horizontal padding of the Grid.
|
|
8
8
|
/// @group grid
|
|
9
9
|
$kendo-grid-padding-x: $kendo-table-md-cell-padding-x !default;
|
|
10
|
-
///
|
|
10
|
+
/// The vertical padding of the Grid.
|
|
11
11
|
/// @group grid
|
|
12
12
|
$kendo-grid-padding-y: $kendo-table-md-cell-padding-y !default;
|
|
13
13
|
|
|
14
|
-
///
|
|
14
|
+
/// The horizontal padding of the Grid header.
|
|
15
15
|
/// @group grid
|
|
16
16
|
$kendo-grid-header-padding-x: $kendo-grid-padding-x !default;
|
|
17
|
-
///
|
|
17
|
+
/// The vertical padding of the Grid header.
|
|
18
18
|
/// @group grid
|
|
19
|
-
$kendo-grid-header-padding-y:
|
|
19
|
+
$kendo-grid-header-padding-y: k-spacing(4) !default;
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
///
|
|
22
|
+
/// The horizontal padding of the Grid grouping header.
|
|
23
23
|
/// @group grid
|
|
24
|
-
$kendo-grid-grouping-header-padding-x:
|
|
25
|
-
///
|
|
24
|
+
$kendo-grid-grouping-header-padding-x: k-spacing(2) !default;
|
|
25
|
+
/// The vertical padding of the Grid grouping header.
|
|
26
26
|
/// @group grid
|
|
27
27
|
$kendo-grid-grouping-header-padding-y: $kendo-grid-grouping-header-padding-x !default;
|
|
28
28
|
|
|
29
|
-
///
|
|
29
|
+
/// The horizontal padding of the Grid cell.
|
|
30
30
|
/// @group grid
|
|
31
31
|
$kendo-grid-cell-padding-x: $kendo-grid-padding-x !default;
|
|
32
|
-
///
|
|
32
|
+
/// The vertical padding of the Grid cell.
|
|
33
33
|
/// @group grid
|
|
34
34
|
$kendo-grid-cell-padding-y: $kendo-grid-padding-y !default;
|
|
35
35
|
|
|
36
|
-
///
|
|
36
|
+
/// The horizontal padding of the Grid filter cell.
|
|
37
37
|
/// @group grid
|
|
38
38
|
$kendo-grid-filter-cell-padding-x: $kendo-grid-padding-x !default;
|
|
39
|
-
///
|
|
39
|
+
/// The vertical padding of the Grid filter cell.
|
|
40
40
|
/// @group grid
|
|
41
41
|
$kendo-grid-filter-cell-padding-y: $kendo-grid-padding-y !default;
|
|
42
42
|
|
|
43
|
-
///
|
|
43
|
+
/// The horizontal padding of the Grid edit cell.
|
|
44
44
|
/// @group grid
|
|
45
45
|
$kendo-grid-edit-cell-padding-x: $kendo-grid-cell-padding-x !default;
|
|
46
|
-
///
|
|
46
|
+
/// The vertical padding of the Grid filter cell.
|
|
47
47
|
/// @group grid
|
|
48
|
-
$kendo-grid-edit-cell-padding-y:
|
|
48
|
+
$kendo-grid-edit-cell-padding-y: k-spacing(1.5) !default;
|
|
49
49
|
|
|
50
50
|
$kendo-grid-group-drop-hint-size: 6px !default;
|
|
51
51
|
$kendo-grid-group-drop-hint-line-size: k-math-div( $kendo-grid-group-drop-hint-size, 3 ) !default;
|
|
52
52
|
$kendo-grid-group-drop-hint-height: $kendo-chip-calc-size !default;
|
|
53
|
-
$kendo-grid-group-drop-hint-top: calc( ( #{$kendo-chip-calc-size} + #{$kendo-grid-grouping-header-padding-y * 2
|
|
53
|
+
$kendo-grid-group-drop-hint-top: calc( ( #{$kendo-chip-calc-size} + calc( #{$kendo-grid-grouping-header-padding-y} * 2 ) - #{$kendo-grid-group-drop-hint-height} ) / 2) !default;
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
$kendo-grid-sm-padding-x: k-
|
|
57
|
-
$kendo-grid-sm-padding-y: k-
|
|
56
|
+
$kendo-grid-sm-padding-x: k-spacing(2.5) !default;
|
|
57
|
+
$kendo-grid-sm-padding-y: k-spacing(1) !default;
|
|
58
58
|
$kendo-grid-sm-header-padding-x: $kendo-grid-sm-padding-x !default;
|
|
59
|
-
$kendo-grid-sm-header-padding-y: k-
|
|
60
|
-
$kendo-grid-sm-grouping-header-padding-x: k-
|
|
59
|
+
$kendo-grid-sm-header-padding-y: k-spacing(2.5) !default;
|
|
60
|
+
$kendo-grid-sm-grouping-header-padding-x: k-spacing(1.5) !default;
|
|
61
61
|
$kendo-grid-sm-grouping-header-padding-y: $kendo-grid-sm-grouping-header-padding-x !default;
|
|
62
62
|
$kendo-grid-sm-cell-padding-x: $kendo-grid-sm-padding-x !default;
|
|
63
63
|
$kendo-grid-sm-cell-padding-y: $kendo-grid-sm-padding-y !default;
|
|
64
64
|
$kendo-grid-sm-filter-cell-padding-x: $kendo-grid-sm-padding-x !default;
|
|
65
|
-
$kendo-grid-sm-filter-cell-padding-y: k-
|
|
65
|
+
$kendo-grid-sm-filter-cell-padding-y: k-spacing(2) !default;
|
|
66
66
|
$kendo-grid-sm-edit-cell-padding-x: $kendo-grid-sm-cell-padding-x !default;
|
|
67
|
-
$kendo-grid-sm-edit-cell-padding-y: k-
|
|
67
|
+
$kendo-grid-sm-edit-cell-padding-y: k-spacing(1) !default;
|
|
68
68
|
$kendo-grid-sm-group-dropclue-height: calc( #{$kendo-chip-sm-calc-size} + #{$kendo-grid-group-drop-hint-size}) !default;
|
|
69
69
|
$kendo-grid-sm-selection-aggregates-padding-x: $kendo-grid-sm-padding-y !default;
|
|
70
70
|
$kendo-grid-sm-selection-aggregates-padding-y: $kendo-grid-sm-padding-y !default;
|
|
@@ -82,7 +82,7 @@ $kendo-grid-md-filter-cell-padding-y: $kendo-grid-filter-cell-padding-y !default
|
|
|
82
82
|
$kendo-grid-md-edit-cell-padding-x: $kendo-grid-edit-cell-padding-x !default;
|
|
83
83
|
$kendo-grid-md-edit-cell-padding-y: $kendo-grid-edit-cell-padding-y !default;
|
|
84
84
|
$kendo-grid-md-group-dropclue-height: $kendo-grid-group-drop-hint-height !default;
|
|
85
|
-
$kendo-grid-md-selection-aggregates-padding-x: k-
|
|
85
|
+
$kendo-grid-md-selection-aggregates-padding-x: k-spacing(2) !default;
|
|
86
86
|
$kendo-grid-md-selection-aggregates-padding-y: $kendo-grid-md-selection-aggregates-padding-x !default;
|
|
87
87
|
|
|
88
88
|
|
|
@@ -126,113 +126,113 @@ $kendo-grid-sizes: (
|
|
|
126
126
|
|
|
127
127
|
$kendo-grid-header-font-size: 12px !default;
|
|
128
128
|
$kendo-grid-header-first-border: 1px !default;
|
|
129
|
-
$kendo-grid-header-menu-icon-spacing:
|
|
129
|
+
$kendo-grid-header-menu-icon-spacing: k-spacing(3.5) !default;
|
|
130
130
|
|
|
131
131
|
$kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
|
|
132
132
|
|
|
133
133
|
$kendo-grid-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width !default;
|
|
134
134
|
$kendo-grid-cell-vertical-border-width: $kendo-table-cell-vertical-border-width !default;
|
|
135
135
|
|
|
136
|
-
///
|
|
136
|
+
/// The background color of the Grid.
|
|
137
137
|
/// @group grid
|
|
138
138
|
$kendo-grid-bg: $kendo-table-bg !default;
|
|
139
|
-
///
|
|
139
|
+
/// The text color of the Grid.
|
|
140
140
|
/// @group grid
|
|
141
141
|
$kendo-grid-text: $kendo-table-text !default;
|
|
142
|
-
///
|
|
142
|
+
/// The border color of the Grid.
|
|
143
143
|
/// @group grid
|
|
144
144
|
$kendo-grid-border: $kendo-table-border !default;
|
|
145
145
|
|
|
146
|
-
///
|
|
146
|
+
/// The background color of Grid header.
|
|
147
147
|
/// @group grid
|
|
148
148
|
$kendo-grid-header-bg: $kendo-table-header-bg !default;
|
|
149
|
-
///
|
|
149
|
+
/// The text color of Grid header.
|
|
150
150
|
/// @group grid
|
|
151
151
|
$kendo-grid-header-text: $kendo-table-header-text !default;
|
|
152
|
-
///
|
|
152
|
+
/// The border color of Grid header.
|
|
153
153
|
/// @group grid
|
|
154
154
|
$kendo-grid-header-border: $kendo-table-header-border !default;
|
|
155
|
-
///
|
|
155
|
+
/// The background gradient of Grid header.
|
|
156
156
|
/// @group grid
|
|
157
157
|
$kendo-grid-header-gradient: null !default;
|
|
158
158
|
|
|
159
|
-
///
|
|
159
|
+
/// The background color of Grid footer.
|
|
160
160
|
/// @group grid
|
|
161
161
|
$kendo-grid-footer-bg: $kendo-table-footer-bg !default;
|
|
162
|
-
///
|
|
162
|
+
/// The text color of Grid footer.
|
|
163
163
|
/// @group grid
|
|
164
164
|
$kendo-grid-footer-text: $kendo-table-footer-text !default;
|
|
165
|
-
///
|
|
165
|
+
/// The border color of Grid footer.
|
|
166
166
|
/// @group grid
|
|
167
167
|
$kendo-grid-footer-border: $kendo-table-footer-border !default;
|
|
168
168
|
|
|
169
169
|
// TODO(ZHEKOV): we need this, so k-alt won't override it. When we remove k-alt, we can make this null.
|
|
170
|
-
///
|
|
170
|
+
/// The background color of the Grid alternating rows.
|
|
171
171
|
/// @group grid
|
|
172
172
|
$kendo-grid-alt-bg: $kendo-table-alt-row-bg !default;
|
|
173
|
-
///
|
|
173
|
+
/// The text color of the Grid alternating rows.
|
|
174
174
|
/// @group grid
|
|
175
175
|
$kendo-grid-alt-text: $kendo-table-alt-row-text !default;
|
|
176
|
-
///
|
|
176
|
+
/// The border color of the Grid alternating rows.
|
|
177
177
|
/// @group grid
|
|
178
178
|
$kendo-grid-alt-border: $kendo-table-alt-row-border !default;
|
|
179
179
|
|
|
180
|
-
///
|
|
180
|
+
/// The background color of hovered Grid rows.
|
|
181
181
|
/// @group grid
|
|
182
182
|
$kendo-grid-hover-bg: $kendo-table-hover-bg !default;
|
|
183
|
-
///
|
|
183
|
+
/// The text color of hovered Grid rows.
|
|
184
184
|
/// @group grid
|
|
185
185
|
$kendo-grid-hover-text: $kendo-table-hover-text !default;
|
|
186
|
-
///
|
|
186
|
+
/// The border color of hovered Grid rows.
|
|
187
187
|
/// @group grid
|
|
188
188
|
$kendo-grid-hover-border: $kendo-table-hover-border !default;
|
|
189
189
|
|
|
190
|
-
///
|
|
190
|
+
/// The background color of selected Grid rows.
|
|
191
191
|
/// @group grid
|
|
192
192
|
$kendo-grid-selected-bg: $kendo-table-selected-bg !default;
|
|
193
|
-
///
|
|
193
|
+
/// The text color of selected Grid rows.
|
|
194
194
|
/// @group grid
|
|
195
195
|
$kendo-grid-selected-text: $kendo-table-selected-text !default;
|
|
196
|
-
///
|
|
196
|
+
/// The border color of selected Grid rows.
|
|
197
197
|
/// @group grid
|
|
198
198
|
$kendo-grid-selected-border: $kendo-table-selected-border !default;
|
|
199
199
|
|
|
200
|
-
///
|
|
200
|
+
/// The background color of the Grid selection aggregates container.
|
|
201
201
|
/// @group grid
|
|
202
202
|
$kendo-grid-selection-aggregates-bg: $kendo-grid-header-bg !default;
|
|
203
|
-
///
|
|
203
|
+
/// The text color of the Grid selection aggregates container.
|
|
204
204
|
/// @group grid
|
|
205
205
|
$kendo-grid-selection-aggregates-text: $kendo-grid-text !default;
|
|
206
|
-
///
|
|
206
|
+
/// The border color of the Grid selection aggregates container.
|
|
207
207
|
/// @group grid
|
|
208
208
|
$kendo-grid-selection-aggregates-border: $kendo-grid-border !default;
|
|
209
|
-
///
|
|
209
|
+
/// The border width of the Grid selection aggregates container.
|
|
210
210
|
/// @group grid
|
|
211
211
|
$kendo-grid-selection-aggregates-border-width: $kendo-grid-border-width !default;
|
|
212
|
-
///
|
|
212
|
+
/// The spacing between the selection aggregates items.
|
|
213
213
|
/// @group grid
|
|
214
|
-
$kendo-grid-selection-aggregates-spacing: k-
|
|
215
|
-
///
|
|
214
|
+
$kendo-grid-selection-aggregates-spacing: k-spacing(2) !default;
|
|
215
|
+
/// The line height of the Grid selection aggregates container.
|
|
216
216
|
/// @group grid
|
|
217
217
|
$kendo-grid-selection-aggregates-line-height: 20px !default;
|
|
218
|
-
///
|
|
218
|
+
/// The font weight of the Grid selection aggregates container.
|
|
219
219
|
/// @group grid
|
|
220
|
-
$kendo-grid-selection-aggregates-font-weight:
|
|
220
|
+
$kendo-grid-selection-aggregates-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
221
221
|
|
|
222
222
|
$kendo-grid-grouping-row-bg: transparent !default;
|
|
223
223
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
224
224
|
|
|
225
|
-
$kendo-grid-sorted-icon-spacing:
|
|
225
|
+
$kendo-grid-sorted-icon-spacing: k-spacing(1) !default;
|
|
226
226
|
$kendo-grid-sorted-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .04 )) !default;
|
|
227
227
|
$kendo-grid-sorting-indicator-text: $kendo-grid-header-text !default;
|
|
228
|
-
$kendo-grid-sorting-index-font-size:
|
|
228
|
+
$kendo-grid-sorting-index-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
229
229
|
$kendo-grid-sorting-index-height: $kendo-icon-size !default;
|
|
230
|
-
$kendo-grid-sorting-index-spacing-y:
|
|
231
|
-
$kendo-grid-sorting-index-spacing-x:
|
|
230
|
+
$kendo-grid-sorting-index-spacing-y: calc( #{$kendo-icon-spacing} / 2 ) !default;
|
|
231
|
+
$kendo-grid-sorting-index-spacing-x: calc( #{$kendo-grid-sorting-index-spacing-y} * -1 ) !default;
|
|
232
232
|
|
|
233
233
|
$kendo-grid-focus-shadow: $kendo-table-focus-shadow !default;
|
|
234
234
|
|
|
235
|
-
$kendo-grid-command-cell-button-spacing: k-
|
|
235
|
+
$kendo-grid-command-cell-button-spacing: k-spacing(2) !default;
|
|
236
236
|
// be cautious when changing the next line; see https://github.com/MoOx/reduce-css-calc/issues/38
|
|
237
237
|
$kendo-grid-command-cell-padding-y: calc( #{$kendo-grid-cell-padding-y} - (#{$kendo-button-calc-size} - #{$kendo-line-height-em}) / 2 ) !default;
|
|
238
238
|
|
|
@@ -263,8 +263,8 @@ $kendo-grid-column-menu-max-width: 320px !default;
|
|
|
263
263
|
|
|
264
264
|
$kendo-grid-filter-menu-check-all-border-bottom-width: 0 !default;
|
|
265
265
|
|
|
266
|
-
$kendo-grid-filter-menu-item-spacing-x: k-
|
|
267
|
-
$kendo-grid-filter-menu-item-spacing-y: k-
|
|
266
|
+
$kendo-grid-filter-menu-item-spacing-x: k-spacing(4) !default;
|
|
267
|
+
$kendo-grid-filter-menu-item-spacing-y: k-spacing(2) !default;
|
|
268
268
|
|
|
269
269
|
$kendo-grid-filterable-icon-spacing: calc( #{$kendo-button-calc-size} + #{$kendo-grid-header-menu-icon-spacing} ) !default;
|
|
270
270
|
|
|
@@ -277,14 +277,14 @@ $kendo-grid-column-menu-item-padding-y: $kendo-menu-popup-item-padding-y !defaul
|
|
|
277
277
|
$kendo-grid-column-menu-list-item-padding-x: $kendo-list-md-item-padding-x !default;
|
|
278
278
|
$kendo-grid-column-menu-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
279
279
|
|
|
280
|
-
$kendo-grid-column-menu-items-wrap-padding-x: 0 !default;
|
|
281
|
-
$kendo-grid-column-menu-items-wrap-padding-y: k-
|
|
280
|
+
$kendo-grid-column-menu-items-wrap-padding-x: k-spacing(0) !default;
|
|
281
|
+
$kendo-grid-column-menu-items-wrap-padding-y: k-spacing(2) !default;
|
|
282
282
|
|
|
283
283
|
$kendo-grid-column-menu-group-header-padding-x: $kendo-menu-popup-md-item-padding-x !default;
|
|
284
284
|
$kendo-grid-column-menu-group-header-padding-y: $kendo-menu-popup-md-item-padding-y !default;
|
|
285
285
|
|
|
286
|
-
$kendo-grid-column-menu-group-header-font-size:
|
|
287
|
-
$kendo-grid-column-menu-group-header-line-height:
|
|
286
|
+
$kendo-grid-column-menu-group-header-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
287
|
+
$kendo-grid-column-menu-group-header-line-height: var( --kendo-line-height, normal ) !default;
|
|
288
288
|
$kendo-grid-column-menu-group-header-text-transform: uppercase !default;
|
|
289
289
|
$kendo-grid-column-menu-group-header-border-bottom-width: 1px !default;
|
|
290
290
|
|
|
@@ -292,14 +292,14 @@ $kendo-grid-column-menu-group-header-bg: null !default;
|
|
|
292
292
|
$kendo-grid-column-menu-group-header-text: $kendo-popup-text !default;
|
|
293
293
|
$kendo-grid-column-menu-group-header-border: $kendo-popup-border !default;
|
|
294
294
|
|
|
295
|
-
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-x: 0 !default;
|
|
296
|
-
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-y: k-
|
|
295
|
+
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-x: k-spacing(0) !default;
|
|
296
|
+
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-y: k-spacing(2) !default;
|
|
297
297
|
|
|
298
298
|
$kendo-grid-column-menu-tabbed-bg: $kendo-base-bg !default;
|
|
299
299
|
|
|
300
300
|
$kendo-grid-drag-cell-width: ($kendo-icon-size * 3) !default;
|
|
301
301
|
|
|
302
|
-
$kendo-grid-row-inner-height: calc( #{$kendo-line-height-em} + #{$kendo-grid-cell-padding-y * 2
|
|
302
|
+
$kendo-grid-row-inner-height: calc( #{$kendo-line-height-em} + calc( #{$kendo-grid-cell-padding-y} * 2 ) ) !default;
|
|
303
303
|
|
|
304
304
|
$kendo-grid-hierarchy-col-width: 32px !default;
|
|
305
305
|
|
|
@@ -307,12 +307,12 @@ $kendo-grid-grouping-row-border-top: 0px !default;
|
|
|
307
307
|
$kendo-grid-group-footer-border-y: 1px !default;
|
|
308
308
|
$kendo-grid-group-footer-second-cell-border: 0px !default;
|
|
309
309
|
|
|
310
|
-
///
|
|
310
|
+
/// The background color of the Grid row resize indicator.
|
|
311
311
|
/// @group grid
|
|
312
312
|
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .24 )) !default;
|
|
313
|
-
///
|
|
313
|
+
/// The background color of the active Grid row resize indicator.
|
|
314
314
|
/// @group grid
|
|
315
315
|
$kendo-grid-row-resizer-active-bg: $kendo-color-primary !default;
|
|
316
|
-
///
|
|
316
|
+
/// The height of the Grid row resize indicator.
|
|
317
317
|
/// @group grid
|
|
318
|
-
$kendo-grid-row-resizer-height: k-
|
|
318
|
+
$kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
@@ -5,21 +5,21 @@ $kendo-image-editor-padding-y: null !default;
|
|
|
5
5
|
$kendo-image-editor-padding-x: null !default;
|
|
6
6
|
|
|
7
7
|
$kendo-image-editor-border-width: 1px !default;
|
|
8
|
-
$kendo-image-editor-font-size:
|
|
9
|
-
$kendo-image-editor-line-height:
|
|
10
|
-
$kendo-image-editor-font-family:
|
|
8
|
+
$kendo-image-editor-font-size: var( --kendo-font-size, inherit ) !default;
|
|
9
|
+
$kendo-image-editor-line-height: var( --kendo-line-height, normal ) !default;
|
|
10
|
+
$kendo-image-editor-font-family: var( --kendo-font-family, inherit ) !default;
|
|
11
11
|
|
|
12
12
|
$kendo-image-editor-content-border-width: 1px !default;
|
|
13
13
|
|
|
14
|
-
$kendo-image-editor-action-pane-padding-y: k-
|
|
15
|
-
$kendo-image-editor-action-pane-padding-x: k-
|
|
14
|
+
$kendo-image-editor-action-pane-padding-y: k-spacing(8) !default;
|
|
15
|
+
$kendo-image-editor-action-pane-padding-x: k-spacing(4) !default;
|
|
16
16
|
$kendo-image-editor-action-pane-width: if( $kendo-image-editor-content-border-width == null, 240px, calc(240px + #{$kendo-image-editor-content-border-width}) ) !default;
|
|
17
17
|
|
|
18
18
|
$kendo-image-editor-crop-border-width: 1px !default;
|
|
19
19
|
$kendo-image-editor-crop-border-style: dashed !default;
|
|
20
20
|
|
|
21
|
-
$kendo-image-editor-resize-handle-margin-x: 1px !default;
|
|
22
|
-
$kendo-image-editor-resize-handle-margin-y: 1px !default;
|
|
21
|
+
$kendo-image-editor-resize-handle-margin-x: k-spacing(1px) !default;
|
|
22
|
+
$kendo-image-editor-resize-handle-margin-y: k-spacing(1px) !default;
|
|
23
23
|
$kendo-image-editor-resize-handle-border-width: 0 2px 2px 0 !default;
|
|
24
24
|
$kendo-image-editor-resize-handle-size: 15px !default;
|
|
25
25
|
|
|
@@ -14,46 +14,46 @@ $kendo-input-border-radius: null !default;
|
|
|
14
14
|
|
|
15
15
|
/// The horizontal padding of the Input components.
|
|
16
16
|
/// @group input
|
|
17
|
-
$kendo-input-padding-x: k-
|
|
17
|
+
$kendo-input-padding-x: k-spacing(4) !default;
|
|
18
18
|
/// The horizontal padding of the small Input components.
|
|
19
19
|
/// @group input
|
|
20
|
-
$kendo-input-sm-padding-x: k-
|
|
20
|
+
$kendo-input-sm-padding-x: k-spacing(4) !default;
|
|
21
21
|
/// The horizontal padding of the medium Input components.
|
|
22
22
|
/// @group input
|
|
23
|
-
$kendo-input-md-padding-x: k-
|
|
23
|
+
$kendo-input-md-padding-x: k-spacing(4) !default;
|
|
24
24
|
/// The horizontal padding of the large Input components.
|
|
25
25
|
/// @group input
|
|
26
|
-
$kendo-input-lg-padding-x: k-
|
|
26
|
+
$kendo-input-lg-padding-x: k-spacing(4) !default;
|
|
27
27
|
|
|
28
28
|
/// The vertical padding of the Input components.
|
|
29
29
|
/// @group input
|
|
30
|
-
$kendo-input-padding-y: k-
|
|
30
|
+
$kendo-input-padding-y: k-spacing(2) !default;
|
|
31
31
|
/// The vertical padding of the small Input components.
|
|
32
32
|
/// @group input
|
|
33
|
-
$kendo-input-sm-padding-y: k-
|
|
33
|
+
$kendo-input-sm-padding-y: k-spacing(1.5) !default;
|
|
34
34
|
/// The vertical padding of the medium Input components.
|
|
35
35
|
/// @group input
|
|
36
|
-
$kendo-input-md-padding-y: k-
|
|
36
|
+
$kendo-input-md-padding-y: k-spacing(2) !default;
|
|
37
37
|
/// The vertical padding of the large Input components.
|
|
38
38
|
/// @group input
|
|
39
|
-
$kendo-input-lg-padding-y: k-
|
|
39
|
+
$kendo-input-lg-padding-y: k-spacing(2) !default;
|
|
40
40
|
|
|
41
41
|
/// The font family of the Input components.
|
|
42
42
|
/// @group input
|
|
43
|
-
$kendo-input-font-family:
|
|
43
|
+
$kendo-input-font-family: var( --kendo-font-family, inherit ) !default;
|
|
44
44
|
|
|
45
45
|
/// The font size of the Input components.
|
|
46
46
|
/// @group input
|
|
47
|
-
$kendo-input-font-size:
|
|
47
|
+
$kendo-input-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
48
48
|
/// The font size of the small Input components.
|
|
49
49
|
/// @group input
|
|
50
|
-
$kendo-input-sm-font-size:
|
|
50
|
+
$kendo-input-sm-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
51
51
|
/// The font size of the medium Input components.
|
|
52
52
|
/// @group input
|
|
53
|
-
$kendo-input-md-font-size:
|
|
53
|
+
$kendo-input-md-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
54
54
|
/// The font size of the large Input components.
|
|
55
55
|
/// @group input
|
|
56
|
-
$kendo-input-lg-font-size:
|
|
56
|
+
$kendo-input-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
57
57
|
|
|
58
58
|
/// The line height of the Input components.
|
|
59
59
|
/// @group input
|
|
@@ -76,24 +76,24 @@ $kendo-input-sizes: (
|
|
|
76
76
|
padding-y: $kendo-input-sm-padding-y,
|
|
77
77
|
font-size: $kendo-input-sm-font-size,
|
|
78
78
|
line-height: $kendo-input-sm-line-height,
|
|
79
|
-
button-padding-x: k-
|
|
80
|
-
button-padding-y: k-
|
|
79
|
+
button-padding-x: k-spacing(1),
|
|
80
|
+
button-padding-y: k-spacing(1)
|
|
81
81
|
),
|
|
82
82
|
md: (
|
|
83
83
|
padding-x: $kendo-input-md-padding-x,
|
|
84
84
|
padding-y: $kendo-input-md-padding-y,
|
|
85
85
|
font-size: $kendo-input-md-font-size,
|
|
86
86
|
line-height: $kendo-input-md-line-height,
|
|
87
|
-
button-padding-x: k-
|
|
88
|
-
button-padding-y: k-
|
|
87
|
+
button-padding-x: k-spacing(1),
|
|
88
|
+
button-padding-y: k-spacing(1)
|
|
89
89
|
),
|
|
90
90
|
lg: (
|
|
91
91
|
padding-x: $kendo-input-lg-padding-x,
|
|
92
92
|
padding-y: $kendo-input-lg-padding-y,
|
|
93
93
|
font-size: $kendo-input-lg-font-size,
|
|
94
94
|
line-height: $kendo-input-lg-line-height,
|
|
95
|
-
button-padding-x: k-
|
|
96
|
-
button-padding-y: k-
|
|
95
|
+
button-padding-x: k-spacing(1),
|
|
96
|
+
button-padding-y: k-spacing(1)
|
|
97
97
|
)
|
|
98
98
|
) !default;
|
|
99
99
|
|
|
@@ -247,7 +247,7 @@ $kendo-input-clear-value-hover-opacity: 1 !default;
|
|
|
247
247
|
|
|
248
248
|
/// The vertical margin of the clear value icon.
|
|
249
249
|
/// @group input
|
|
250
|
-
$kendo-input-values-margin-y: k-
|
|
250
|
+
$kendo-input-values-margin-y: k-spacing(0.5) !default;
|
|
251
251
|
/// The horizontal margin of the clear value icon.
|
|
252
252
|
/// @group input
|
|
253
253
|
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
/// The font family of the List components.
|
|
4
4
|
/// @group list
|
|
5
|
-
$kendo-list-font-family:
|
|
5
|
+
$kendo-list-font-family: var( --kendo-font-family, inherit ) !default;
|
|
6
6
|
|
|
7
7
|
/// The font size of the List component, if no size is set.
|
|
8
8
|
/// @group list
|
|
9
9
|
$kendo-list-font-size: null !default;
|
|
10
|
-
$kendo-list-sm-font-size:
|
|
11
|
-
$kendo-list-md-font-size:
|
|
12
|
-
$kendo-list-lg-font-size:
|
|
10
|
+
$kendo-list-sm-font-size: var( --kendo-font-size, inherit )!default;
|
|
11
|
+
$kendo-list-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
12
|
+
$kendo-list-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
13
13
|
|
|
14
14
|
/// The line height of the List component, if no size is set.
|
|
15
15
|
/// @group list
|
|
@@ -21,16 +21,16 @@ $kendo-list-lg-line-height: 1.5 !default;
|
|
|
21
21
|
/// The horizontal padding of the List header, if no size is set.
|
|
22
22
|
/// @group list
|
|
23
23
|
$kendo-list-header-padding-x: null !default;
|
|
24
|
-
$kendo-list-sm-header-padding-x: k-
|
|
25
|
-
$kendo-list-md-header-padding-x: k-
|
|
26
|
-
$kendo-list-lg-header-padding-x: k-
|
|
24
|
+
$kendo-list-sm-header-padding-x: k-spacing(4) !default;
|
|
25
|
+
$kendo-list-md-header-padding-x: k-spacing(4) !default;
|
|
26
|
+
$kendo-list-lg-header-padding-x: k-spacing(4) !default;
|
|
27
27
|
|
|
28
28
|
/// The vertical padding of the List header, if no size is set.
|
|
29
29
|
/// @group list
|
|
30
30
|
$kendo-list-header-padding-y: null !default;
|
|
31
|
-
$kendo-list-sm-header-padding-y: k-
|
|
32
|
-
$kendo-list-md-header-padding-y: k-
|
|
33
|
-
$kendo-list-lg-header-padding-y: k-
|
|
31
|
+
$kendo-list-sm-header-padding-y: k-spacing(1.5) !default;
|
|
32
|
+
$kendo-list-md-header-padding-y: k-spacing(2) !default;
|
|
33
|
+
$kendo-list-lg-header-padding-y: k-spacing(2) !default;
|
|
34
34
|
|
|
35
35
|
/// The border width of the List header.
|
|
36
36
|
/// @group list
|
|
@@ -52,21 +52,21 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
52
52
|
|
|
53
53
|
/// The font weight of the List header.
|
|
54
54
|
/// @group list
|
|
55
|
-
$kendo-list-header-font-weight:
|
|
55
|
+
$kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
56
56
|
|
|
57
57
|
/// The horizontal padding of the List items, when no size is set.
|
|
58
58
|
/// @group list
|
|
59
59
|
$kendo-list-item-padding-x: null !default;
|
|
60
|
-
$kendo-list-sm-item-padding-x: k-
|
|
61
|
-
$kendo-list-md-item-padding-x: k-
|
|
62
|
-
$kendo-list-lg-item-padding-x: k-
|
|
60
|
+
$kendo-list-sm-item-padding-x: k-spacing(4) !default;
|
|
61
|
+
$kendo-list-md-item-padding-x: k-spacing(4) !default;
|
|
62
|
+
$kendo-list-lg-item-padding-x: k-spacing(4) !default;
|
|
63
63
|
|
|
64
64
|
/// The vertical padding of the List items, when no size is set.
|
|
65
65
|
/// @group list
|
|
66
66
|
$kendo-list-item-padding-y: null !default;
|
|
67
|
-
$kendo-list-sm-item-padding-y: k-
|
|
68
|
-
$kendo-list-md-item-padding-y: k-
|
|
69
|
-
$kendo-list-lg-item-padding-y: k-
|
|
67
|
+
$kendo-list-sm-item-padding-y: k-spacing(1.5) !default;
|
|
68
|
+
$kendo-list-md-item-padding-y: k-spacing(2) !default;
|
|
69
|
+
$kendo-list-lg-item-padding-y: k-spacing(2) !default;
|
|
70
70
|
|
|
71
71
|
/// The font size of the List items, if no size is set.
|
|
72
72
|
/// @group list
|
|
@@ -85,16 +85,16 @@ $kendo-list-lg-item-line-height: null !default;
|
|
|
85
85
|
/// The horizontal padding of the List group items, when no size is set.
|
|
86
86
|
/// @group list
|
|
87
87
|
$kendo-list-group-item-padding-x: null !default;
|
|
88
|
-
$kendo-list-sm-group-item-padding-x: k-
|
|
89
|
-
$kendo-list-md-group-item-padding-x: k-
|
|
90
|
-
$kendo-list-lg-group-item-padding-x: k-
|
|
88
|
+
$kendo-list-sm-group-item-padding-x: k-spacing(4) !default;
|
|
89
|
+
$kendo-list-md-group-item-padding-x: k-spacing(4) !default;
|
|
90
|
+
$kendo-list-lg-group-item-padding-x: k-spacing(4) !default;
|
|
91
91
|
|
|
92
92
|
/// The vertical padding of the List group items, when no size is set.
|
|
93
93
|
/// @group list
|
|
94
94
|
$kendo-list-group-item-padding-y: null !default;
|
|
95
|
-
$kendo-list-sm-group-item-padding-y: k-
|
|
96
|
-
$kendo-list-md-group-item-padding-y: k-
|
|
97
|
-
$kendo-list-lg-group-item-padding-y: k-
|
|
95
|
+
$kendo-list-sm-group-item-padding-y: k-spacing(1.5) !default;
|
|
96
|
+
$kendo-list-md-group-item-padding-y: k-spacing(2) !default;
|
|
97
|
+
$kendo-list-lg-group-item-padding-y: k-spacing(2.5) !default;
|
|
98
98
|
|
|
99
99
|
/// The border width of the List group items.
|
|
100
100
|
/// @group list
|
|
@@ -116,7 +116,7 @@ $kendo-list-lg-group-item-line-height: null !default;
|
|
|
116
116
|
|
|
117
117
|
/// The font weight of a List group item.
|
|
118
118
|
/// @group list
|
|
119
|
-
$kendo-list-group-item-font-weight:
|
|
119
|
+
$kendo-list-group-item-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
/// The map with the sizes of the List.
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
/// The spacing between the ListBox elements.
|
|
4
4
|
/// @group listbox
|
|
5
|
-
$kendo-listbox-spacing: k-
|
|
5
|
+
$kendo-listbox-spacing: k-spacing(3) !default;
|
|
6
6
|
/// The spacing between the ListBox buttons.
|
|
7
7
|
/// @group listbox
|
|
8
|
-
$kendo-listbox-button-spacing: k-
|
|
8
|
+
$kendo-listbox-button-spacing: k-spacing(2) !default;
|
|
9
9
|
/// The width of the ListBox.
|
|
10
10
|
/// @group listbox
|
|
11
11
|
$kendo-listbox-width: 10em !default;
|
|
@@ -17,7 +17,7 @@ $kendo-listbox-default-height: 200px !default;
|
|
|
17
17
|
$kendo-listbox-border-width: 1px !default;
|
|
18
18
|
/// The font family of the ListBox.
|
|
19
19
|
/// @group listbox
|
|
20
|
-
$kendo-listbox-font-family:
|
|
20
|
+
$kendo-listbox-font-family: var( --kendo-font-family, inherit ) !default;
|
|
21
21
|
/// The font size of the ListBox.
|
|
22
22
|
/// @group listbox
|
|
23
23
|
$kendo-listbox-font-size: $kendo-list-md-font-size !default;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// Listgroup
|
|
2
2
|
$kendo-listgroup-border-width: 1px !default;
|
|
3
|
-
$kendo-listgroup-border-radius:
|
|
3
|
+
$kendo-listgroup-border-radius: k-border-radius(md) !default;
|
|
4
4
|
|
|
5
|
-
$kendo-listgroup-font-size:
|
|
5
|
+
$kendo-listgroup-font-size: var( --kendo-font-size, inherit ) !default;
|
|
6
6
|
$kendo-listgroup-line-height: k-math-div( 20, 14 ) !default;
|
|
7
7
|
|
|
8
8
|
$kendo-listgroup-bg: $kendo-component-bg !default;
|
|
9
9
|
$kendo-listgroup-text: $kendo-component-text !default;
|
|
10
10
|
$kendo-listgroup-border: $kendo-component-border !default;
|
|
11
11
|
|
|
12
|
-
$kendo-listgroup-item-padding-x: k-
|
|
13
|
-
$kendo-listgroup-item-padding-y: k-
|
|
12
|
+
$kendo-listgroup-item-padding-x: k-spacing(2) !default;
|
|
13
|
+
$kendo-listgroup-item-padding-y: k-spacing(2) !default;
|
|
14
14
|
$kendo-listgroup-item-border-width: 1px !default;
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
/// The horizontal padding of the ListView.
|
|
4
4
|
/// @group listview
|
|
5
|
-
$kendo-listview-padding-x: k-
|
|
5
|
+
$kendo-listview-padding-x: k-spacing(1) !default;
|
|
6
6
|
/// The vertical padding of the ListView.
|
|
7
7
|
/// @group listview
|
|
8
|
-
$kendo-listview-padding-y: k-
|
|
8
|
+
$kendo-listview-padding-y: k-spacing(1) !default;
|
|
9
9
|
/// The width of the border around bordered ListView.
|
|
10
10
|
/// @group listview
|
|
11
11
|
$kendo-listview-border-width: 1px !default;
|
|
12
12
|
/// The font family of the ListView.
|
|
13
13
|
/// @group listview
|
|
14
|
-
$kendo-listview-font-family:
|
|
14
|
+
$kendo-listview-font-family: var( --kendo-font-family, inherit ) !default;
|
|
15
15
|
/// The font size of the ListView.
|
|
16
16
|
/// @group listview
|
|
17
|
-
$kendo-listview-font-size:
|
|
17
|
+
$kendo-listview-font-size: var( --kendo-font-size, inherit ) !default;
|
|
18
18
|
/// The line height of the ListView.
|
|
19
19
|
/// @group listview
|
|
20
|
-
$kendo-listview-line-height:
|
|
20
|
+
$kendo-listview-line-height: var( --kendo-line-height, normal ) !default;
|
|
21
21
|
|
|
22
22
|
/// The text color of the ListView.
|
|
23
23
|
/// @group listview
|
|
@@ -31,10 +31,10 @@ $kendo-listview-border: $kendo-component-border !default;
|
|
|
31
31
|
|
|
32
32
|
/// The horizontal padding of the ListView items.
|
|
33
33
|
/// @group listview
|
|
34
|
-
$kendo-listview-item-padding-x: k-
|
|
34
|
+
$kendo-listview-item-padding-x: k-spacing(1) !default;
|
|
35
35
|
/// The vertical padding of the ListView items.
|
|
36
36
|
/// @group listview
|
|
37
|
-
$kendo-listview-item-padding-y: k-
|
|
37
|
+
$kendo-listview-item-padding-y: k-spacing(1) !default;
|
|
38
38
|
|
|
39
39
|
/// The text color of the selected ListView items.
|
|
40
40
|
/// @group listview
|
|
@@ -57,4 +57,4 @@ $kendo-listview-item-focus-bg: if($kendo-enable-color-system, k-color( base-acti
|
|
|
57
57
|
$kendo-listview-item-focus-border: null !default;
|
|
58
58
|
/// The box shadow of the focused ListView items.
|
|
59
59
|
/// @group listview
|
|
60
|
-
$kendo-listview-item-focus-shadow: null !default;
|
|
60
|
+
$kendo-listview-item-focus-shadow: null !default;
|