@progress/kendo-theme-classic 13.2.0-dev.4 → 14.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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +12342 -8886
- package/dist/meta/sassdoc-raw-data.json +5895 -4295
- package/dist/meta/variables.json +274 -2
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +8 -0
- package/scss/appbar/_variables.scss +4 -0
- package/scss/button/_variables.scss +5 -0
- package/scss/chart-wizard/_variables.scss +17 -0
- package/scss/chat/_variables.scss +4 -0
- package/scss/column-menu/_variables.scss +11 -1
- package/scss/dataviz/_variables.scss +8 -0
- package/scss/dock-manager/_variables.scss +4 -0
- package/scss/dropzone/_variables.scss +4 -0
- package/scss/editor/_variables.scss +4 -0
- package/scss/expansion-panel/_variables.scss +12 -0
- package/scss/file-box/_variables.scss +9 -0
- package/scss/filemanager/_variables.scss +4 -0
- package/scss/filter/_variables.scss +5 -0
- package/scss/forms/_variables.scss +21 -0
- package/scss/gantt/_variables.scss +4 -0
- package/scss/grid/_variables.scss +17 -0
- package/scss/imageeditor/_variables.scss +4 -0
- package/scss/listbox/_variables.scss +14 -1
- package/scss/listview/_variables.scss +5 -1
- package/scss/mediaplayer/_variables.scss +16 -0
- package/scss/messagebox/_variables.scss +4 -0
- package/scss/pdf-viewer/_variables.scss +4 -0
- package/scss/pivotgrid/_variables.scss +4 -0
- package/scss/progressbar/_variables.scss +6 -0
- package/scss/prompt/_variables.scss +14 -1
- package/scss/scheduler/_variables.scss +4 -0
- package/scss/scrollview/_variables.scss +8 -0
- package/scss/spreadsheet/_variables.scss +4 -0
- package/scss/stepper/_variables.scss +4 -0
- package/scss/suggestion/_variables.scss +4 -0
- package/scss/table/_variables.scss +27 -0
- package/scss/taskboard/_variables.scss +4 -0
- package/scss/timeline/_variables.scss +5 -0
- package/scss/upload/_variables.scss +4 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "14.0.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.8.0",
|
|
57
|
-
"@progress/kendo-theme-core": "
|
|
58
|
-
"@progress/kendo-theme-utils": "
|
|
57
|
+
"@progress/kendo-theme-core": "14.0.0-dev.1",
|
|
58
|
+
"@progress/kendo-theme-utils": "14.0.0-dev.1"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "780438a25511afc7e4aef75ff1fd10a259b64356"
|
|
65
65
|
}
|
|
@@ -74,6 +74,9 @@ $kendo-actionsheet-titlebar-line-height: null !default;
|
|
|
74
74
|
/// The gap of the ActionSheet titlebar.
|
|
75
75
|
/// @group action-sheet
|
|
76
76
|
$kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
|
|
77
|
+
/// The font weight of the ActionSheet titlebar.
|
|
78
|
+
/// @group action-sheet
|
|
79
|
+
$kendo-actionsheet-titlebar-font-weight: null !default;
|
|
77
80
|
|
|
78
81
|
/// The background color of the ActionSheet titlebar.
|
|
79
82
|
/// @group action-sheet
|
|
@@ -137,6 +140,9 @@ $kendo-actionsheet-item-border-width: 1px !default;
|
|
|
137
140
|
/// The spacing between the ActionSheet items.
|
|
138
141
|
/// @group action-sheet
|
|
139
142
|
$kendo-actionsheet-item-spacing: k-spacing(3) !default;
|
|
143
|
+
/// The border radius of the ActionSheet item.
|
|
144
|
+
/// @group action-sheet
|
|
145
|
+
$kendo-actionsheet-item-border-radius: null !default;
|
|
140
146
|
|
|
141
147
|
/// The font weight of the ActionSheet item title.
|
|
142
148
|
/// @group action-sheet
|
|
@@ -254,6 +260,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
254
260
|
$kendo-actionsheet-titlebar-font-size: $kendo-actionsheet-titlebar-font-size,
|
|
255
261
|
$kendo-actionsheet-titlebar-font-family: $kendo-actionsheet-titlebar-font-family,
|
|
256
262
|
$kendo-actionsheet-titlebar-line-height: $kendo-actionsheet-titlebar-line-height,
|
|
263
|
+
$kendo-actionsheet-titlebar-font-weight: $kendo-actionsheet-titlebar-font-weight,
|
|
257
264
|
$kendo-actionsheet-titlebar-gap: $kendo-actionsheet-titlebar-gap,
|
|
258
265
|
$kendo-actionsheet-titlebar-bg: $kendo-actionsheet-titlebar-bg,
|
|
259
266
|
$kendo-actionsheet-titlebar-text: $kendo-actionsheet-titlebar-text,
|
|
@@ -274,6 +281,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
274
281
|
$kendo-actionsheet-item-padding-y: $kendo-actionsheet-item-padding-y,
|
|
275
282
|
$kendo-actionsheet-item-border-width: $kendo-actionsheet-item-border-width,
|
|
276
283
|
$kendo-actionsheet-item-spacing: $kendo-actionsheet-item-spacing,
|
|
284
|
+
$kendo-actionsheet-item-border-radius: $kendo-actionsheet-item-border-radius,
|
|
277
285
|
$kendo-actionsheet-item-title-font-weight: $kendo-actionsheet-item-title-font-weight,
|
|
278
286
|
$kendo-actionsheet-item-title-text-transform: $kendo-actionsheet-item-title-text-transform,
|
|
279
287
|
$kendo-actionsheet-item-description-font-size: $kendo-actionsheet-item-description-font-size,
|
|
@@ -24,6 +24,9 @@ $kendo-appbar-padding-y: k-spacing(2) !default;
|
|
|
24
24
|
/// The width of the border around the AppBar.
|
|
25
25
|
/// @group appbar
|
|
26
26
|
$kendo-appbar-border-width: 0px !default;
|
|
27
|
+
/// The border radius of the AppBar.
|
|
28
|
+
/// @group appbar
|
|
29
|
+
$kendo-appbar-border-radius: null !default;
|
|
27
30
|
/// The z-index of the AppBar.
|
|
28
31
|
/// @group appbar
|
|
29
32
|
$kendo-appbar-zindex: k-z-index("banner") !default;
|
|
@@ -54,6 +57,7 @@ $kendo-appbar-bottom-box-shadow: k-elevation(4) !default;
|
|
|
54
57
|
$kendo-appbar-padding-x: $kendo-appbar-padding-x,
|
|
55
58
|
$kendo-appbar-padding-y: $kendo-appbar-padding-y,
|
|
56
59
|
$kendo-appbar-border-width: $kendo-appbar-border-width,
|
|
60
|
+
$kendo-appbar-border-radius: $kendo-appbar-border-radius,
|
|
57
61
|
$kendo-appbar-zindex: $kendo-appbar-zindex,
|
|
58
62
|
$kendo-appbar-font-family: $kendo-appbar-font-family,
|
|
59
63
|
$kendo-appbar-font-size: $kendo-appbar-font-size,
|
|
@@ -29,6 +29,10 @@ $kendo-button-border-width: 1px !default;
|
|
|
29
29
|
/// @group button
|
|
30
30
|
$kendo-button-border-radius: null !default;
|
|
31
31
|
|
|
32
|
+
/// The spacing between icon and text inside the Button.
|
|
33
|
+
/// @group button
|
|
34
|
+
$kendo-button-gap: k-spacing(1) !default;
|
|
35
|
+
|
|
32
36
|
/// The horizontal padding of the xsmall Button.
|
|
33
37
|
/// @group button
|
|
34
38
|
$kendo-button-xs-padding-x: k-spacing(2) !default;
|
|
@@ -268,6 +272,7 @@ $kendo-button-transition: color k-transition(rapid), background-color k-transiti
|
|
|
268
272
|
@forward "@progress/kendo-theme-core/scss/components/button/_variables.scss" with (
|
|
269
273
|
$kendo-button-border-width: $kendo-button-border-width,
|
|
270
274
|
$kendo-button-border-radius: $kendo-button-border-radius,
|
|
275
|
+
$kendo-button-gap: $kendo-button-gap,
|
|
271
276
|
$kendo-button-xs-padding-x: $kendo-button-xs-padding-x,
|
|
272
277
|
$kendo-button-sm-padding-x: $kendo-button-sm-padding-x,
|
|
273
278
|
$kendo-button-md-padding-x: $kendo-button-md-padding-x,
|
|
@@ -15,6 +15,12 @@ $kendo-chart-wizard-icon-area-border-radius: k-border-radius(md) !default;
|
|
|
15
15
|
/// The padding of the area around the chart type icon.
|
|
16
16
|
/// @group chart-wizard
|
|
17
17
|
$kendo-chart-wizard-icon-area-padding: k-spacing(4) !default;
|
|
18
|
+
/// The border width of the area around the chart type icon.
|
|
19
|
+
/// @group chart-wizard
|
|
20
|
+
$kendo-chart-wizard-icon-area-border-width: null !default;
|
|
21
|
+
/// The border color of the area around the chart type icon.
|
|
22
|
+
/// @group chart-wizard
|
|
23
|
+
$kendo-chart-wizard-icon-area-border-color: null !default;
|
|
18
24
|
/// The box shadow of the focused area around the chart type icon.
|
|
19
25
|
/// @group chart-wizard
|
|
20
26
|
$kendo-chart-wizard-icon-area-focus-shadow: inset 0 0 0 1px k-color(primary-emphasis) !default;
|
|
@@ -22,6 +28,13 @@ $kendo-chart-wizard-icon-area-focus-shadow: inset 0 0 0 1px k-color(primary-emph
|
|
|
22
28
|
/// @group chart-wizard
|
|
23
29
|
$kendo-chart-wizard-icon-area-selected-shadow: inset 0 0 0 1px $kendo-chart-wizard-icon-area-color !default;
|
|
24
30
|
|
|
31
|
+
/// The border color of the selected area around the chart type icon.
|
|
32
|
+
/// @group chart-wizard
|
|
33
|
+
$kendo-chart-wizard-icon-area-selected-border-color: null !default;
|
|
34
|
+
/// The background color of the selected area around the chart type icon.
|
|
35
|
+
/// @group chart-wizard
|
|
36
|
+
$kendo-chart-wizard-icon-area-selected-bg: null !default;
|
|
37
|
+
|
|
25
38
|
/// The color of the selected chart type items in the Property panel.
|
|
26
39
|
/// @group chart-wizard
|
|
27
40
|
$kendo-chart-wizard-chart-type-selected-color: k-color(primary) !default;
|
|
@@ -45,9 +58,13 @@ $kendo-chart-wizard-icon-text-gap: k-spacing(3) !default;
|
|
|
45
58
|
$kendo-chart-wizard-icon-area-color: $kendo-chart-wizard-icon-area-color,
|
|
46
59
|
$kendo-chart-wizard-icon-area-bg: $kendo-chart-wizard-icon-area-bg,
|
|
47
60
|
$kendo-chart-wizard-icon-area-border-radius: $kendo-chart-wizard-icon-area-border-radius,
|
|
61
|
+
$kendo-chart-wizard-icon-area-border-width: $kendo-chart-wizard-icon-area-border-width,
|
|
62
|
+
$kendo-chart-wizard-icon-area-border-color: $kendo-chart-wizard-icon-area-border-color,
|
|
48
63
|
$kendo-chart-wizard-icon-area-padding: $kendo-chart-wizard-icon-area-padding,
|
|
49
64
|
$kendo-chart-wizard-icon-area-focus-shadow: $kendo-chart-wizard-icon-area-focus-shadow,
|
|
50
65
|
$kendo-chart-wizard-icon-area-selected-shadow: $kendo-chart-wizard-icon-area-selected-shadow,
|
|
66
|
+
$kendo-chart-wizard-icon-area-selected-border-color: $kendo-chart-wizard-icon-area-selected-border-color,
|
|
67
|
+
$kendo-chart-wizard-icon-area-selected-bg: $kendo-chart-wizard-icon-area-selected-bg,
|
|
51
68
|
$kendo-chart-wizard-chart-type-selected-color: $kendo-chart-wizard-chart-type-selected-color,
|
|
52
69
|
$kendo-chart-wizard-preview-pane-padding: $kendo-chart-wizard-preview-pane-padding,
|
|
53
70
|
$kendo-chart-wizard-property-pane-padding: $kendo-chart-wizard-property-pane-padding,
|
|
@@ -18,6 +18,9 @@ $kendo-chat-height: 320px !default;
|
|
|
18
18
|
/// The border width of the Chat.
|
|
19
19
|
/// @group chat
|
|
20
20
|
$kendo-chat-border-width: 1px !default;
|
|
21
|
+
/// The border radius of the Chat.
|
|
22
|
+
/// @group chat
|
|
23
|
+
$kendo-chat-border-radius: null !default;
|
|
21
24
|
/// The font family of the Chat.
|
|
22
25
|
/// @group chat
|
|
23
26
|
$kendo-chat-font-family: var(--kendo-font-family) !default;
|
|
@@ -235,6 +238,7 @@ $kendo-chat-message-reference-marker-alt-bg: k-color(primary-emphasis) !default;
|
|
|
235
238
|
$kendo-chat-width: $kendo-chat-width,
|
|
236
239
|
$kendo-chat-height: $kendo-chat-height,
|
|
237
240
|
$kendo-chat-border-width: $kendo-chat-border-width,
|
|
241
|
+
$kendo-chat-border-radius: $kendo-chat-border-radius,
|
|
238
242
|
$kendo-chat-font-family: $kendo-chat-font-family,
|
|
239
243
|
$kendo-chat-font-size: $kendo-chat-font-size,
|
|
240
244
|
$kendo-chat-line-height: $kendo-chat-line-height,
|
|
@@ -26,6 +26,10 @@ $kendo-column-menu-item-lg-padding-x: k-spacing(2) !default;
|
|
|
26
26
|
/// @group column-menu
|
|
27
27
|
$kendo-column-menu-item-lg-padding-y: k-spacing(1.5) !default;
|
|
28
28
|
|
|
29
|
+
/// The vertical padding of the ColumnMenu item wrapper.
|
|
30
|
+
/// @group column-menu
|
|
31
|
+
$kendo-column-menu-item-wrapper-padding-y: null !default;
|
|
32
|
+
|
|
29
33
|
/// The font size of the ColumnMenu.
|
|
30
34
|
/// @group column-menu
|
|
31
35
|
$kendo-column-menu-font-size: var(--kendo-font-size) !default;
|
|
@@ -70,6 +74,10 @@ $kendo-group-menu-item-add-action-text: k-color(primary-on-surface) !default;
|
|
|
70
74
|
/// @group column-menu
|
|
71
75
|
$kendo-group-menu-item-border: k-color(border) !default;
|
|
72
76
|
|
|
77
|
+
/// The border radius of the ColumnMenu list item.
|
|
78
|
+
/// @group column-menu
|
|
79
|
+
$kendo-column-list-item-border-radius: null !default;
|
|
80
|
+
|
|
73
81
|
|
|
74
82
|
@forward "@progress/kendo-theme-core/scss/components/column-menu/_variables.scss" with (
|
|
75
83
|
$kendo-column-menu-default-size: $kendo-column-menu-default-size,
|
|
@@ -88,8 +96,10 @@ $kendo-group-menu-item-border: k-color(border) !default;
|
|
|
88
96
|
$kendo-column-menu-item-md-padding-y: $kendo-column-menu-item-md-padding-y,
|
|
89
97
|
$kendo-column-menu-item-lg-padding-x: $kendo-column-menu-item-lg-padding-x,
|
|
90
98
|
$kendo-column-menu-item-lg-padding-y: $kendo-column-menu-item-lg-padding-y,
|
|
99
|
+
$kendo-column-menu-item-wrapper-padding-y: $kendo-column-menu-item-wrapper-padding-y,
|
|
91
100
|
$kendo-group-menu-item-action-hover-bg: $kendo-group-menu-item-action-hover-bg,
|
|
92
101
|
$kendo-group-menu-item-action-selected-bg: $kendo-group-menu-item-action-selected-bg,
|
|
93
102
|
$kendo-group-menu-item-add-action-text: $kendo-group-menu-item-add-action-text,
|
|
94
|
-
$kendo-group-menu-item-border: $kendo-group-menu-item-border
|
|
103
|
+
$kendo-group-menu-item-border: $kendo-group-menu-item-border,
|
|
104
|
+
$kendo-column-list-item-border-radius: $kendo-column-list-item-border-radius
|
|
95
105
|
);
|
|
@@ -195,6 +195,9 @@ $kendo-series-30: $kendo-series-f-darker !default;
|
|
|
195
195
|
/// The border width of the Chart.
|
|
196
196
|
/// @group charts
|
|
197
197
|
$kendo-chart-border-width: 0px !default;
|
|
198
|
+
/// The border radius of the Chart.
|
|
199
|
+
/// @group charts
|
|
200
|
+
$kendo-chart-border-radius: null !default;
|
|
198
201
|
/// The font family of the Chart.
|
|
199
202
|
/// @group charts
|
|
200
203
|
$kendo-chart-font-family: var(--kendo-font-family) !default;
|
|
@@ -327,6 +330,9 @@ $kendo-treemap-padding-x: k-spacing(1) !default;
|
|
|
327
330
|
/// The vertical padding of the TreeMap.
|
|
328
331
|
/// @group charts
|
|
329
332
|
$kendo-treemap-padding-y: k-spacing(0.5) !default;
|
|
333
|
+
/// The border radius of the TreeMap.
|
|
334
|
+
/// @group charts
|
|
335
|
+
$kendo-treemap-border-radius: null !default;
|
|
330
336
|
|
|
331
337
|
/// The text color of the TreeMap.
|
|
332
338
|
/// @group charts
|
|
@@ -434,6 +440,7 @@ $kendo-gauge-track-bg: k-color(base-emphasis) !default;
|
|
|
434
440
|
$kendo-series-29: $kendo-series-29,
|
|
435
441
|
$kendo-series-30: $kendo-series-30,
|
|
436
442
|
$kendo-chart-border-width: $kendo-chart-border-width,
|
|
443
|
+
$kendo-chart-border-radius: $kendo-chart-border-radius,
|
|
437
444
|
$kendo-chart-font-family: $kendo-chart-font-family,
|
|
438
445
|
$kendo-chart-font-size: $kendo-chart-font-size,
|
|
439
446
|
$kendo-chart-line-height: $kendo-chart-line-height,
|
|
@@ -473,6 +480,7 @@ $kendo-gauge-track-bg: k-color(base-emphasis) !default;
|
|
|
473
480
|
$kendo-treemap-line-height: $kendo-treemap-line-height,
|
|
474
481
|
$kendo-treemap-padding-x: $kendo-treemap-padding-x,
|
|
475
482
|
$kendo-treemap-padding-y: $kendo-treemap-padding-y,
|
|
483
|
+
$kendo-treemap-border-radius: $kendo-treemap-border-radius,
|
|
476
484
|
$kendo-chart-overlay-bg: $kendo-chart-overlay-bg,
|
|
477
485
|
$kendo-chart-no-data-font-size: $kendo-chart-no-data-font-size,
|
|
478
486
|
$kendo-chart-no-data-font-weight: $kendo-chart-no-data-font-weight,
|
|
@@ -9,6 +9,9 @@ $kendo-dock-manager-border-style: solid !default;
|
|
|
9
9
|
/// The color of the border around the DockManager component.
|
|
10
10
|
/// @group dock-manager
|
|
11
11
|
$kendo-dock-manager-border: k-color(border) !default;
|
|
12
|
+
/// The border radius of the DockManager.
|
|
13
|
+
/// @group dock-manager
|
|
14
|
+
$kendo-dock-manager-border-radius: null !default;
|
|
12
15
|
|
|
13
16
|
/// The vertical padding of the pane header in the DockManager component.
|
|
14
17
|
/// @group dock-manager
|
|
@@ -119,6 +122,7 @@ $kendo-dock-manager-dock-preview-border: k-color(primary) !default;
|
|
|
119
122
|
$kendo-dock-manager-border-width: $kendo-dock-manager-border-width,
|
|
120
123
|
$kendo-dock-manager-border-style: $kendo-dock-manager-border-style,
|
|
121
124
|
$kendo-dock-manager-border: $kendo-dock-manager-border,
|
|
125
|
+
$kendo-dock-manager-border-radius: $kendo-dock-manager-border-radius,
|
|
122
126
|
$kendo-dock-manager-pane-header-padding-y: $kendo-dock-manager-pane-header-padding-y,
|
|
123
127
|
$kendo-dock-manager-pane-header-padding-x: $kendo-dock-manager-pane-header-padding-x,
|
|
124
128
|
$kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-pane-header-border-width,
|
|
@@ -12,6 +12,9 @@ $kendo-dropzone-padding-y: k-spacing(2) !default;
|
|
|
12
12
|
/// The border width of the DropZone.
|
|
13
13
|
/// @group dropzone
|
|
14
14
|
$kendo-dropzone-border-width: 1px !default;
|
|
15
|
+
/// The border radius of the DropZone.
|
|
16
|
+
/// @group dropzone
|
|
17
|
+
$kendo-dropzone-border-radius: null !default;
|
|
15
18
|
/// The minimum height of the DropZone.
|
|
16
19
|
/// @group dropzone
|
|
17
20
|
$kendo-dropzone-min-height: 220px !default;
|
|
@@ -71,6 +74,7 @@ $kendo-dropzone-note-text: k-color(subtle) !default;
|
|
|
71
74
|
$kendo-dropzone-padding-x: $kendo-dropzone-padding-x,
|
|
72
75
|
$kendo-dropzone-padding-y: $kendo-dropzone-padding-y,
|
|
73
76
|
$kendo-dropzone-border-width: $kendo-dropzone-border-width,
|
|
77
|
+
$kendo-dropzone-border-radius: $kendo-dropzone-border-radius,
|
|
74
78
|
$kendo-dropzone-min-height: $kendo-dropzone-min-height,
|
|
75
79
|
$kendo-dropzone-font-family: $kendo-dropzone-font-family,
|
|
76
80
|
$kendo-dropzone-font-size: $kendo-dropzone-font-size,
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
/// The width of the border around the Еditor.
|
|
8
8
|
/// @group editor
|
|
9
9
|
$kendo-editor-border-width: 1px !default;
|
|
10
|
+
/// The border radius of the Editor.
|
|
11
|
+
/// @group editor
|
|
12
|
+
$kendo-editor-border-radius: null !default;
|
|
10
13
|
/// The font family of the Еditor.
|
|
11
14
|
/// @group editor
|
|
12
15
|
$kendo-editor-font-family: var(--kendo-font-family) !default;
|
|
@@ -90,6 +93,7 @@ $kendo-editor-ct-cell-border: k-color(primary) !default;
|
|
|
90
93
|
|
|
91
94
|
@forward "@progress/kendo-theme-core/scss/components/editor/_variables.scss" with (
|
|
92
95
|
$kendo-editor-border-width: $kendo-editor-border-width,
|
|
96
|
+
$kendo-editor-border-radius: $kendo-editor-border-radius,
|
|
93
97
|
$kendo-editor-font-family: $kendo-editor-font-family,
|
|
94
98
|
$kendo-editor-font-size: $kendo-editor-font-size,
|
|
95
99
|
$kendo-editor-line-height: $kendo-editor-line-height,
|
|
@@ -10,6 +10,9 @@ $kendo-expander-spacing-y: k-spacing(2) !default;
|
|
|
10
10
|
/// The width of the border around the ExpansionPanel.
|
|
11
11
|
/// @group expander
|
|
12
12
|
$kendo-expander-border-width: 1px !default;
|
|
13
|
+
/// The border radius of the ExpansionPanel.
|
|
14
|
+
/// @group expander
|
|
15
|
+
$kendo-expander-border-radius: null !default;
|
|
13
16
|
/// The font family of the ExpansionPanel.
|
|
14
17
|
/// @group expander
|
|
15
18
|
$kendo-expander-font-family: var(--kendo-font-family) !default;
|
|
@@ -61,6 +64,12 @@ $kendo-expander-header-focus-bg: null !default;
|
|
|
61
64
|
/// @group expander
|
|
62
65
|
$kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
63
66
|
|
|
67
|
+
/// The font weight of the ExpansionPanel title.
|
|
68
|
+
/// @group expander
|
|
69
|
+
$kendo-expander-title-font-weight: 500 !default;
|
|
70
|
+
/// The text transform of the ExpansionPanel title.
|
|
71
|
+
/// @group expander
|
|
72
|
+
$kendo-expander-title-text-transform: uppercase !default;
|
|
64
73
|
/// The text color of the ExpansionPanel title.
|
|
65
74
|
/// @group expander
|
|
66
75
|
$kendo-expander-title-text: k-color(primary-on-surface) !default;
|
|
@@ -84,6 +93,7 @@ $kendo-expander-content-padding-y: k-spacing(4) !default;
|
|
|
84
93
|
@forward "@progress/kendo-theme-core/scss/components/expansion-panel/_variables.scss" with (
|
|
85
94
|
$kendo-expander-spacing-y: $kendo-expander-spacing-y,
|
|
86
95
|
$kendo-expander-border-width: $kendo-expander-border-width,
|
|
96
|
+
$kendo-expander-border-radius: $kendo-expander-border-radius,
|
|
87
97
|
$kendo-expander-font-family: $kendo-expander-font-family,
|
|
88
98
|
$kendo-expander-font-size: $kendo-expander-font-size,
|
|
89
99
|
$kendo-expander-line-height: $kendo-expander-line-height,
|
|
@@ -99,6 +109,8 @@ $kendo-expander-content-padding-y: k-spacing(4) !default;
|
|
|
99
109
|
$kendo-expander-header-hover-bg: $kendo-expander-header-hover-bg,
|
|
100
110
|
$kendo-expander-header-focus-bg: $kendo-expander-header-focus-bg,
|
|
101
111
|
$kendo-expander-header-focus-shadow: $kendo-expander-header-focus-shadow,
|
|
112
|
+
$kendo-expander-title-font-weight: $kendo-expander-title-font-weight,
|
|
113
|
+
$kendo-expander-title-text-transform: $kendo-expander-title-text-transform,
|
|
102
114
|
$kendo-expander-title-text: $kendo-expander-title-text,
|
|
103
115
|
$kendo-expander-header-sub-title-text: $kendo-expander-header-sub-title-text,
|
|
104
116
|
$kendo-expander-indicator-margin-x: $kendo-expander-indicator-margin-x,
|
|
@@ -11,6 +11,9 @@ $kendo-file-box-padding-y: k-spacing(1) !default;
|
|
|
11
11
|
/// The spacing between the elements of the File Box.
|
|
12
12
|
/// @group file-box
|
|
13
13
|
$kendo-file-box-gap: k-spacing(1) !default;
|
|
14
|
+
/// The spacing between the elements of the File Box info section.
|
|
15
|
+
/// @group file-box
|
|
16
|
+
$kendo-file-box-info-gap: null !default;
|
|
14
17
|
/// The minimum width of the File Box.
|
|
15
18
|
/// @group file-box
|
|
16
19
|
$kendo-file-box-min-width: 96px !default;
|
|
@@ -49,6 +52,10 @@ $kendo-file-box-text: k-color(base-on-subtle) !default;
|
|
|
49
52
|
/// @group file-box
|
|
50
53
|
$kendo-file-box-border: $kendo-file-box-bg !default;
|
|
51
54
|
|
|
55
|
+
/// The text color of the File Box file size.
|
|
56
|
+
/// @group file-box
|
|
57
|
+
$kendo-file-box-size-text: null !default;
|
|
58
|
+
|
|
52
59
|
/// The gradient used for the File Box wrapper scrolling indicator.
|
|
53
60
|
/// @group file-box
|
|
54
61
|
$kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100% !default;
|
|
@@ -57,6 +64,7 @@ $kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(a
|
|
|
57
64
|
$kendo-file-box-padding-x: $kendo-file-box-padding-x,
|
|
58
65
|
$kendo-file-box-padding-y: $kendo-file-box-padding-y,
|
|
59
66
|
$kendo-file-box-gap: $kendo-file-box-gap,
|
|
67
|
+
$kendo-file-box-info-gap: $kendo-file-box-info-gap,
|
|
60
68
|
$kendo-file-box-min-width: $kendo-file-box-min-width,
|
|
61
69
|
$kendo-file-box-max-width: $kendo-file-box-max-width,
|
|
62
70
|
$kendo-file-box-border-width: $kendo-file-box-border-width,
|
|
@@ -69,5 +77,6 @@ $kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(a
|
|
|
69
77
|
$kendo-file-box-bg: $kendo-file-box-bg,
|
|
70
78
|
$kendo-file-box-text: $kendo-file-box-text,
|
|
71
79
|
$kendo-file-box-border: $kendo-file-box-border,
|
|
80
|
+
$kendo-file-box-size-text: $kendo-file-box-size-text,
|
|
72
81
|
$kendo-file-box-wrapper-scroll-gradient: $kendo-file-box-wrapper-scroll-gradient
|
|
73
82
|
);
|
|
@@ -10,6 +10,9 @@ $kendo-file-manager-spacer: k-spacing(4) !default;
|
|
|
10
10
|
/// The border width of the FileManager.
|
|
11
11
|
/// @group file-manager
|
|
12
12
|
$kendo-file-manager-border-width: 1px !default;
|
|
13
|
+
/// The border radius of the FileManager.
|
|
14
|
+
/// @group file-manager
|
|
15
|
+
$kendo-file-manager-border-radius: null !default;
|
|
13
16
|
/// The font family of the FileManager.
|
|
14
17
|
/// @group file-manager
|
|
15
18
|
$kendo-file-manager-font-family: var(--kendo-font-family) !default;
|
|
@@ -180,6 +183,7 @@ $kendo-file-manager-preview-icon-border: null !default;
|
|
|
180
183
|
@forward "@progress/kendo-theme-core/scss/components/filemanager/_variables.scss" with (
|
|
181
184
|
$kendo-file-manager-spacer: $kendo-file-manager-spacer,
|
|
182
185
|
$kendo-file-manager-border-width: $kendo-file-manager-border-width,
|
|
186
|
+
$kendo-file-manager-border-radius: $kendo-file-manager-border-radius,
|
|
183
187
|
$kendo-file-manager-font-family: $kendo-file-manager-font-family,
|
|
184
188
|
$kendo-file-manager-font-size: $kendo-file-manager-font-size,
|
|
185
189
|
$kendo-file-manager-line-height: $kendo-file-manager-line-height,
|
|
@@ -9,6 +9,10 @@ $kendo-filter-padding-x: k-spacing(2) !default;
|
|
|
9
9
|
/// @group filter
|
|
10
10
|
$kendo-filter-padding-y: k-spacing(1) !default;
|
|
11
11
|
|
|
12
|
+
/// The border radius of the Filter.
|
|
13
|
+
/// @group filter
|
|
14
|
+
$kendo-filter-border-radius: null !default;
|
|
15
|
+
|
|
12
16
|
/// The bottom margin of the Filter.
|
|
13
17
|
/// @group filter
|
|
14
18
|
$kendo-filter-bottom-margin: k-spacing(7.5) !default;
|
|
@@ -35,6 +39,7 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 2px k-color(border-alt) !default;
|
|
|
35
39
|
@forward "@progress/kendo-theme-core/scss/components/filter/_variables.scss" with (
|
|
36
40
|
$kendo-filter-padding-x: $kendo-filter-padding-x,
|
|
37
41
|
$kendo-filter-padding-y: $kendo-filter-padding-y,
|
|
42
|
+
$kendo-filter-border-radius: $kendo-filter-border-radius,
|
|
38
43
|
$kendo-filter-bottom-margin: $kendo-filter-bottom-margin,
|
|
39
44
|
$kendo-filter-line-size: $kendo-filter-line-size,
|
|
40
45
|
$kendo-filter-operator-dropdown-width: $kendo-filter-operator-dropdown-width,
|
|
@@ -50,6 +50,9 @@ $kendo-form-legend-width: 100% !default;
|
|
|
50
50
|
/// The font size of the Form legend.
|
|
51
51
|
/// @group form
|
|
52
52
|
$kendo-form-legend-font-size: var(--kendo-font-size) !default;
|
|
53
|
+
/// The font weight of the Form legend.
|
|
54
|
+
/// @group form
|
|
55
|
+
$kendo-form-legend-font-weight: null !default;
|
|
53
56
|
/// The text capitalization of the Form legend.
|
|
54
57
|
/// @group form
|
|
55
58
|
$kendo-form-legend-text-transform: uppercase !default;
|
|
@@ -58,6 +61,16 @@ $kendo-form-legend-text-transform: uppercase !default;
|
|
|
58
61
|
/// @group form
|
|
59
62
|
$kendo-form-label-margin-bottom: k-spacing(0) !default;
|
|
60
63
|
|
|
64
|
+
/// The font size of the Form label.
|
|
65
|
+
/// @group form
|
|
66
|
+
$kendo-label-font-size: null !default;
|
|
67
|
+
/// The font weight of the Form label.
|
|
68
|
+
/// @group form
|
|
69
|
+
$kendo-label-font-weight: null !default;
|
|
70
|
+
/// The line height of the Form label.
|
|
71
|
+
/// @group form
|
|
72
|
+
$kendo-label-line-height: null !default;
|
|
73
|
+
|
|
61
74
|
/// The font size of the Form hint.
|
|
62
75
|
/// @group form
|
|
63
76
|
$kendo-form-hint-font-size: var(--kendo-font-size-sm) !default;
|
|
@@ -123,6 +136,9 @@ $kendo-label-optional-font-size: var(--kendo-font-size-sm) !default;
|
|
|
123
136
|
/// The font style of the optional label in the Form.
|
|
124
137
|
/// @group form
|
|
125
138
|
$kendo-label-optional-font-style: italic !default;
|
|
139
|
+
/// The font weight of the optional label in the Form.
|
|
140
|
+
/// @group form
|
|
141
|
+
$kendo-label-optional-font-weight: null !default;
|
|
126
142
|
|
|
127
143
|
|
|
128
144
|
/// The margin of the Form fieldset.
|
|
@@ -162,8 +178,12 @@ $kendo-fieldset-legend-text: k-color(on-app-surface) !default;
|
|
|
162
178
|
$kendo-form-legend-border-color: $kendo-form-legend-border-color,
|
|
163
179
|
$kendo-form-legend-width: $kendo-form-legend-width,
|
|
164
180
|
$kendo-form-legend-font-size: $kendo-form-legend-font-size,
|
|
181
|
+
$kendo-form-legend-font-weight: $kendo-form-legend-font-weight,
|
|
165
182
|
$kendo-form-legend-text-transform: $kendo-form-legend-text-transform,
|
|
166
183
|
$kendo-form-label-margin-bottom: $kendo-form-label-margin-bottom,
|
|
184
|
+
$kendo-label-font-size: $kendo-label-font-size,
|
|
185
|
+
$kendo-label-font-weight: $kendo-label-font-weight,
|
|
186
|
+
$kendo-label-line-height: $kendo-label-line-height,
|
|
167
187
|
$kendo-form-hint-font-size: $kendo-form-hint-font-size,
|
|
168
188
|
$kendo-form-hint-font-style: $kendo-form-hint-font-style,
|
|
169
189
|
$kendo-form-hint-margin-top: $kendo-form-hint-margin-top,
|
|
@@ -183,6 +203,7 @@ $kendo-fieldset-legend-text: k-color(on-app-surface) !default;
|
|
|
183
203
|
$kendo-label-optional-margin-x: $kendo-label-optional-margin-x,
|
|
184
204
|
$kendo-label-optional-font-size: $kendo-label-optional-font-size,
|
|
185
205
|
$kendo-label-optional-font-style: $kendo-label-optional-font-style,
|
|
206
|
+
$kendo-label-optional-font-weight: $kendo-label-optional-font-weight,
|
|
186
207
|
$kendo-fieldset-margin: $kendo-fieldset-margin,
|
|
187
208
|
$kendo-fieldset-legend-padding: $kendo-fieldset-legend-padding,
|
|
188
209
|
$kendo-fieldset-legend-margin: $kendo-fieldset-legend-margin,
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
/// The border width of the Gantt.
|
|
8
8
|
/// @group gantt
|
|
9
9
|
$kendo-gantt-border-width: 1px !default;
|
|
10
|
+
/// The border radius of the Gantt.
|
|
11
|
+
/// @group gantt
|
|
12
|
+
$kendo-gantt-border-radius: null !default;
|
|
10
13
|
/// The font family of the Gantt.
|
|
11
14
|
/// @group gantt
|
|
12
15
|
$kendo-gantt-font-family: var(--kendo-font-family) !default;
|
|
@@ -245,6 +248,7 @@ $kendo-gantt-task-tooltip-padding-y: k-spacing(1) !default;
|
|
|
245
248
|
|
|
246
249
|
@forward "@progress/kendo-theme-core/scss/components/gantt/_variables.scss" with (
|
|
247
250
|
$kendo-gantt-border-width: $kendo-gantt-border-width,
|
|
251
|
+
$kendo-gantt-border-radius: $kendo-gantt-border-radius,
|
|
248
252
|
$kendo-gantt-font-family: $kendo-gantt-font-family,
|
|
249
253
|
$kendo-gantt-font-size: $kendo-gantt-font-size,
|
|
250
254
|
$kendo-gantt-line-height: $kendo-gantt-line-height,
|
|
@@ -19,6 +19,9 @@ $kendo-grid-default-size: "md" !default;
|
|
|
19
19
|
/// The width of the border around the Grid.
|
|
20
20
|
/// @group grid
|
|
21
21
|
$kendo-grid-border-width: 1px !default;
|
|
22
|
+
/// The border radius of the Grid.
|
|
23
|
+
/// @group grid
|
|
24
|
+
$kendo-grid-border-radius: null !default;
|
|
22
25
|
/// The font family of the Grid.
|
|
23
26
|
/// @group grid
|
|
24
27
|
$kendo-grid-font-family: var(--kendo-font-family) !default;
|
|
@@ -301,6 +304,16 @@ $kendo-grid-sorting-index-spacing-x: calc( #{$kendo-grid-sorting-index-spacing-y
|
|
|
301
304
|
/// The background color of the Grid row.
|
|
302
305
|
/// @group grid
|
|
303
306
|
$kendo-grid-grouping-row-bg: k-color(base) !default;
|
|
307
|
+
|
|
308
|
+
/// The background color of the Grid grouping header.
|
|
309
|
+
/// @group grid
|
|
310
|
+
$kendo-grid-grouping-header-bg: $kendo-grid-header-bg !default;
|
|
311
|
+
/// The text color of the Grid grouping header.
|
|
312
|
+
/// @group grid
|
|
313
|
+
$kendo-grid-grouping-header-text: $kendo-grid-header-text !default;
|
|
314
|
+
/// The border color of the Grid grouping header.
|
|
315
|
+
/// @group grid
|
|
316
|
+
$kendo-grid-grouping-header-border: $kendo-grid-header-border !default;
|
|
304
317
|
/// The text color of the Grid row.
|
|
305
318
|
/// @group grid
|
|
306
319
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
@@ -503,6 +516,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
|
|
|
503
516
|
@forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
|
|
504
517
|
$kendo-grid-default-size: $kendo-grid-default-size,
|
|
505
518
|
$kendo-grid-border-width: $kendo-grid-border-width,
|
|
519
|
+
$kendo-grid-border-radius: $kendo-grid-border-radius,
|
|
506
520
|
$kendo-grid-font-family: $kendo-grid-font-family,
|
|
507
521
|
$kendo-grid-font-size: $kendo-grid-font-size,
|
|
508
522
|
$kendo-grid-line-height: $kendo-grid-line-height,
|
|
@@ -512,6 +526,9 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
|
|
|
512
526
|
$kendo-grid-header-padding-y: $kendo-grid-header-padding-y,
|
|
513
527
|
$kendo-grid-grouping-header-padding-x: $kendo-grid-grouping-header-padding-x,
|
|
514
528
|
$kendo-grid-grouping-header-padding-y: $kendo-grid-grouping-header-padding-y,
|
|
529
|
+
$kendo-grid-grouping-header-bg: $kendo-grid-grouping-header-bg,
|
|
530
|
+
$kendo-grid-grouping-header-text: $kendo-grid-grouping-header-text,
|
|
531
|
+
$kendo-grid-grouping-header-border: $kendo-grid-grouping-header-border,
|
|
515
532
|
$kendo-grid-cell-padding-x: $kendo-grid-cell-padding-x,
|
|
516
533
|
$kendo-grid-cell-padding-y: $kendo-grid-cell-padding-y,
|
|
517
534
|
$kendo-grid-filter-cell-padding-x: $kendo-grid-filter-cell-padding-x,
|
|
@@ -17,6 +17,9 @@ $kendo-image-editor-padding-x: null !default;
|
|
|
17
17
|
/// The width of the border around the ImageEditor.
|
|
18
18
|
/// @group image-editor
|
|
19
19
|
$kendo-image-editor-border-width: 1px !default;
|
|
20
|
+
/// The border radius of the ImageEditor.
|
|
21
|
+
/// @group image-editor
|
|
22
|
+
$kendo-image-editor-border-radius: null !default;
|
|
20
23
|
/// The font size of the ImageEditor.
|
|
21
24
|
/// @group image-editor
|
|
22
25
|
$kendo-image-editor-font-size: var(--kendo-font-size) !default;
|
|
@@ -112,6 +115,7 @@ $kendo-image-editor-crop-overlay-bg: rgba( black, .3 ) !default;
|
|
|
112
115
|
$kendo-image-editor-padding-y: $kendo-image-editor-padding-y,
|
|
113
116
|
$kendo-image-editor-padding-x: $kendo-image-editor-padding-x,
|
|
114
117
|
$kendo-image-editor-border-width: $kendo-image-editor-border-width,
|
|
118
|
+
$kendo-image-editor-border-radius: $kendo-image-editor-border-radius,
|
|
115
119
|
$kendo-image-editor-font-size: $kendo-image-editor-font-size,
|
|
116
120
|
$kendo-image-editor-line-height: $kendo-image-editor-line-height,
|
|
117
121
|
$kendo-image-editor-font-family: $kendo-image-editor-font-family,
|
|
@@ -42,6 +42,16 @@ $kendo-listbox-border: k-color(border) !default;
|
|
|
42
42
|
$kendo-listbox-drop-hint-width: 1px !default;
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
/// The horizontal padding of the ListBox scroller.
|
|
46
|
+
/// @group listbox
|
|
47
|
+
$kendo-listbox-scroller-padding-x: null !default;
|
|
48
|
+
/// The vertical padding of the ListBox scroller.
|
|
49
|
+
/// @group listbox
|
|
50
|
+
$kendo-listbox-scroller-padding-y: null !default;
|
|
51
|
+
/// The border radius of the ListBox.
|
|
52
|
+
/// @group listbox
|
|
53
|
+
$kendo-listbox-border-radius: null !default;
|
|
54
|
+
|
|
45
55
|
@forward "@progress/kendo-theme-core/scss/components/listbox/_variables.scss" with (
|
|
46
56
|
$kendo-listbox-spacing: $kendo-listbox-spacing,
|
|
47
57
|
$kendo-listbox-button-spacing: $kendo-listbox-button-spacing,
|
|
@@ -54,5 +64,8 @@ $kendo-listbox-drop-hint-width: 1px !default;
|
|
|
54
64
|
$kendo-listbox-text: $kendo-listbox-text,
|
|
55
65
|
$kendo-listbox-bg: $kendo-listbox-bg,
|
|
56
66
|
$kendo-listbox-border: $kendo-listbox-border,
|
|
57
|
-
$kendo-listbox-drop-hint-width: $kendo-listbox-drop-hint-width
|
|
67
|
+
$kendo-listbox-drop-hint-width: $kendo-listbox-drop-hint-width,
|
|
68
|
+
$kendo-listbox-scroller-padding-x: $kendo-listbox-scroller-padding-x,
|
|
69
|
+
$kendo-listbox-scroller-padding-y: $kendo-listbox-scroller-padding-y,
|
|
70
|
+
$kendo-listbox-border-radius: $kendo-listbox-border-radius
|
|
58
71
|
);
|
|
@@ -60,6 +60,9 @@ $kendo-listview-item-focus-border: null !default;
|
|
|
60
60
|
/// The box shadow of the focused ListView items.
|
|
61
61
|
/// @group listview
|
|
62
62
|
$kendo-listview-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
|
|
63
|
+
/// The border radius of the ListView items.
|
|
64
|
+
/// @group listview
|
|
65
|
+
$kendo-listview-item-border-radius: null !default;
|
|
63
66
|
|
|
64
67
|
|
|
65
68
|
@forward "@progress/kendo-theme-core/scss/components/listview/_variables.scss" with (
|
|
@@ -80,5 +83,6 @@ $kendo-listview-item-focus-shadow: inset 0 0 0 2px k-color(border-alt) !default;
|
|
|
80
83
|
$kendo-listview-item-focus-text: $kendo-listview-item-focus-text,
|
|
81
84
|
$kendo-listview-item-focus-bg: $kendo-listview-item-focus-bg,
|
|
82
85
|
$kendo-listview-item-focus-border: $kendo-listview-item-focus-border,
|
|
83
|
-
$kendo-listview-item-focus-shadow: $kendo-listview-item-focus-shadow
|
|
86
|
+
$kendo-listview-item-focus-shadow: $kendo-listview-item-focus-shadow,
|
|
87
|
+
$kendo-listview-item-border-radius: $kendo-listview-item-border-radius
|
|
84
88
|
);
|