@progress/kendo-theme-default 7.3.0-dev.1 → 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 +9608 -9003
- package/dist/all.scss +5335 -5049
- package/dist/default-blue.scss +143 -29
- package/dist/default-dataviz-v4.scss +45 -6
- package/dist/default-green.scss +135 -29
- package/dist/default-main-dark.scss +190 -34
- package/dist/default-main.scss +34 -29
- package/dist/default-nordic.scss +143 -29
- package/dist/default-ocean-blue-a11y.scss +170 -33
- package/dist/default-ocean-blue.scss +166 -33
- package/dist/default-orange.scss +143 -29
- package/dist/default-purple.scss +143 -29
- package/dist/default-turquoise.scss +143 -29
- package/dist/default-urban.scss +143 -29
- package/dist/meta/sassdoc-data.json +31805 -30179
- package/dist/meta/sassdoc-raw-data.json +3341 -2591
- package/dist/meta/variables.json +3843 -3739
- package/lib/swatches/default-blue.json +541 -1
- package/lib/swatches/default-dataviz-v4.json +166 -1
- package/lib/swatches/default-green.json +501 -1
- package/lib/swatches/default-main-dark.json +751 -1
- package/lib/swatches/default-main.json +11 -1
- package/lib/swatches/default-nordic.json +541 -1
- package/lib/swatches/default-ocean-blue-a11y.json +672 -8
- package/lib/swatches/default-ocean-blue.json +645 -3
- package/lib/swatches/default-orange.json +541 -1
- package/lib/swatches/default-purple.json +541 -1
- package/lib/swatches/default-turquoise.json +541 -1
- package/lib/swatches/default-urban.json +541 -1
- package/package.json +4 -4
- package/scss/_variables.scss +0 -172
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_variables.scss +17 -17
- package/scss/adaptive/_layout.scss +8 -8
- 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/_layout.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +9 -9
- package/scss/breadcrumb/_variables.scss +17 -17
- package/scss/button/_variables.scss +21 -21
- package/scss/calendar/_layout.scss +2 -2
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +33 -61
- package/scss/captcha/_variables.scss +6 -6
- package/scss/card/_variables.scss +18 -18
- package/scss/chat/_layout.scss +7 -7
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_layout.scss +1 -1
- package/scss/checkbox/_variables.scss +9 -9
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_variables.scss +15 -15
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +7 -7
- package/scss/colorgradient/_layout.scss +1 -1
- package/scss/colorgradient/_variables.scss +10 -10
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/common/_base.scss +7 -7
- package/scss/core/_index.scss +12 -0
- package/scss/core/border-radii/index.import.scss +1 -0
- package/scss/core/color-system/_swatch-legacy.scss +1 -1
- package/scss/core/color-system/_swatch.scss +1 -1
- package/scss/core/spacing/index.import.scss +29 -0
- package/scss/core/typography/index.import.scss +1 -0
- package/scss/dataviz/_layout.scss +8 -8
- package/scss/dataviz/_variables.scss +8 -8
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dock-manager/_variables.scss +10 -10
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_layout.scss +3 -3
- package/scss/drawer/_variables.scss +8 -18
- package/scss/dropdowntree/_layout.scss +2 -2
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +8 -8
- package/scss/editor/_layout.scss +5 -5
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +9 -9
- package/scss/fab/_layout.scss +4 -4
- package/scss/fab/_variables.scss +18 -18
- package/scss/filemanager/_layout.scss +3 -3
- package/scss/filemanager/_variables.scss +9 -9
- package/scss/filter/_layout.scss +4 -4
- package/scss/filter/_variables.scss +2 -2
- package/scss/forms/_layout.scss +16 -16
- package/scss/forms/_variables.scss +17 -17
- package/scss/gantt/_layout.scss +12 -12
- package/scss/gantt/_variables.scss +151 -7
- package/scss/grid/_layout.scss +10 -10
- package/scss/grid/_variables.scss +64 -64
- package/scss/imageeditor/_variables.scss +7 -7
- package/scss/input/_layout.scss +5 -5
- package/scss/input/_variables.scss +14 -14
- package/scss/list/_variables.scss +27 -27
- package/scss/listbox/_variables.scss +6 -6
- package/scss/listgroup/_layout.scss +7 -7
- package/scss/listgroup/_variables.scss +5 -5
- package/scss/listview/_variables.scss +7 -7
- package/scss/loader/_layout.scss +9 -9
- package/scss/loader/_variables.scss +25 -25
- package/scss/map/_layout.scss +1 -1
- package/scss/map/_variables.scss +8 -8
- package/scss/mediaplayer/_variables.scss +5 -5
- package/scss/menu/_layout.scss +1 -1
- package/scss/menu/_variables.scss +30 -30
- package/scss/menu-button/_layout.scss +3 -3
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +7 -7
- package/scss/orgchart/_variables.scss +11 -11
- package/scss/pager/_variables.scss +10 -10
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/panelbar/_variables.scss +9 -9
- package/scss/pdf-viewer/_variables.scss +5 -5
- package/scss/pivotgrid/_layout.scss +12 -12
- package/scss/pivotgrid/_variables.scss +15 -15
- package/scss/popup/_layout.scss +1 -1
- package/scss/popup/_theme.scss +1 -1
- package/scss/popup/_variables.scss +4 -4
- package/scss/progressbar/_layout.scss +2 -2
- package/scss/progressbar/_variables.scss +2 -2
- package/scss/prompt/_variables.scss +7 -7
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_variables.scss +9 -9
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_layout.scss +5 -5
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +18 -18
- package/scss/scrollview/_layout.scss +1 -1
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +5 -5
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_theme.scss +1 -1
- package/scss/slider/_variables.scss +3 -3
- package/scss/splitter/_variables.scss +6 -6
- package/scss/spreadsheet/_layout.scss +11 -11
- package/scss/spreadsheet/_variables.scss +17 -17
- package/scss/stepper/_variables.scss +8 -8
- package/scss/table/_layout.scss +1 -1
- package/scss/table/_variables.scss +12 -12
- package/scss/tabstrip/_layout.scss +2 -2
- package/scss/tabstrip/_variables.scss +11 -11
- package/scss/taskboard/_variables.scss +16 -16
- package/scss/tilelayout/_variables.scss +2 -2
- package/scss/timeline/_layout.scss +4 -4
- package/scss/timeline/_variables.scss +10 -10
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_variables.scss +6 -6
- package/scss/toolbar/_layout.scss +2 -2
- package/scss/toolbar/_variables.scss +12 -12
- package/scss/tooltip/_layout.scss +10 -10
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treelist/_variables.scss +5 -0
- package/scss/treeview/_layout.scss +1 -1
- package/scss/treeview/_variables.scss +20 -20
- package/scss/typography/_layout.scss +51 -111
- package/scss/typography/_variables.scss +136 -53
- package/scss/upload/_layout.scss +3 -3
- package/scss/upload/_variables.scss +8 -8
- package/scss/window/_variables.scss +7 -7
- package/scss/wizard/_variables.scss +7 -7
|
@@ -10,10 +10,10 @@ $kendo-dock-manager-border: $kendo-base-border !default;
|
|
|
10
10
|
|
|
11
11
|
/// The vertical padding of the pane header in the DockManager component.
|
|
12
12
|
/// @group dock-manager
|
|
13
|
-
$kendo-dock-manager-pane-header-padding-y: k-
|
|
13
|
+
$kendo-dock-manager-pane-header-padding-y: k-spacing(2) !default;
|
|
14
14
|
/// The horizontal padding of the pane header in the DockManager component.
|
|
15
15
|
/// @group dock-manager
|
|
16
|
-
$kendo-dock-manager-pane-header-padding-x: k-
|
|
16
|
+
$kendo-dock-manager-pane-header-padding-x: k-spacing(4) !default;
|
|
17
17
|
/// The width of the border around the pane header in the DockManager component.
|
|
18
18
|
/// @group dock-manager
|
|
19
19
|
$kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-border-width !default;
|
|
@@ -32,16 +32,16 @@ $kendo-dock-manager-pane-title-padding-y: null !default;
|
|
|
32
32
|
$kendo-dock-manager-pane-title-padding-x: null !default;
|
|
33
33
|
/// The font family of the pane title in the DockManager component.
|
|
34
34
|
/// @group dock-manager
|
|
35
|
-
$kendo-dock-manager-pane-title-font-family:
|
|
35
|
+
$kendo-dock-manager-pane-title-font-family: var( --kendo-font-family, inherit ) !default;
|
|
36
36
|
/// The font size of the pane title in the DockManager component.
|
|
37
37
|
/// @group dock-manager
|
|
38
|
-
$kendo-dock-manager-pane-title-font-size:
|
|
38
|
+
$kendo-dock-manager-pane-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
39
39
|
/// The line height of the pane title in the DockManager component.
|
|
40
40
|
/// @group dock-manager
|
|
41
|
-
$kendo-dock-manager-pane-title-line-height:
|
|
41
|
+
$kendo-dock-manager-pane-title-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
42
42
|
/// The font weight of the pane title in the DockManager component.
|
|
43
43
|
/// @group dock-manager
|
|
44
|
-
$kendo-dock-manager-pane-title-font-weight:
|
|
44
|
+
$kendo-dock-manager-pane-title-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
45
45
|
|
|
46
46
|
/// The horizontal padding of the pane content in the DockManager component.
|
|
47
47
|
/// @group dock-manager
|
|
@@ -52,10 +52,10 @@ $kendo-dock-manager-pane-content-padding-y: $kendo-dock-manager-pane-header-padd
|
|
|
52
52
|
|
|
53
53
|
/// The horizontal padding of the tabbed pane in the DockManager component.
|
|
54
54
|
/// @group dock-manager
|
|
55
|
-
$kendo-dock-manager-tabbed-pane-padding-y: k-
|
|
55
|
+
$kendo-dock-manager-tabbed-pane-padding-y: k-spacing(3.5) !default;
|
|
56
56
|
/// The horizontal padding of the tabbed pane in the DockManager component.
|
|
57
57
|
/// @group dock-manager
|
|
58
|
-
$kendo-dock-manager-tabbed-pane-padding-x: k-
|
|
58
|
+
$kendo-dock-manager-tabbed-pane-padding-x: k-spacing(2) !default;
|
|
59
59
|
|
|
60
60
|
/// The width of the unpinned pane container in the DockManager component.
|
|
61
61
|
/// @group dock-manager
|
|
@@ -69,7 +69,7 @@ $kendo-dock-manager-unpinned-container-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.0
|
|
|
69
69
|
|
|
70
70
|
/// The padding of the dock indicator in the DockManager component.
|
|
71
71
|
/// @group dock-manager
|
|
72
|
-
$kendo-dock-indicator-padding: k-
|
|
72
|
+
$kendo-dock-indicator-padding: k-spacing(1.5) !default;
|
|
73
73
|
/// The background color of the dock indicator in the DockManager component.
|
|
74
74
|
/// @group dock-manager
|
|
75
75
|
$kendo-dock-indicator-bg: #f5f5f5 !default;
|
|
@@ -104,7 +104,7 @@ $kendo-dock-manager-dock-preview-border-width: 1px !default;
|
|
|
104
104
|
$kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
105
105
|
/// The border radius of the dropping area in the DockManager component.
|
|
106
106
|
/// @group dock-manager
|
|
107
|
-
$kendo-dock-manager-dock-preview-border-radius:
|
|
107
|
+
$kendo-dock-manager-dock-preview-border-radius: k-border-radius(sm) !default;
|
|
108
108
|
/// The background color of the dropping area in the DockManager component.
|
|
109
109
|
/// @group dock-manager
|
|
110
110
|
$kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 )) !default;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
$kendo-drag-hint-padding-x: $kendo-padding-md-x !default;
|
|
3
3
|
$kendo-drag-hint-padding-y: $kendo-padding-md-y !default;
|
|
4
4
|
$kendo-drag-hint-border-width: 1px !default;
|
|
5
|
-
$kendo-drag-hint-border-radius:
|
|
6
|
-
$kendo-drag-hint-font-size:
|
|
7
|
-
$kendo-drag-hint-font-family:
|
|
8
|
-
$kendo-drag-hint-line-height:
|
|
5
|
+
$kendo-drag-hint-border-radius: k-border-radius(md) !default;
|
|
6
|
+
$kendo-drag-hint-font-size: var( --kendo-font-size, inherit ) !default;
|
|
7
|
+
$kendo-drag-hint-font-family: var( --kendo-font-family, inherit ) !default;
|
|
8
|
+
$kendo-drag-hint-line-height: var( --kendo-line-height, normal ) !default;
|
|
9
9
|
|
|
10
10
|
$kendo-drag-hint-bg: $kendo-base-bg !default;
|
|
11
11
|
$kendo-drag-hint-text: $kendo-base-text !default;
|
package/scss/drawer/_layout.scss
CHANGED
|
@@ -139,8 +139,8 @@
|
|
|
139
139
|
cursor: pointer;
|
|
140
140
|
|
|
141
141
|
> .k-drawer-link {
|
|
142
|
-
margin-block: (
|
|
143
|
-
margin-inline: (
|
|
142
|
+
margin-block: calc( #{$kendo-drawer-item-padding-y} * -1 );
|
|
143
|
+
margin-inline: calc( #{$kendo-drawer-item-padding-x} * -1 );
|
|
144
144
|
padding-block: $kendo-drawer-item-padding-y;
|
|
145
145
|
padding-inline: $kendo-drawer-item-padding-x;
|
|
146
146
|
color: inherit;
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
// Hierarchy items
|
|
178
178
|
@for $i from 1 through $kendo-drawer-item-level-count {
|
|
179
179
|
&.k-level-#{$i} {
|
|
180
|
-
padding-inline-start: ( $i + 1) * $kendo-drawer-item-level-padding-x;
|
|
180
|
+
padding-inline-start: calc(( #{$i} + 1) * #{$kendo-drawer-item-level-padding-x}) ;
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
}
|
|
@@ -12,18 +12,9 @@ $kendo-drawer-border: $kendo-component-border !default;
|
|
|
12
12
|
/// The border width of the Drawer.
|
|
13
13
|
/// @group drawer
|
|
14
14
|
$kendo-drawer-border-width: 1px !default;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
$kendo-drawer-
|
|
18
|
-
/// The font size of the Drawer.
|
|
19
|
-
/// @group drawer
|
|
20
|
-
$kendo-drawer-font-size: $kendo-font-size-md !default;
|
|
21
|
-
/// The line height of the Drawer.
|
|
22
|
-
/// @group drawer
|
|
23
|
-
$kendo-drawer-line-height: $kendo-line-height-md !default;
|
|
24
|
-
|
|
25
|
-
/// The horizontal padding of the Drawer content.
|
|
26
|
-
/// @group drawer
|
|
15
|
+
$kendo-drawer-font-family: var( --kendo-font-family, inherit ) !default;
|
|
16
|
+
$kendo-drawer-font-size: var( --kendo-font-size, inherit ) !default;
|
|
17
|
+
$kendo-drawer-line-height: var( --kendo-line-height, normal ) !default;
|
|
27
18
|
$kendo-drawer-content-padding-x: $kendo-padding-md-x !default;
|
|
28
19
|
/// The vertical padding of the Drawer content.
|
|
29
20
|
/// @group drawer
|
|
@@ -47,16 +38,14 @@ $kendo-drawer-scrollbar-hover-color: rgba(156, 156, 156, 1) !default;
|
|
|
47
38
|
|
|
48
39
|
/// The horizontal padding of the Drawer item.
|
|
49
40
|
/// @group drawer
|
|
50
|
-
$kendo-drawer-item-padding-x: k-
|
|
41
|
+
$kendo-drawer-item-padding-x: k-spacing(4) !default;
|
|
51
42
|
/// The vertical padding of the Drawer item.
|
|
52
43
|
/// @group drawer
|
|
53
44
|
$kendo-drawer-item-padding-y: $kendo-padding-md-x !default;
|
|
54
45
|
/// The font size of the Drawer item.
|
|
55
46
|
/// @group drawer
|
|
56
47
|
$kendo-drawer-item-font-size: 16px !default;
|
|
57
|
-
|
|
58
|
-
/// @group drawer
|
|
59
|
-
$kendo-drawer-item-line-height: $kendo-line-height-lg !default;
|
|
48
|
+
$kendo-drawer-item-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
60
49
|
|
|
61
50
|
/// The horizontal padding of the Drawer item in each level.
|
|
62
51
|
/// @group drawer
|
|
@@ -67,10 +56,11 @@ $kendo-drawer-item-level-count: 5 !default;
|
|
|
67
56
|
|
|
68
57
|
/// The horizontal padding of the Drawer icon.
|
|
69
58
|
/// @group drawer
|
|
70
|
-
$kendo-drawer-icon-padding-x: 0 !default;
|
|
59
|
+
$kendo-drawer-icon-padding-x: k-spacing(0) !default;
|
|
60
|
+
|
|
71
61
|
/// The vertical padding of the Drawer icon.
|
|
72
62
|
/// @group drawer
|
|
73
|
-
$kendo-drawer-icon-padding-y: k-
|
|
63
|
+
$kendo-drawer-icon-padding-y: k-spacing(1) !default;
|
|
74
64
|
|
|
75
65
|
/// The initial width of the mini Drawer.
|
|
76
66
|
/// @group drawer
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
.k-dropdowntree-popup,
|
|
9
9
|
.k-multiselecttree-popup {
|
|
10
10
|
.k-treeview {
|
|
11
|
-
padding-block:
|
|
12
|
-
padding-inline:
|
|
11
|
+
padding-block: calc( #{$kendo-dropdowntree-popup-padding-y} / 2 );
|
|
12
|
+
padding-inline: calc( #{$kendo-dropdowntree-popup-padding-x} / 2 );
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.k-check-all {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/// The horizontal padding of the DropdownTree popup
|
|
4
4
|
/// @group dropdowntree
|
|
5
|
-
$kendo-dropdowntree-popup-padding-x: k-
|
|
5
|
+
$kendo-dropdowntree-popup-padding-x: k-spacing(2) !default;
|
|
6
6
|
/// The vertical padding of the DropdownTree popup
|
|
7
7
|
/// @group dropdowntree
|
|
8
|
-
$kendo-dropdowntree-popup-padding-y: k-
|
|
8
|
+
$kendo-dropdowntree-popup-padding-y: k-spacing(2) !default;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
/// The horizontal padding of the DropZone.
|
|
4
4
|
/// @group dropzone
|
|
5
|
-
$kendo-dropzone-padding-x: k-
|
|
5
|
+
$kendo-dropzone-padding-x: k-spacing(2) !default;
|
|
6
6
|
/// The vertical padding of the DropZone.
|
|
7
7
|
/// @group dropzone
|
|
8
|
-
$kendo-dropzone-padding-y: k-
|
|
8
|
+
$kendo-dropzone-padding-y: k-spacing(2) !default;
|
|
9
9
|
/// The border width of the DropZone.
|
|
10
10
|
/// @group dropzone
|
|
11
11
|
$kendo-dropzone-border-width: 1px !default;
|
|
@@ -15,13 +15,13 @@ $kendo-dropzone-min-height: 220px !default;
|
|
|
15
15
|
|
|
16
16
|
/// The font family of the DropZone.
|
|
17
17
|
/// @group dropzone
|
|
18
|
-
$kendo-dropzone-font-family:
|
|
18
|
+
$kendo-dropzone-font-family: var( --kendo-font-family, inherit ) !default;
|
|
19
19
|
/// The font size of the DropZone.
|
|
20
20
|
/// @group dropzone
|
|
21
|
-
$kendo-dropzone-font-size:
|
|
21
|
+
$kendo-dropzone-font-size: var( --kendo-font-size, inherit ) !default;
|
|
22
22
|
/// The line height of the DropZone.
|
|
23
23
|
/// @group dropzone
|
|
24
|
-
$kendo-dropzone-line-height:
|
|
24
|
+
$kendo-dropzone-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
25
|
|
|
26
26
|
/// The background color of the DropZone.
|
|
27
27
|
/// @group dropzone
|
|
@@ -35,7 +35,7 @@ $kendo-dropzone-border: $kendo-base-border !default;
|
|
|
35
35
|
|
|
36
36
|
/// The spacing below the DropZone icon.
|
|
37
37
|
/// @group dropzone
|
|
38
|
-
$kendo-dropzone-icon-spacing: k-
|
|
38
|
+
$kendo-dropzone-icon-spacing: k-spacing(6) !default;
|
|
39
39
|
/// The text color of the DropZone icon.
|
|
40
40
|
/// @group dropzone
|
|
41
41
|
$kendo-dropzone-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) !default;
|
|
@@ -48,14 +48,14 @@ $kendo-dropzone-icon-hover-text: $kendo-color-primary !default;
|
|
|
48
48
|
$kendo-dropzone-hint-font-size: null !default;
|
|
49
49
|
/// The spacing below the DropZone hint.
|
|
50
50
|
/// @group dropzone
|
|
51
|
-
$kendo-dropzone-hint-spacing: k-
|
|
51
|
+
$kendo-dropzone-hint-spacing: k-spacing(2) !default;
|
|
52
52
|
/// The text color of the DropZone hint.
|
|
53
53
|
/// @group dropzone
|
|
54
54
|
$kendo-dropzone-hint-text: null !default;
|
|
55
55
|
|
|
56
56
|
/// The font size of the DropZone note.
|
|
57
57
|
/// @group dropzone
|
|
58
|
-
$kendo-dropzone-note-font-size:
|
|
58
|
+
$kendo-dropzone-note-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
59
59
|
/// The spacing below the DropZone note.
|
|
60
60
|
/// @group dropzone
|
|
61
61
|
$kendo-dropzone-note-spacing: null !default;
|
package/scss/editor/_layout.scss
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
// Inline editor
|
|
31
31
|
.k-editor-inline {
|
|
32
|
-
@include border-radius(
|
|
32
|
+
@include border-radius( k-border-radius(md) );
|
|
33
33
|
padding-block: $kendo-padding-sm-y;
|
|
34
34
|
padding-inline: $kendo-padding-sm-x;
|
|
35
35
|
border: 1px solid transparent;
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
flex: 1;
|
|
374
374
|
}
|
|
375
375
|
.k-search-wrap {
|
|
376
|
-
margin: 0 0 0 k-
|
|
376
|
+
margin: 0 0 0 k-spacing(4);
|
|
377
377
|
width: 150px;
|
|
378
378
|
display: flex;
|
|
379
379
|
align-items: center;
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
|
|
391
391
|
// Filebrowser toolbar
|
|
392
392
|
.k-filebrowser-toolbar {
|
|
393
|
-
margin: k-
|
|
393
|
+
margin: k-spacing(4) 0 0 0;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
396
|
.k-upload {
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
flex-flow: row wrap;
|
|
418
418
|
height: 390px;
|
|
419
419
|
max-height: 50vh;
|
|
420
|
-
margin: 0 0 k-
|
|
420
|
+
margin: 0 0 k-spacing(4) 0;
|
|
421
421
|
padding-block: $kendo-padding-md-y;
|
|
422
422
|
padding-inline: $kendo-padding-md-x;
|
|
423
423
|
border-top-width: 0;
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
white-space: nowrap;
|
|
434
434
|
overflow: hidden;
|
|
435
435
|
cursor: pointer;
|
|
436
|
-
@include border-radius(
|
|
436
|
+
@include border-radius( k-border-radius(md) );
|
|
437
437
|
|
|
438
438
|
.k-i-file,
|
|
439
439
|
.k-i-folder {
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
$kendo-editor-border-width: 1px !default;
|
|
6
6
|
/// The font family of the Еditor.
|
|
7
7
|
/// @group editor
|
|
8
|
-
$kendo-editor-font-family:
|
|
8
|
+
$kendo-editor-font-family: var( --kendo-font-family, inherit ) !default;
|
|
9
9
|
/// The font size of the Еditor.
|
|
10
10
|
/// @group editor
|
|
11
|
-
$kendo-editor-font-size:
|
|
11
|
+
$kendo-editor-font-size: var( --kendo-font-size, inherit ) !default;
|
|
12
12
|
/// The line height of the Еditor.
|
|
13
13
|
/// @group editor
|
|
14
|
-
$kendo-editor-line-height:
|
|
14
|
+
$kendo-editor-line-height: var( --kendo-line-height, normal ) !default;
|
|
15
15
|
|
|
16
16
|
/// The text color of the Еditor placeholder.
|
|
17
17
|
/// @group editor
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
/// The vertical spacing of the ExpansionPanel.
|
|
4
4
|
/// @group expander
|
|
5
|
-
$kendo-expander-spacing-y: k-
|
|
5
|
+
$kendo-expander-spacing-y: k-spacing(2) !default;
|
|
6
6
|
/// The width of the border around the ExpansionPanel.
|
|
7
7
|
/// @group expander
|
|
8
8
|
$kendo-expander-border-width: 1px !default;
|
|
9
9
|
/// The font family of the ExpansionPanel.
|
|
10
10
|
/// @group expander
|
|
11
|
-
$kendo-expander-font-family:
|
|
11
|
+
$kendo-expander-font-family: var( --kendo-font-family, inherit ) !default;
|
|
12
12
|
/// The font size of the ExpansionPanel.
|
|
13
13
|
/// @group expander
|
|
14
|
-
$kendo-expander-font-size:
|
|
14
|
+
$kendo-expander-font-size: var( --kendo-font-size, inherit ) !default;
|
|
15
15
|
/// The hine height of the ExpansionPanel.
|
|
16
16
|
/// @group expander
|
|
17
|
-
$kendo-expander-line-height:
|
|
17
|
+
$kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
|
|
18
18
|
|
|
19
19
|
/// The text color of the ExpansionPanel.
|
|
20
20
|
/// @group expander
|
|
@@ -32,10 +32,10 @@ $kendo-expander-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
32
32
|
|
|
33
33
|
/// The horizontal padding of the ExpansionPanel header.
|
|
34
34
|
/// @group expander
|
|
35
|
-
$kendo-expander-header-padding-x: k-
|
|
35
|
+
$kendo-expander-header-padding-x: k-spacing(4) !default;
|
|
36
36
|
/// The vertical padding of the ExpansionPanel header.
|
|
37
37
|
/// @group expander
|
|
38
|
-
$kendo-expander-header-padding-y: k-
|
|
38
|
+
$kendo-expander-header-padding-y: k-spacing(3) !default;
|
|
39
39
|
|
|
40
40
|
/// The text color of the ExpansionPanel header.
|
|
41
41
|
/// @group expander
|
|
@@ -67,11 +67,11 @@ $kendo-expander-header-sub-title-text: $kendo-subtle-text !default;
|
|
|
67
67
|
|
|
68
68
|
/// The horizontal margin of the ExpansionPanel indicator.
|
|
69
69
|
/// @group expander
|
|
70
|
-
$kendo-expander-indicator-margin-x: k-
|
|
70
|
+
$kendo-expander-indicator-margin-x: k-spacing(3) !default;
|
|
71
71
|
|
|
72
72
|
/// The horizontal padding of the ExpansionPanel content.
|
|
73
73
|
/// @group expander
|
|
74
|
-
$kendo-expander-content-padding-x: k-
|
|
74
|
+
$kendo-expander-content-padding-x: k-spacing(4) !default;
|
|
75
75
|
/// The vertical padding of the ExpansionPanel content.
|
|
76
76
|
/// @group expander
|
|
77
|
-
$kendo-expander-content-padding-y: k-
|
|
77
|
+
$kendo-expander-content-padding-y: k-spacing(4) !default;
|
package/scss/fab/_layout.scss
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
.k-icon-wrapper-host:not(:only-child) &,
|
|
44
44
|
&:not(:only-child) {
|
|
45
45
|
margin-inline-end: $kendo-fab-icon-spacing;
|
|
46
|
-
margin-inline-start:
|
|
46
|
+
margin-inline-start: calc( #{$kendo-fab-icon-spacing} * -1 );
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
|
|
84
84
|
.k-fab-item {
|
|
85
85
|
list-style-type: none;
|
|
86
|
-
margin-block-end: k-
|
|
86
|
+
margin-block-end: k-spacing(2);
|
|
87
87
|
outline: none;
|
|
88
88
|
white-space: nowrap;
|
|
89
89
|
display: flex;
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
|
|
97
97
|
.k-fab-item-text {
|
|
98
98
|
// Needed for fab item positioning in RTL
|
|
99
|
-
margin-right: k-
|
|
99
|
+
margin-right: k-spacing(2);
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
&.k-text-left {
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
|
|
105
105
|
.k-fab-item-text {
|
|
106
106
|
// Needed for fab item positioning in RTL
|
|
107
|
-
margin-left: k-
|
|
107
|
+
margin-left: k-spacing(2);
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -5,64 +5,64 @@
|
|
|
5
5
|
$kendo-fab-border-width: 1px !default;
|
|
6
6
|
/// The border radius of the FAB.
|
|
7
7
|
/// @group floating-action-button
|
|
8
|
-
$kendo-fab-border-radius:
|
|
8
|
+
$kendo-fab-border-radius: k-border-radius(md) !default;
|
|
9
9
|
|
|
10
10
|
/// The font family of the FAB.
|
|
11
11
|
/// @group floating-action-button
|
|
12
|
-
$kendo-fab-font-family:
|
|
12
|
+
$kendo-fab-font-family: var( --kendo-font-family, inherit ) !default;
|
|
13
13
|
/// The font size of the FAB.
|
|
14
14
|
/// @group floating-action-button
|
|
15
|
-
$kendo-fab-font-size:
|
|
15
|
+
$kendo-fab-font-size: var( --kendo-font-size, inherit ) !default;
|
|
16
16
|
/// The line height of the FAB.
|
|
17
17
|
/// @group floating-action-button
|
|
18
|
-
$kendo-fab-line-height:
|
|
18
|
+
$kendo-fab-line-height: var( --kendo-line-height, normal ) !default;
|
|
19
19
|
|
|
20
20
|
/// The horizontal padding of the FAB.
|
|
21
21
|
/// @group floating-action-button
|
|
22
|
-
$kendo-fab-padding-x: k-
|
|
22
|
+
$kendo-fab-padding-x: k-spacing(4) !default;
|
|
23
23
|
/// The horizontal padding of the small FAB.
|
|
24
24
|
/// @group floating-action-button
|
|
25
|
-
$kendo-fab-sm-padding-x:
|
|
25
|
+
$kendo-fab-sm-padding-x: calc( #{$kendo-fab-padding-x} / 2 ) !default;
|
|
26
26
|
/// The horizontal padding of the medium FAB.
|
|
27
27
|
/// @group floating-action-button
|
|
28
28
|
$kendo-fab-md-padding-x: $kendo-fab-padding-x !default;
|
|
29
29
|
/// The horizontal padding of the large FAB.
|
|
30
30
|
/// @group floating-action-button
|
|
31
|
-
$kendo-fab-lg-padding-x: ( $kendo-fab-padding-x * 1.5 ) !default;
|
|
31
|
+
$kendo-fab-lg-padding-x: calc( #{$kendo-fab-padding-x} * 1.5 ) !default;
|
|
32
32
|
|
|
33
33
|
/// The vertical padding of the FAB.
|
|
34
34
|
/// @group floating-action-button
|
|
35
35
|
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
36
36
|
/// The vertical padding of the small FAB.
|
|
37
37
|
/// @group floating-action-button
|
|
38
|
-
$kendo-fab-sm-padding-y:
|
|
38
|
+
$kendo-fab-sm-padding-y: calc( #{$kendo-fab-padding-y} / 2 ) !default;
|
|
39
39
|
/// The vertical padding of the medium FAB.
|
|
40
40
|
/// @group floating-action-button
|
|
41
41
|
$kendo-fab-md-padding-y: $kendo-fab-padding-y !default;
|
|
42
42
|
/// The vertical padding of the large FAB.
|
|
43
43
|
/// @group floating-action-button
|
|
44
|
-
$kendo-fab-lg-padding-y: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
44
|
+
$kendo-fab-lg-padding-y: calc( #{$kendo-fab-padding-y} * 1.5 ) !default;
|
|
45
45
|
|
|
46
46
|
/// The horizontal padding of the FAB icon.
|
|
47
47
|
/// @group floating-action-button
|
|
48
|
-
$kendo-fab-icon-padding-x: k-
|
|
48
|
+
$kendo-fab-icon-padding-x: k-spacing(0.5) !default;
|
|
49
49
|
/// The vertical padding of the FAB icon.
|
|
50
50
|
/// @group floating-action-button
|
|
51
51
|
$kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
|
|
52
52
|
/// The spacing of the FAB icon.
|
|
53
53
|
/// @group floating-action-button
|
|
54
|
-
$kendo-fab-icon-spacing: k-
|
|
54
|
+
$kendo-fab-icon-spacing: k-spacing(0.5) !default;
|
|
55
55
|
|
|
56
56
|
/// The horizontal padding of the FAB items.
|
|
57
57
|
/// @group floating-action-button
|
|
58
|
-
$kendo-fab-items-padding-x:
|
|
58
|
+
$kendo-fab-items-padding-x: k-spacing(0) !default;
|
|
59
59
|
/// The vertical padding of the FAB items.
|
|
60
60
|
/// @group floating-action-button
|
|
61
|
-
$kendo-fab-items-padding-y: k-
|
|
61
|
+
$kendo-fab-items-padding-y: k-spacing(4) !default;
|
|
62
62
|
|
|
63
63
|
/// The horizontal padding of the FAB item text.
|
|
64
64
|
/// @group floating-action-button
|
|
65
|
-
$kendo-fab-item-text-padding-x: k-
|
|
65
|
+
$kendo-fab-item-text-padding-x: k-spacing(1) !default;
|
|
66
66
|
/// The vertical padding of the FAB item text.
|
|
67
67
|
/// @group floating-action-button
|
|
68
68
|
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
@@ -74,14 +74,14 @@ $kendo-fab-item-text-border-width: 1px !default;
|
|
|
74
74
|
$kendo-fab-item-text-border-radius: 2px !default;
|
|
75
75
|
/// The font size of the FAB item text.
|
|
76
76
|
/// @group floating-action-button
|
|
77
|
-
$kendo-fab-item-text-font-size:
|
|
77
|
+
$kendo-fab-item-text-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
78
78
|
/// The line height of the FAB item text.
|
|
79
79
|
/// @group floating-action-button
|
|
80
80
|
$kendo-fab-item-text-line-height: 1.2 !default;
|
|
81
81
|
|
|
82
82
|
/// The horizontal padding of the FAB item icon.
|
|
83
83
|
/// @group floating-action-button
|
|
84
|
-
$kendo-fab-item-icon-padding-x:
|
|
84
|
+
$kendo-fab-item-icon-padding-x: calc( #{k-spacing(2)} + #{$kendo-fab-icon-padding-x} ) !default;
|
|
85
85
|
/// The vertical padding of the FAB item icon.
|
|
86
86
|
/// @group floating-action-button
|
|
87
87
|
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
@@ -127,7 +127,7 @@ $kendo-fab-active-shadow: null !default;
|
|
|
127
127
|
$kendo-fab-outline-style: solid !default;
|
|
128
128
|
/// The outline width of the FAB.
|
|
129
129
|
/// @group floating-action-button
|
|
130
|
-
$kendo-fab-outline-width: k-
|
|
130
|
+
$kendo-fab-outline-width: k-spacing(0.5) !default;
|
|
131
131
|
|
|
132
132
|
/// The base text color of the FAB item.
|
|
133
133
|
/// @group floating-action-button
|
|
@@ -163,7 +163,7 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
163
163
|
$kendo-fab-item-outline-style: solid !default;
|
|
164
164
|
/// The outline width of the FAB item.
|
|
165
165
|
/// @group floating-action-button
|
|
166
|
-
$kendo-fab-item-outline-width: k-
|
|
166
|
+
$kendo-fab-item-outline-width: k-spacing(0.5) !default;
|
|
167
167
|
/// The outline color of the FAB item.
|
|
168
168
|
/// @group floating-action-button
|
|
169
169
|
$kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
|
|
109
109
|
// File name
|
|
110
110
|
.k-file-name {
|
|
111
|
-
margin-top:
|
|
111
|
+
margin-top: calc( #{$kendo-file-manager-spacer} / 2 );
|
|
112
112
|
display: block;
|
|
113
113
|
text-align: center;
|
|
114
114
|
overflow: hidden;
|
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
|
|
151
151
|
// Filemanager preview
|
|
152
152
|
.k-filemanager-preview {
|
|
153
|
-
padding: ($kendo-file-manager-preview-padding-y * 3) $kendo-file-manager-preview-padding-x $kendo-file-manager-preview-padding-y;
|
|
153
|
+
padding: calc( #{$kendo-file-manager-preview-padding-y} * 3) $kendo-file-manager-preview-padding-x $kendo-file-manager-preview-padding-y;
|
|
154
154
|
width: $kendo-file-manager-preview-width;
|
|
155
|
-
min-height: calc( #{$kendo-file-manager-preview-padding-y * 4
|
|
155
|
+
min-height: calc( calc( #{$kendo-file-manager-preview-padding-y} * 4 ) + calc( #{$kendo-icon-size-xxxl} * 2 ) + calc( #{$kendo-file-manager-preview-spacing} * 3 ) );
|
|
156
156
|
border-width: 0;
|
|
157
157
|
border-left-width: $kendo-file-manager-preview-border-width;
|
|
158
158
|
border-style: solid;
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
/// The space between the FileManager items.
|
|
4
4
|
/// @group filemanager
|
|
5
|
-
$kendo-file-manager-spacer: k-
|
|
5
|
+
$kendo-file-manager-spacer: k-spacing(4) !default;
|
|
6
6
|
/// The border width of the FileManager.
|
|
7
7
|
/// @group filemanager
|
|
8
8
|
$kendo-file-manager-border-width: 1px !default;
|
|
9
9
|
/// The font family of the FileManager.
|
|
10
10
|
/// @group filemanager
|
|
11
|
-
$kendo-file-manager-font-family:
|
|
11
|
+
$kendo-file-manager-font-family: var( --kendo-font-family, inherit ) !default;
|
|
12
12
|
/// The font size of the FileManager.
|
|
13
13
|
/// @group filemanager
|
|
14
|
-
$kendo-file-manager-font-size:
|
|
14
|
+
$kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
|
|
15
15
|
/// The line height of the FileManager.
|
|
16
16
|
/// @group filemanager
|
|
17
|
-
$kendo-file-manager-line-height:
|
|
17
|
+
$kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
|
|
18
18
|
/// The background color of the FileManager.
|
|
19
19
|
/// @group filemanager
|
|
20
20
|
$kendo-file-manager-bg: $kendo-component-bg !default;
|
|
@@ -65,10 +65,10 @@ $kendo-file-manager-navigation-border: null !default;
|
|
|
65
65
|
|
|
66
66
|
/// The horizontal padding of the FileManager Breadcrumb.
|
|
67
67
|
/// @group filemanager
|
|
68
|
-
$kendo-file-manager-breadcrumb-padding-x: k-
|
|
68
|
+
$kendo-file-manager-breadcrumb-padding-x: k-spacing(2) !default;
|
|
69
69
|
/// The vertical padding of the FileManager Breadcrumb.
|
|
70
70
|
/// @group filemanager
|
|
71
|
-
$kendo-file-manager-breadcrumb-padding-y: k-
|
|
71
|
+
$kendo-file-manager-breadcrumb-padding-y: k-spacing(2) !default;
|
|
72
72
|
/// The border width of the FileManager Breadcrumb.
|
|
73
73
|
/// @group filemanager
|
|
74
74
|
$kendo-file-manager-breadcrumb-border-width: $kendo-file-manager-border-width !default;
|
|
@@ -94,10 +94,10 @@ $kendo-file-manager-listview-border: null !default;
|
|
|
94
94
|
|
|
95
95
|
/// The horizontal padding of the FileManager ListView item.
|
|
96
96
|
/// @group filemanager
|
|
97
|
-
$kendo-file-manager-listview-item-padding-x: k-
|
|
97
|
+
$kendo-file-manager-listview-item-padding-x: k-spacing(4) !default;
|
|
98
98
|
/// The vertical padding of the FileManager ListView item.
|
|
99
99
|
/// @group filemanager
|
|
100
|
-
$kendo-file-manager-listview-item-padding-y: k-
|
|
100
|
+
$kendo-file-manager-listview-item-padding-y: k-spacing(4) !default;
|
|
101
101
|
/// The width of the FileManager ListView item.
|
|
102
102
|
/// @group filemanager
|
|
103
103
|
$kendo-file-manager-listview-item-width: 120px !default;
|
|
@@ -160,7 +160,7 @@ $kendo-file-manager-preview-border-width: $kendo-file-manager-border-width !defa
|
|
|
160
160
|
$kendo-file-manager-preview-spacing: $kendo-file-manager-spacer !default;
|
|
161
161
|
/// The gap between the columns in the FileManager preview.
|
|
162
162
|
/// @group filemanager
|
|
163
|
-
$kendo-file-manager-preview-column-gap: k-
|
|
163
|
+
$kendo-file-manager-preview-column-gap: k-spacing(1) !default;
|
|
164
164
|
/// The background color of the FileManager preview.
|
|
165
165
|
/// @group filemanager
|
|
166
166
|
$kendo-file-manager-preview-bg: null !default;
|
package/scss/filter/_layout.scss
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
width: $kendo-filter-padding-x;
|
|
43
43
|
height: $kendo-filter-line-size;
|
|
44
44
|
inset-block-start: 50%;
|
|
45
|
-
inset-inline-start:
|
|
45
|
+
inset-inline-start: calc( #{$kendo-filter-padding-x} * -1 );
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.k-toolbar {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
position: absolute;
|
|
62
62
|
width: $kendo-filter-line-size;
|
|
63
63
|
height: 100%;
|
|
64
|
-
inset-block-start:
|
|
64
|
+
inset-block-start: calc( #{$kendo-filter-padding-y} * -1 );
|
|
65
65
|
inset-inline-start: 0;
|
|
66
66
|
}
|
|
67
67
|
}
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
content: "";
|
|
73
73
|
position: absolute;
|
|
74
74
|
width: $kendo-filter-line-size;
|
|
75
|
-
inset-block-start: calc(
|
|
75
|
+
inset-block-start: calc( calc( #{$kendo-filter-padding-y} * -1 ) - #{$kendo-filter-line-size} );
|
|
76
76
|
inset-block-end: 50%;
|
|
77
|
-
inset-inline-start:
|
|
77
|
+
inset-inline-start: calc( #{$kendo-filter-padding-x} * -1 );
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
// The forth and fifth selectors targets the Angular rendering
|
|
@@ -9,7 +9,7 @@ $kendo-filter-padding-y: $kendo-padding-md-y !default;
|
|
|
9
9
|
|
|
10
10
|
/// The bottom margin of the Filter.
|
|
11
11
|
/// @group filter
|
|
12
|
-
$kendo-filter-bottom-margin:
|
|
12
|
+
$kendo-filter-bottom-margin: k-spacing(7.5) !default;
|
|
13
13
|
/// The width of the line that connects the Filter items.
|
|
14
14
|
/// @group filter
|
|
15
15
|
$kendo-filter-line-size: 1px !default;
|
|
@@ -27,4 +27,4 @@ $kendo-filter-preview-operator-text: $kendo-subtle-text !default;
|
|
|
27
27
|
|
|
28
28
|
/// The box shadow of the focused Filter toolbar.
|
|
29
29
|
/// @group filter
|
|
30
|
-
$kendo-filter-toolbar-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
|
|
30
|
+
$kendo-filter-toolbar-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
|