@progress/kendo-theme-fluent 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 +4808 -5183
- package/dist/meta/sassdoc-data.json +6206 -5756
- package/dist/meta/sassdoc-raw-data.json +3090 -2865
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-buttons/_variables.scss +3 -3
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_variables.scss +13 -13
- package/scss/adaptive/_layout.scss +8 -8
- package/scss/appbar/_variables.scss +6 -6
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +6 -6
- package/scss/bottom-navigation/_variables.scss +8 -8
- package/scss/breadcrumb/_variables.scss +16 -16
- package/scss/button/_layout.scss +1 -1
- package/scss/button/_variables.scss +9 -9
- package/scss/calendar/_variables.scss +36 -50
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +13 -13
- package/scss/chat/_layout.scss +2 -2
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_layout.scss +1 -1
- package/scss/checkbox/_variables.scss +15 -15
- package/scss/chip/_variables.scss +11 -11
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +6 -6
- package/scss/colorgradient/_variables.scss +9 -9
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/core/_index.scss +18 -1
- package/scss/core/_variables.scss +3 -59
- package/scss/core/border-radii/_index.scss +24 -0
- package/scss/core/color-system/_swatch-legacy.scss +0 -4
- package/scss/core/spacing/_index.scss +28 -0
- package/scss/core/typography/_index.scss +70 -0
- package/scss/dataviz/_layout.scss +6 -5
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dialog/_variables.scss +8 -8
- package/scss/dock-manager/_layout.scss +1 -0
- package/scss/dock-manager/_variables.scss +5 -5
- package/scss/draggable/_variables.scss +2 -1
- package/scss/drawer/_variables.scss +7 -5
- package/scss/dropdowntree/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +5 -5
- package/scss/editor/_layout.scss +6 -5
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +6 -6
- package/scss/fab/_variables.scss +16 -16
- package/scss/filemanager/_variables.scss +6 -6
- package/scss/filter/_variables.scss +2 -1
- package/scss/forms/_layout.scss +6 -5
- package/scss/forms/_variables.scss +15 -14
- package/scss/gantt/_layout.scss +10 -9
- package/scss/gantt/_variables.scss +77 -76
- package/scss/grid/_layout.scss +2 -1
- package/scss/grid/_variables.scss +172 -172
- package/scss/icon/_variables.scss +2 -2
- package/scss/imageeditor/_variables.scss +11 -11
- package/scss/index.scss +8 -1
- package/scss/input/_variables.scss +9 -9
- package/scss/list/_layout.scss +1 -0
- package/scss/list/_variables.scss +24 -24
- package/scss/listbox/_variables.scss +2 -2
- package/scss/listgroup/_layout.scss +6 -6
- package/scss/listgroup/_variables.scss +3 -3
- package/scss/listview/_variables.scss +8 -8
- package/scss/loader/_variables.scss +29 -29
- package/scss/map/_variables.scss +6 -5
- package/scss/mediaplayer/_variables.scss +2 -2
- package/scss/menu/_variables.scss +16 -16
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +6 -6
- package/scss/orgchart/_variables.scss +10 -10
- package/scss/pager/_variables.scss +8 -8
- package/scss/panelbar/_layout.scss +1 -0
- package/scss/panelbar/_variables.scss +9 -7
- package/scss/pdf-viewer/_variables.scss +4 -4
- package/scss/pivotgrid/_layout.scss +3 -3
- package/scss/pivotgrid/_variables.scss +17 -17
- package/scss/popover/_variables.scss +2 -2
- package/scss/popup/_variables.scss +5 -5
- package/scss/progressbar/_variables.scss +4 -4
- package/scss/prompt/_variables.scss +7 -7
- package/scss/radio/_variables.scss +13 -13
- package/scss/rating/_variables.scss +3 -3
- package/scss/scheduler/_layout.scss +2 -2
- package/scss/scheduler/_variables.scss +11 -11
- package/scss/scrollview/_variables.scss +2 -2
- package/scss/signature/_variables.scss +5 -5
- package/scss/skeleton/_variables.scss +2 -2
- package/scss/slider/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +6 -6
- package/scss/spreadsheet/_layout.scss +8 -7
- package/scss/spreadsheet/_variables.scss +19 -18
- package/scss/stepper/_variables.scss +8 -8
- package/scss/table/_variables.scss +10 -10
- package/scss/tabstrip/_variables.scss +11 -10
- package/scss/taskboard/_variables.scss +23 -23
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +24 -24
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_variables.scss +6 -6
- package/scss/toolbar/_layout.scss +1 -1
- package/scss/toolbar/_variables.scss +9 -9
- package/scss/tooltip/_layout.scss +10 -10
- package/scss/tooltip/_variables.scss +5 -5
- package/scss/treelist/_layout.scss +2 -2
- package/scss/treelist/_variables.scss +2 -2
- package/scss/treeview/_variables.scss +11 -11
- package/scss/typography/_layout.scss +9 -0
- package/scss/typography/_theme.scss +7 -0
- package/scss/typography/_variables.scss +125 -67
- package/scss/upload/_layout.scss +1 -0
- package/scss/upload/_variables.scss +5 -5
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_variables.scss +10 -10
- package/scss/wizard/_variables.scss +8 -8
|
@@ -6,94 +6,94 @@
|
|
|
6
6
|
@use "../toolbar/_variables.scss" as *;
|
|
7
7
|
@use "../list/_variables.scss" as *;
|
|
8
8
|
|
|
9
|
-
///
|
|
9
|
+
/// The border width of the Grid.
|
|
10
10
|
/// @group grid
|
|
11
11
|
$kendo-grid-border-width: 1px !default;
|
|
12
|
-
///
|
|
12
|
+
/// The border style of the Grid.
|
|
13
13
|
/// @group grid
|
|
14
14
|
$kendo-grid-border-style: solid !default;
|
|
15
|
-
///
|
|
15
|
+
/// The font family of the Grid.
|
|
16
16
|
/// @group grid
|
|
17
17
|
$kendo-grid-font-family: var( --kendo-font-family, inherit ) !default;
|
|
18
|
-
///
|
|
18
|
+
/// The font size of the Grid.
|
|
19
19
|
/// @group grid
|
|
20
20
|
$kendo-grid-font-size: var( --kendo-font-size, inherit ) !default;
|
|
21
|
-
///
|
|
21
|
+
/// The line height of the Grid.
|
|
22
22
|
/// @group grid
|
|
23
23
|
$kendo-grid-line-height: var( --kendo-line-height, normal ) !default;
|
|
24
24
|
|
|
25
|
-
///
|
|
25
|
+
/// The horizontal padding of the Grid.
|
|
26
26
|
/// @group grid
|
|
27
27
|
$kendo-grid-padding-x: $kendo-table-cell-padding-x !default;
|
|
28
|
-
///
|
|
28
|
+
/// The vertical padding of the Grid.
|
|
29
29
|
/// @group grid
|
|
30
30
|
$kendo-grid-padding-y: $kendo-table-cell-padding-y !default;
|
|
31
31
|
|
|
32
|
-
///
|
|
32
|
+
/// The horizontal padding of the Grid header.
|
|
33
33
|
/// @group grid
|
|
34
34
|
$kendo-grid-header-padding-x: $kendo-grid-padding-x !default;
|
|
35
|
-
///
|
|
35
|
+
/// The vertical padding of the Grid header.
|
|
36
36
|
/// @group grid
|
|
37
37
|
$kendo-grid-header-padding-y: $kendo-grid-padding-y !default;
|
|
38
38
|
|
|
39
|
-
///
|
|
39
|
+
/// The horizontal padding of the Grid grouping header.
|
|
40
40
|
/// @group grid
|
|
41
41
|
$kendo-grid-grouping-header-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
42
|
-
///
|
|
42
|
+
/// The vertical padding of the Grid grouping header.
|
|
43
43
|
/// @group grid
|
|
44
44
|
$kendo-grid-grouping-header-padding-y: $kendo-toolbar-md-padding-y !default;
|
|
45
45
|
|
|
46
|
-
///
|
|
46
|
+
/// The horizontal padding of the Grid cell.
|
|
47
47
|
/// @group grid
|
|
48
48
|
$kendo-grid-cell-padding-x: $kendo-grid-padding-x !default;
|
|
49
|
-
///
|
|
49
|
+
/// The vertical padding of the Grid cell.
|
|
50
50
|
/// @group grid
|
|
51
51
|
$kendo-grid-cell-padding-y: $kendo-grid-padding-y !default;
|
|
52
52
|
|
|
53
|
-
///
|
|
53
|
+
/// The horizontal padding of the Grid filter cell.
|
|
54
54
|
/// @group grid
|
|
55
55
|
$kendo-grid-filter-cell-padding-x: $kendo-grid-padding-y !default;
|
|
56
|
-
///
|
|
56
|
+
/// The vertical padding of the Grid filter cell.
|
|
57
57
|
/// @group grid
|
|
58
58
|
$kendo-grid-filter-cell-padding-y: $kendo-grid-filter-cell-padding-x !default;
|
|
59
59
|
|
|
60
|
-
///
|
|
60
|
+
/// The horizontal padding of the Grid edit cell.
|
|
61
61
|
/// @group grid
|
|
62
62
|
$kendo-grid-edit-cell-padding-x: $kendo-grid-cell-padding-x !default;
|
|
63
|
-
///
|
|
63
|
+
/// The vertical padding of the Grid filter cell.
|
|
64
64
|
/// @group grid
|
|
65
|
-
$kendo-grid-edit-cell-padding-y:
|
|
65
|
+
$kendo-grid-edit-cell-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
|
|
66
66
|
|
|
67
67
|
|
|
68
|
-
///
|
|
68
|
+
/// The size of the Grid group drop clue.
|
|
69
69
|
/// @group grid
|
|
70
70
|
$kendo-grid-group-drop-hint-size: 6px !default;
|
|
71
|
-
///
|
|
71
|
+
/// The line size of the Grid group drop clue.
|
|
72
72
|
/// @group grid
|
|
73
73
|
$kendo-grid-group-drop-hint-line-size: 1px !default;
|
|
74
|
-
///
|
|
74
|
+
/// The dot size of the Grid group drop clue.
|
|
75
75
|
/// @group grid
|
|
76
76
|
$kendo-grid-group-drop-hint-dot-size: $kendo-grid-group-drop-hint-size !default;
|
|
77
|
-
///
|
|
77
|
+
/// The height of the Grid group drop clue.
|
|
78
78
|
/// @group grid
|
|
79
79
|
$kendo-grid-group-drop-hint-height: calc( #{$kendo-chip-calc-size} + #{$kendo-grid-group-drop-hint-size} ) !default;
|
|
80
|
-
///
|
|
80
|
+
/// The top offset of the Grid group drop clue.
|
|
81
81
|
/// @group grid
|
|
82
82
|
$kendo-grid-group-drop-hint-top: 2px !default;
|
|
83
83
|
|
|
84
84
|
|
|
85
|
-
$kendo-grid-sm-padding-x:
|
|
86
|
-
$kendo-grid-sm-padding-y:
|
|
85
|
+
$kendo-grid-sm-padding-x: k-spacing(3) !default;
|
|
86
|
+
$kendo-grid-sm-padding-y: k-spacing(1.5) !default;
|
|
87
87
|
$kendo-grid-sm-header-padding-x: $kendo-grid-sm-padding-x !default;
|
|
88
88
|
$kendo-grid-sm-header-padding-y: $kendo-grid-sm-padding-y !default;
|
|
89
|
-
$kendo-grid-sm-grouping-header-padding-x:
|
|
89
|
+
$kendo-grid-sm-grouping-header-padding-x: k-spacing(1.5) !default;
|
|
90
90
|
$kendo-grid-sm-grouping-header-padding-y: $kendo-grid-sm-grouping-header-padding-x !default;
|
|
91
91
|
$kendo-grid-sm-cell-padding-x: $kendo-grid-sm-padding-x !default;
|
|
92
92
|
$kendo-grid-sm-cell-padding-y: $kendo-grid-sm-padding-y !default;
|
|
93
93
|
$kendo-grid-sm-filter-cell-padding-x: $kendo-grid-sm-padding-x !default;
|
|
94
|
-
$kendo-grid-sm-filter-cell-padding-y:
|
|
94
|
+
$kendo-grid-sm-filter-cell-padding-y: k-spacing(2) !default;
|
|
95
95
|
$kendo-grid-sm-edit-cell-padding-x: $kendo-grid-sm-padding-x !default;
|
|
96
|
-
$kendo-grid-sm-edit-cell-padding-y:
|
|
96
|
+
$kendo-grid-sm-edit-cell-padding-y: k-spacing(0.5) !default;
|
|
97
97
|
$kendo-grid-sm-group-dropclue-height: calc( #{$kendo-chip-sm-calc-size} + #{$kendo-grid-group-drop-hint-size}) !default;
|
|
98
98
|
$kendo-grid-sm-selection-aggregates-padding-x: $kendo-grid-sm-padding-y !default;
|
|
99
99
|
$kendo-grid-sm-selection-aggregates-padding-y: $kendo-grid-sm-padding-y !default;
|
|
@@ -111,7 +111,7 @@ $kendo-grid-md-filter-cell-padding-y: $kendo-grid-filter-cell-padding-y !default
|
|
|
111
111
|
$kendo-grid-md-edit-cell-padding-x: $kendo-grid-edit-cell-padding-x !default;
|
|
112
112
|
$kendo-grid-md-edit-cell-padding-y: $kendo-grid-edit-cell-padding-y !default;
|
|
113
113
|
$kendo-grid-md-group-dropclue-height: $kendo-grid-group-drop-hint-height !default;
|
|
114
|
-
$kendo-grid-md-selection-aggregates-padding-x:
|
|
114
|
+
$kendo-grid-md-selection-aggregates-padding-x: k-spacing(2) !default;
|
|
115
115
|
$kendo-grid-md-selection-aggregates-padding-y: $kendo-grid-md-selection-aggregates-padding-x !default;
|
|
116
116
|
|
|
117
117
|
|
|
@@ -154,430 +154,430 @@ $kendo-grid-sizes: (
|
|
|
154
154
|
) !default;
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
///
|
|
157
|
+
/// The background color of the Grid.
|
|
158
158
|
/// @group grid
|
|
159
159
|
$kendo-grid-bg: $kendo-table-bg !default;
|
|
160
|
-
///
|
|
160
|
+
/// The text color of the Grid.
|
|
161
161
|
/// @group grid
|
|
162
162
|
$kendo-grid-text: $kendo-table-text !default;
|
|
163
|
-
///
|
|
163
|
+
/// The border color of the Grid.
|
|
164
164
|
/// @group grid
|
|
165
165
|
$kendo-grid-border: $kendo-table-border !default;
|
|
166
|
-
///
|
|
166
|
+
/// The focus shadow of the Grid.
|
|
167
167
|
/// @group grid
|
|
168
168
|
$kendo-grid-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
169
169
|
|
|
170
|
-
///
|
|
170
|
+
/// The background color of alternating rows in Grid.
|
|
171
171
|
/// @group grid
|
|
172
172
|
$kendo-grid-alt-bg: $kendo-table-alt-row-bg !default;
|
|
173
|
-
///
|
|
173
|
+
/// The text color of alternating rows in Grid.
|
|
174
174
|
/// @group grid
|
|
175
175
|
$kendo-grid-alt-text: $kendo-table-alt-row-text !default;
|
|
176
|
-
///
|
|
176
|
+
/// The border color of alternating rows in Grid.
|
|
177
177
|
/// @group grid
|
|
178
178
|
$kendo-grid-alt-border: $kendo-table-alt-row-border !default;
|
|
179
179
|
|
|
180
|
-
///
|
|
180
|
+
/// The background color of hover rows in Grid.
|
|
181
181
|
/// @group grid
|
|
182
182
|
$kendo-grid-hover-bg: $kendo-table-hover-bg !default;
|
|
183
|
-
///
|
|
183
|
+
/// The text color of hover rows in Grid.
|
|
184
184
|
/// @group grid
|
|
185
185
|
$kendo-grid-hover-text: $kendo-table-hover-text !default;
|
|
186
|
-
///
|
|
186
|
+
/// The border color of hover rows in Grid.
|
|
187
187
|
/// @group grid
|
|
188
188
|
$kendo-grid-hover-border: $kendo-table-hover-border !default;
|
|
189
189
|
|
|
190
|
-
///
|
|
190
|
+
/// The background color of selected rows in Grid.
|
|
191
191
|
/// @group grid
|
|
192
192
|
$kendo-grid-selected-bg: $kendo-table-selected-bg !default;
|
|
193
|
-
///
|
|
193
|
+
/// The text color of selected rows in Grid.
|
|
194
194
|
/// @group grid
|
|
195
195
|
$kendo-grid-selected-text: $kendo-table-selected-text !default;
|
|
196
|
-
///
|
|
196
|
+
/// The border color of selected rows in Grid.
|
|
197
197
|
/// @group grid
|
|
198
198
|
$kendo-grid-selected-border: $kendo-table-selected-border !default;
|
|
199
199
|
|
|
200
|
-
///
|
|
200
|
+
/// The background color of hovered selected rows in Grid.
|
|
201
201
|
/// @group grid
|
|
202
202
|
$kendo-grid-selected-hover-bg: $kendo-table-selected-hover-bg !default;
|
|
203
|
-
///
|
|
203
|
+
/// The text color of hovered selected rows in Grid.
|
|
204
204
|
/// @group grid
|
|
205
205
|
$kendo-grid-selected-hover-text: $kendo-table-selected-hover-text !default;
|
|
206
|
-
///
|
|
206
|
+
/// The border color of hovered selected rows in Grid.
|
|
207
207
|
/// @group grid
|
|
208
208
|
$kendo-grid-selected-hover-border: $kendo-table-selected-hover-border !default;
|
|
209
209
|
|
|
210
|
-
///
|
|
210
|
+
/// The vertical border width of the Grid header.
|
|
211
211
|
/// @group grid
|
|
212
212
|
$kendo-grid-header-border-width-y: $kendo-grid-border-width !default;
|
|
213
|
-
///
|
|
213
|
+
/// The horizontal border width of the Grid header.
|
|
214
214
|
/// @group grid
|
|
215
215
|
$kendo-grid-header-border-width-x: 0 !default;
|
|
216
|
-
///
|
|
216
|
+
/// The font size of the Grid header.
|
|
217
217
|
/// @group grid
|
|
218
218
|
$kendo-grid-header-font-size: inherit !default;
|
|
219
|
-
///
|
|
219
|
+
/// The font weight of the Grid header.
|
|
220
220
|
/// @group grid
|
|
221
221
|
$kendo-grid-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
222
|
-
///
|
|
222
|
+
/// The menu spacing of the Grid header.
|
|
223
223
|
/// @group grid
|
|
224
224
|
$kendo-grid-header-menu-spacing: var( --kendo-icon-spacing, .5rem ) !default;
|
|
225
|
-
///
|
|
225
|
+
/// The border width of the first cell in the Grid header.
|
|
226
226
|
/// @group grid
|
|
227
227
|
$kendo-grid-header-first-border-width: $kendo-grid-border-width !default;
|
|
228
|
-
///
|
|
228
|
+
/// The background color of Grid header.
|
|
229
229
|
/// @group grid
|
|
230
230
|
$kendo-grid-header-bg: $kendo-table-header-bg !default;
|
|
231
|
-
///
|
|
231
|
+
/// The text color of Grid header.
|
|
232
232
|
/// @group grid
|
|
233
233
|
$kendo-grid-header-text: $kendo-table-header-text !default;
|
|
234
|
-
///
|
|
234
|
+
/// The border color of Grid header.
|
|
235
235
|
/// @group grid
|
|
236
236
|
$kendo-grid-header-border: $kendo-table-header-border !default;
|
|
237
|
-
///
|
|
237
|
+
/// The background color of Grid header icons.
|
|
238
238
|
/// @group grid
|
|
239
239
|
$kendo-grid-header-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
|
|
240
240
|
|
|
241
|
-
//
|
|
241
|
+
// The background color of Grid footer.
|
|
242
242
|
/// @group grid
|
|
243
243
|
$kendo-grid-footer-bg: $kendo-table-footer-bg !default;
|
|
244
|
-
///
|
|
244
|
+
/// The text color of Grid footer.
|
|
245
245
|
/// @group grid
|
|
246
246
|
$kendo-grid-footer-text: $kendo-table-footer-text !default;
|
|
247
|
-
///
|
|
247
|
+
/// The border color of Grid footer.
|
|
248
248
|
/// @group grid
|
|
249
249
|
$kendo-grid-footer-border: $kendo-table-footer-border !default;
|
|
250
250
|
|
|
251
|
-
///
|
|
251
|
+
/// The background color of the Grid selection aggregates container.
|
|
252
252
|
/// @group grid
|
|
253
253
|
$kendo-grid-selection-aggregates-bg: $kendo-toolbar-bg !default;
|
|
254
|
-
///
|
|
254
|
+
/// The text color of the Grid selection aggregates container.
|
|
255
255
|
/// @group grid
|
|
256
256
|
$kendo-grid-selection-aggregates-text: $kendo-grid-text !default;
|
|
257
|
-
///
|
|
257
|
+
/// The border color of the Grid selection aggregates container.
|
|
258
258
|
/// @group grid
|
|
259
259
|
$kendo-grid-selection-aggregates-border: $kendo-grid-border !default;
|
|
260
|
-
///
|
|
260
|
+
/// The border width of the Grid selection aggregates container.
|
|
261
261
|
/// @group grid
|
|
262
262
|
$kendo-grid-selection-aggregates-border-width: $kendo-grid-border-width !default;
|
|
263
|
-
///
|
|
263
|
+
/// The spacing between the Grid selection aggregates items.
|
|
264
264
|
/// @group grid
|
|
265
|
-
$kendo-grid-selection-aggregates-spacing:
|
|
266
|
-
/// Line height of the selection aggregates container
|
|
265
|
+
$kendo-grid-selection-aggregates-spacing: k-spacing(2) !default;
|
|
266
|
+
/// Line height of the Grid selection aggregates container.
|
|
267
267
|
/// @group grid
|
|
268
268
|
$kendo-grid-selection-aggregates-line-height: $kendo-grid-line-height !default;
|
|
269
|
-
///
|
|
269
|
+
/// The font weight of the Grid selection aggregates container.
|
|
270
270
|
/// @group grid
|
|
271
271
|
$kendo-grid-selection-aggregates-font-weight: $kendo-font-weight-bold !default;
|
|
272
272
|
|
|
273
|
-
///
|
|
273
|
+
/// The background color of the Grid grouping header.
|
|
274
274
|
/// @group grid
|
|
275
275
|
$kendo-grid-grouping-header-bg: $kendo-toolbar-bg !default;
|
|
276
|
-
///
|
|
276
|
+
/// The text color of the Grid grouping header.
|
|
277
277
|
/// @group grid
|
|
278
278
|
$kendo-grid-grouping-header-text: $kendo-toolbar-text !default;
|
|
279
|
-
///
|
|
279
|
+
/// The border color of the Grid grouping header.
|
|
280
280
|
/// @group grid
|
|
281
281
|
$kendo-grid-grouping-header-border: $kendo-toolbar-border !default;
|
|
282
282
|
|
|
283
|
-
///
|
|
283
|
+
/// The vertical border width of the Grid grouping row.
|
|
284
284
|
/// @group grid
|
|
285
285
|
$kendo-grid-grouping-row-border-width-y: $kendo-grid-border-width !default;
|
|
286
|
-
///
|
|
286
|
+
/// The background color of the Grid grouping row.
|
|
287
287
|
/// @group grid
|
|
288
288
|
$kendo-grid-grouping-row-bg: $kendo-table-group-row-bg !default;
|
|
289
|
-
///
|
|
289
|
+
/// The text color of the Grid grouping row.
|
|
290
290
|
/// @group grid
|
|
291
291
|
$kendo-grid-grouping-row-text: $kendo-table-group-row-text !default;
|
|
292
|
-
///
|
|
292
|
+
/// The border color of the Grid grouping row.
|
|
293
293
|
/// @group grid
|
|
294
294
|
$kendo-grid-grouping-row-border: $kendo-table-group-row-border !default;
|
|
295
295
|
|
|
296
|
-
///
|
|
296
|
+
/// The horizontal padding of the Grid filter cell.
|
|
297
297
|
/// @group grid
|
|
298
298
|
$kendo-grid-filter-cell-padding-x: $kendo-grid-padding-y !default;
|
|
299
|
-
///
|
|
299
|
+
/// The vertical padding of the Grid filter cell.
|
|
300
300
|
/// @group grid
|
|
301
301
|
$kendo-grid-filter-cell-padding-y: $kendo-grid-filter-cell-padding-x !default;
|
|
302
302
|
|
|
303
|
-
///
|
|
303
|
+
/// The horizontal padding of the Grid Toolbar.
|
|
304
304
|
/// @group grid
|
|
305
305
|
$kendo-grid-toolbar-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
306
|
-
///
|
|
306
|
+
/// The vertical padding of the Grid Toolbar.
|
|
307
307
|
/// @group grid
|
|
308
308
|
$kendo-grid-toolbar-padding-y: $kendo-toolbar-md-padding-y !default;
|
|
309
|
-
///
|
|
309
|
+
/// The spacing of the Grid Toolbar.
|
|
310
310
|
/// @group grid
|
|
311
311
|
$kendo-grid-toolbar-spacing: $kendo-toolbar-md-spacing !default;
|
|
312
|
-
///
|
|
312
|
+
/// The border width of the Grid Toolbar.
|
|
313
313
|
/// @group grid
|
|
314
314
|
$kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
|
|
315
315
|
|
|
316
|
-
///
|
|
316
|
+
/// The vertical border width of the Grid cell.
|
|
317
317
|
/// @group grid
|
|
318
318
|
$kendo-grid-cell-border-width-y: $kendo-grid-border-width !default;
|
|
319
|
-
///
|
|
319
|
+
/// The horizontal border width of the Grid cell.
|
|
320
320
|
/// @group grid
|
|
321
321
|
$kendo-grid-cell-border-width-x: 0px !default;
|
|
322
|
-
///
|
|
322
|
+
/// The font size of the Grid sort index.
|
|
323
323
|
/// @group grid
|
|
324
324
|
$kendo-grid-sort-index-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
325
|
-
///
|
|
325
|
+
/// The default height of the Grid sort index.
|
|
326
326
|
/// @group grid
|
|
327
327
|
$kendo-grid-sort-index-height: var( --kendo-icon-size, 1rem ) !default;
|
|
328
|
-
///
|
|
328
|
+
/// The horizontal offset of the Grid sort index.
|
|
329
329
|
/// @group grid
|
|
330
330
|
$kendo-grid-sort-index-spacing-y: calc( var( --kendo-icon-spacing, .5rem ) / 4 ) !default;
|
|
331
|
-
///
|
|
331
|
+
/// The vertical offset of the Grid sort index.
|
|
332
332
|
/// @group grid
|
|
333
|
-
$kendo-grid-sort-index-spacing-x:
|
|
334
|
-
///
|
|
333
|
+
$kendo-grid-sort-index-spacing-x: k-spacing(0.5) !default;
|
|
334
|
+
/// The spacing of the Grid sort icon.
|
|
335
335
|
/// @group grid
|
|
336
336
|
$kendo-grid-sort-icon-spacing: var( --kendo-icon-lg-spacing, .5rem ) !default;
|
|
337
|
-
///
|
|
337
|
+
/// The text color of the Grid sort indicator.
|
|
338
338
|
/// @group grid
|
|
339
339
|
$kendo-grid-sort-indicator-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
|
|
340
|
-
///
|
|
340
|
+
/// The text color of the Grid sort order indicator.
|
|
341
341
|
/// @group grid
|
|
342
342
|
$kendo-grid-sort-indicator-order-text: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
|
|
343
|
-
///
|
|
343
|
+
/// The background color of the sorted Grid cells.
|
|
344
344
|
/// @group grid
|
|
345
345
|
$kendo-grid-sorted-bg: if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 )) !default;
|
|
346
346
|
|
|
347
|
-
///
|
|
347
|
+
/// The horizontal padding of the Grid command cells.
|
|
348
348
|
/// @group grid
|
|
349
349
|
$kendo-grid-command-cell-padding-y: calc( #{$kendo-table-cell-padding-y} - (#{$kendo-button-calc-size} - #{$kendo-line-height-em} ) / 2 ) !default;
|
|
350
|
-
///
|
|
350
|
+
/// The vertical padding of the Grid command cells.
|
|
351
351
|
/// @group grid
|
|
352
|
-
$kendo-grid-command-cell-button-spacing:
|
|
352
|
+
$kendo-grid-command-cell-button-spacing: k-spacing(2) !default;
|
|
353
353
|
|
|
354
|
-
///
|
|
354
|
+
/// The horizontal padding of the Grid group indicator.
|
|
355
355
|
/// @group grid
|
|
356
356
|
$kendo-grid-group-indicator-padding-x: $kendo-button-md-padding-x !default;
|
|
357
|
-
///
|
|
357
|
+
/// The vertical padding of the Grid group indicator.
|
|
358
358
|
/// @group grid
|
|
359
359
|
$kendo-grid-group-indicator-padding-y: $kendo-button-md-padding-y !default;
|
|
360
|
-
///
|
|
360
|
+
/// The border width of the Grid group indicator.
|
|
361
361
|
/// @group grid
|
|
362
362
|
$kendo-grid-group-indicator-border-width: $kendo-button-border-width !default;
|
|
363
|
-
///
|
|
363
|
+
/// The border radius of the Grid group indicator.
|
|
364
364
|
/// @group grid
|
|
365
|
-
$kendo-grid-group-indicator-border-radius:
|
|
365
|
+
$kendo-grid-group-indicator-border-radius: k-border-radius(md) !default;
|
|
366
366
|
/// Spacing of the grid group indicator.
|
|
367
367
|
/// @group grid
|
|
368
368
|
$kendo-grid-group-indicator-gap: $kendo-table-cell-padding-y !default;
|
|
369
|
-
///
|
|
369
|
+
/// The text color of the Grid group indicator.
|
|
370
370
|
/// @group grid
|
|
371
371
|
$kendo-grid-group-indicator-text: var( --kendo-component-text, initial ) !default;
|
|
372
|
-
///
|
|
372
|
+
/// The background color of the Grid group indicator.
|
|
373
373
|
/// @group grid
|
|
374
374
|
$kendo-grid-group-indicator-bg: var( --kendo-component-bg, initial ) !default;
|
|
375
|
-
///
|
|
375
|
+
/// The border color of the Grid group indicator.
|
|
376
376
|
/// @group grid
|
|
377
377
|
$kendo-grid-group-indicator-border: if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 )) !default;
|
|
378
|
-
///
|
|
378
|
+
/// The text color of the Grid group indicator icon.
|
|
379
379
|
/// @group grid
|
|
380
380
|
$kendo-grid-group-indicator-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
|
|
381
381
|
|
|
382
|
-
///
|
|
382
|
+
/// The horizontal border width of the Grid group footer.
|
|
383
383
|
/// @group grid
|
|
384
384
|
$kendo-grid-group-footer-border-width-y: 0px !default;
|
|
385
|
-
///
|
|
385
|
+
/// The vertical border width of the Grid group footer.
|
|
386
386
|
/// @group grid
|
|
387
387
|
$kendo-grid-group-footer-border-width-x: 0px !default;
|
|
388
388
|
|
|
389
|
-
///
|
|
389
|
+
/// The text color of the Grid group drop clue.
|
|
390
390
|
/// @group grid
|
|
391
391
|
$kendo-grid-group-drop-hint-bg: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
|
|
392
392
|
|
|
393
|
-
///
|
|
393
|
+
/// The border width of the Grid sticky cell.
|
|
394
394
|
/// @group grid
|
|
395
395
|
$kendo-grid-sticky-cell-border-width: $kendo-grid-border-width !default;
|
|
396
|
-
///
|
|
396
|
+
/// The background color of the Grid sticky cell.
|
|
397
397
|
/// @group grid
|
|
398
398
|
$kendo-grid-sticky-bg: var( --kendo-component-bg, initial ) !default;
|
|
399
|
-
///
|
|
399
|
+
/// The text color of the Grid sticky cell.
|
|
400
400
|
/// @group grid
|
|
401
401
|
$kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
402
|
-
///
|
|
402
|
+
/// The border color of the Grid sticky cell.
|
|
403
403
|
/// @group grid
|
|
404
404
|
$kendo-grid-sticky-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 80%, transparent), k-get-theme-color-var( neutral-90 )) !default;
|
|
405
|
-
///
|
|
405
|
+
/// The alt background color of the Grid sticky cell.
|
|
406
406
|
/// @group grid
|
|
407
407
|
$kendo-grid-sticky-alt-bg: $kendo-grid-sticky-bg !default;
|
|
408
|
-
///
|
|
408
|
+
/// The background color of the Grid sticky cell.
|
|
409
409
|
/// @group grid
|
|
410
410
|
$kendo-grid-sticky-hover-bg: $kendo-grid-hover-bg !default;
|
|
411
411
|
|
|
412
|
-
///
|
|
412
|
+
/// The background color of the Grid sticky header.
|
|
413
413
|
/// @group grid
|
|
414
414
|
$kendo-grid-sticky-header-bg: $kendo-grid-header-bg !default;
|
|
415
|
-
///
|
|
415
|
+
/// The text color of the Grid sticky header.
|
|
416
416
|
/// @group grid
|
|
417
417
|
$kendo-grid-sticky-header-text: $kendo-grid-header-text !default;
|
|
418
|
-
///
|
|
418
|
+
/// The border color of the Grid sticky header.
|
|
419
419
|
/// @group grid
|
|
420
420
|
$kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
421
421
|
|
|
422
|
-
///
|
|
422
|
+
/// The background color of the Grid sticky footer.
|
|
423
423
|
/// @group grid
|
|
424
424
|
$kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
425
|
-
///
|
|
425
|
+
/// The background color of the Grid sticky footer.
|
|
426
426
|
/// @group grid
|
|
427
427
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-hover-bg !default;
|
|
428
428
|
|
|
429
|
-
///
|
|
429
|
+
/// The background color of the selected Grid sticky cells.
|
|
430
430
|
/// @group grid
|
|
431
431
|
$kendo-grid-sticky-selected-bg: $kendo-grid-selected-bg !default;
|
|
432
|
-
///
|
|
432
|
+
/// The background color of the selected alt Grid sticky cells.
|
|
433
433
|
/// @group grid
|
|
434
434
|
$kendo-grid-sticky-selected-alt-bg: $kendo-grid-sticky-selected-bg !default;
|
|
435
|
-
///
|
|
435
|
+
/// The background color of the hovered selected Grid sticky cells.
|
|
436
436
|
/// @group grid
|
|
437
437
|
$kendo-grid-sticky-selected-hover-bg: if($kendo-enable-color-system, $kendo-grid-sticky-selected-bg, $kendo-grid-selected-hover-bg) !default;
|
|
438
438
|
|
|
439
|
-
///
|
|
439
|
+
/// The horizontal padding of the Grid filter menu container.
|
|
440
440
|
/// @group grid
|
|
441
|
-
$kendo-filter-menu-container-padding-y:
|
|
442
|
-
///
|
|
441
|
+
$kendo-filter-menu-container-padding-y: k-spacing(3) !default;
|
|
442
|
+
/// The vertical padding of the Grid filter menu container.
|
|
443
443
|
/// @group grid
|
|
444
|
-
$kendo-filter-menu-container-padding-x:
|
|
444
|
+
$kendo-filter-menu-container-padding-x: k-spacing(3) !default;
|
|
445
445
|
|
|
446
|
-
///
|
|
446
|
+
/// The default width of the Grid column menu.
|
|
447
447
|
/// @group grid
|
|
448
448
|
$kendo-grid-column-menu-width: 230px !default;
|
|
449
|
-
///
|
|
449
|
+
/// The max width of the Grid column menu.
|
|
450
450
|
/// @group grid
|
|
451
451
|
$kendo-grid-column-menu-max-width: 320px !default;
|
|
452
|
-
///
|
|
452
|
+
/// The spacing of the Grid column menu.
|
|
453
453
|
/// @group grid
|
|
454
|
-
$kendo-grid-column-menu-spacing:
|
|
455
|
-
///
|
|
454
|
+
$kendo-grid-column-menu-spacing: k-spacing(2) !default;
|
|
455
|
+
/// The focus shadow of the Grid column menu.
|
|
456
456
|
/// @group grid
|
|
457
457
|
$kendo-grid-column-menu-shadow: var( --kendo-box-shadow-depth-4, none ) !default;
|
|
458
|
-
///
|
|
458
|
+
/// The background color of the Grid column menu.
|
|
459
459
|
/// @group grid
|
|
460
460
|
$kendo-grid-column-menu-bg: var( --kendo-component-bg, inherit ) !default;
|
|
461
|
-
///
|
|
461
|
+
/// The text color of the Grid column menu.
|
|
462
462
|
/// @group grid
|
|
463
463
|
$kendo-grid-column-menu-text: var( --kendo-component-text, inherit ) !default;
|
|
464
|
-
///
|
|
464
|
+
/// The border color of the Grid column menu.
|
|
465
465
|
/// @group grid
|
|
466
466
|
$kendo-grid-column-menu-border: var( --kendo-component-border, inherit ) !default;
|
|
467
467
|
|
|
468
|
-
///
|
|
468
|
+
/// The font size of the Grid column menu checkbox container.
|
|
469
469
|
/// @group grid
|
|
470
470
|
$kendo-grid-column-menu-multicheck-font-size: $kendo-list-md-font-size !default;
|
|
471
|
-
///
|
|
471
|
+
/// The line height of the Grid column menu checkbox container.
|
|
472
472
|
/// @group grid
|
|
473
473
|
$kendo-grid-column-menu-multicheck-line-height: $kendo-list-md-line-height !default;
|
|
474
474
|
|
|
475
|
-
///
|
|
475
|
+
/// The vertical padding of the Grid column menu items wrap.
|
|
476
476
|
/// @group grid
|
|
477
|
-
$kendo-grid-column-menu-items-wrap-padding-y:
|
|
478
|
-
///
|
|
477
|
+
$kendo-grid-column-menu-items-wrap-padding-y: k-spacing(2) !default;
|
|
478
|
+
/// The horizontal padding of the Grid column menu items wrap.
|
|
479
479
|
/// @group grid
|
|
480
|
-
$kendo-grid-column-menu-items-wrap-padding-x:
|
|
480
|
+
$kendo-grid-column-menu-items-wrap-padding-x: k-spacing(2) !default;
|
|
481
481
|
|
|
482
|
-
///
|
|
482
|
+
/// The horizontal padding of the Grid column menu item.
|
|
483
483
|
/// @group grid
|
|
484
484
|
$kendo-grid-column-menu-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
485
|
-
///
|
|
485
|
+
/// The vertical padding of the Grid column menu item.
|
|
486
486
|
/// @group grid
|
|
487
487
|
$kendo-grid-column-menu-item-padding-x: $kendo-list-md-item-padding-x !default;
|
|
488
|
-
///
|
|
488
|
+
/// The spacing of the Grid column menu item.
|
|
489
489
|
/// @group grid
|
|
490
490
|
$kendo-grid-column-menu-item-gap: $kendo-list-md-item-padding-x !default;
|
|
491
|
-
///
|
|
491
|
+
/// The icon spacing of the Grid column menu item.
|
|
492
492
|
/// @group grid
|
|
493
493
|
$kendo-grid-column-menu-item-icon-spacing: var( --kendo-icon-spacing, .5rem ) !default;
|
|
494
|
-
///
|
|
494
|
+
/// The background color of the Grid column menu item.
|
|
495
495
|
/// @group grid
|
|
496
496
|
$kendo-grid-column-menu-item-bg: $kendo-list-item-bg !default;
|
|
497
|
-
///
|
|
497
|
+
/// The text color of the Grid column menu item.
|
|
498
498
|
/// @group grid
|
|
499
499
|
$kendo-grid-column-menu-item-text: $kendo-list-item-text !default;
|
|
500
|
-
///
|
|
500
|
+
/// The background color of the Grid column menu item.
|
|
501
501
|
/// @group grid
|
|
502
502
|
$kendo-grid-column-menu-item-hover-bg: $kendo-list-item-hover-bg !default;
|
|
503
|
-
///
|
|
503
|
+
/// The text color of the hovered Grid column menu item.
|
|
504
504
|
/// @group grid
|
|
505
505
|
$kendo-grid-column-menu-item-hover-text: $kendo-list-item-hover-text !default;
|
|
506
|
-
///
|
|
506
|
+
/// The background color of the selected Grid column menu item.
|
|
507
507
|
/// @group grid
|
|
508
508
|
$kendo-grid-column-menu-item-selected-bg: $kendo-list-item-selected-bg !default;
|
|
509
|
-
///
|
|
509
|
+
/// The text color of the selected Grid column menu item.
|
|
510
510
|
/// @group grid
|
|
511
511
|
$kendo-grid-column-menu-item-selected-text: $kendo-list-item-selected-text !default;
|
|
512
|
-
///
|
|
512
|
+
/// The focus shadow of the Grid column menu item.
|
|
513
513
|
/// @group grid
|
|
514
514
|
$kendo-grid-column-menu-item-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
515
|
-
///
|
|
515
|
+
/// The text color of the Grid column menu item icon.
|
|
516
516
|
/// @group grid
|
|
517
517
|
$kendo-grid-column-menu-item-icon-text: $kendo-list-item-icon-text !default;
|
|
518
518
|
|
|
519
|
-
///
|
|
519
|
+
/// The vertical padding of the Grid column menu group header.
|
|
520
520
|
/// @group grid
|
|
521
521
|
$kendo-grid-column-menu-group-header-padding-y: $kendo-grid-column-menu-item-padding-y !default;
|
|
522
|
-
///
|
|
522
|
+
/// The horizontal padding of the Grid column menu group header.
|
|
523
523
|
/// @group grid
|
|
524
524
|
$kendo-grid-column-menu-group-header-padding-x: $kendo-grid-column-menu-item-padding-x !default;
|
|
525
|
-
///
|
|
525
|
+
/// The border width of the Grid column menu group header.
|
|
526
526
|
/// @group grid
|
|
527
527
|
$kendo-grid-column-menu-group-header-border-width: 1px !default;
|
|
528
|
-
///
|
|
528
|
+
/// The border style of the Grid column menu group header.
|
|
529
529
|
/// @group grid
|
|
530
530
|
$kendo-grid-column-menu-group-header-border-style: solid !default;
|
|
531
|
-
///
|
|
531
|
+
/// The font size of the Grid column menu group header.
|
|
532
532
|
/// @group grid
|
|
533
533
|
$kendo-grid-column-menu-group-header-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
534
|
-
///
|
|
534
|
+
/// The font weight of the Grid column menu group header.
|
|
535
535
|
/// @group grid
|
|
536
536
|
$kendo-grid-column-menu-group-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
537
|
-
///
|
|
537
|
+
/// The mine height of the Grid column menu group header.
|
|
538
538
|
/// @group grid
|
|
539
539
|
$kendo-grid-column-menu-group-header-line-height: var( --kendo-line-height, normal ) !default;
|
|
540
|
-
///
|
|
540
|
+
/// The text transform of the Grid column menu group header.
|
|
541
541
|
/// @group grid
|
|
542
542
|
$kendo-grid-column-menu-group-header-text-transform: uppercase !default;
|
|
543
543
|
|
|
544
|
-
///
|
|
544
|
+
/// The background color of the Grid column menu group.
|
|
545
545
|
/// @group grid
|
|
546
546
|
$kendo-grid-column-menu-group-header-bg: var( --kendo-component-bg, inherit ) !default;
|
|
547
|
-
///
|
|
547
|
+
/// The text color of the Grid column menu group.
|
|
548
548
|
/// @group grid
|
|
549
549
|
$kendo-grid-column-menu-group-header-text: var( --kendo-component-text, inherit ) !default;
|
|
550
|
-
///
|
|
550
|
+
/// The border color of the Grid column menu group.
|
|
551
551
|
/// @group grid
|
|
552
552
|
$kendo-grid-column-menu-group-header-border: var( --kendo-component-border, inherit) !default;
|
|
553
553
|
|
|
554
|
-
///
|
|
554
|
+
/// The horizontal padding of the tabstrip content in the Grid tabbed column menu.
|
|
555
555
|
/// @group grid
|
|
556
|
-
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-x: 0 !default;
|
|
557
|
-
///
|
|
556
|
+
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-x: k-spacing(0) !default;
|
|
557
|
+
/// The vertical padding of the tabstrip content in the Grid tabbed column menu.
|
|
558
558
|
/// @group grid
|
|
559
|
-
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-y:
|
|
559
|
+
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-y: k-spacing(3) !default;
|
|
560
560
|
|
|
561
|
-
///
|
|
561
|
+
/// The background color of the Grid tabbed column menu.
|
|
562
562
|
/// @group grid
|
|
563
563
|
$kendo-grid-column-menu-tabbed-bg: var( --kendo-base-bg, inherit ) !default;
|
|
564
564
|
|
|
565
|
-
///
|
|
565
|
+
/// The default width of the Grid drag cell.
|
|
566
566
|
/// @group grid
|
|
567
567
|
$kendo-grid-drag-cell-width: calc( var( --kendo-icon-size, 1rem ) * 2.25 ) !default;
|
|
568
|
-
///
|
|
568
|
+
/// The default width of the Grid hierarchy cell.
|
|
569
569
|
/// @group grid
|
|
570
570
|
$kendo-grid-hierarchy-col-width: calc( var( --kendo-icon-size, 1rem ) * 2 ) !default;
|
|
571
|
-
///
|
|
571
|
+
/// The spacing of the Grid filterable icon.
|
|
572
572
|
/// @group grid
|
|
573
573
|
$kendo-grid-filterable-icon-spacing: calc( #{$kendo-button-calc-size} + #{$kendo-grid-header-menu-spacing} ) !default;
|
|
574
574
|
|
|
575
|
-
///
|
|
575
|
+
/// The background color of the Grid row resize indicator.
|
|
576
576
|
/// @group grid
|
|
577
577
|
$kendo-grid-row-resizer-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), k-get-theme-color-var( neutral-90 )) !default;
|
|
578
|
-
///
|
|
578
|
+
/// The background color of the active Grid row resize indicator.
|
|
579
579
|
/// @group grid
|
|
580
580
|
$kendo-grid-row-resizer-active-bg: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) !default;
|
|
581
|
-
///
|
|
581
|
+
/// The height of the Grid row resize indicator.
|
|
582
582
|
/// @group grid
|
|
583
|
-
$kendo-grid-row-resizer-height:
|
|
583
|
+
$kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|