@progress/kendo-theme-fluent 6.5.0-dev.0 → 6.5.0-dev.2
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 +13080 -13001
- package/dist/meta/sassdoc-data.json +6515 -4671
- package/dist/meta/sassdoc-raw-data.json +8442 -7517
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_layout.scss +7 -0
- package/scss/action-sheet/_variables.scss +4 -1
- package/scss/adaptive/_variables.scss +4 -4
- package/scss/appbar/_variables.scss +35 -34
- package/scss/avatar/_variables.scss +5 -5
- package/scss/badge/_variables.scss +5 -5
- package/scss/bottom-navigation/_variables.scss +44 -48
- package/scss/breadcrumb/_layout.scss +37 -10
- package/scss/breadcrumb/_variables.scss +126 -35
- package/scss/button/_variables.scss +11 -11
- package/scss/calendar/_layout.scss +1 -1
- package/scss/calendar/_variables.scss +11 -11
- package/scss/card/_variables.scss +2 -2
- package/scss/chat/_variables.scss +8 -8
- package/scss/checkbox/_variables.scss +16 -16
- package/scss/chip/_variables.scss +12 -12
- package/scss/color-preview/_variables.scss +4 -4
- package/scss/coloreditor/_variables.scss +31 -32
- package/scss/colorgradient/_variables.scss +74 -74
- package/scss/colorpalette/_variables.scss +17 -17
- package/scss/core/_index.scss +6 -11
- package/scss/core/_variables.scss +1 -79
- package/scss/core/color-system/_index.scss +0 -2
- package/scss/core/color-system/utils/_functions.scss +4 -66
- package/scss/core/helpers/_index.scss +0 -4
- package/scss/dataviz/_layout.scss +5 -5
- package/scss/dataviz/_variables.scss +37 -37
- package/scss/daterangepicker/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +20 -20
- package/scss/draggable/_variables.scss +2 -2
- package/scss/drawer/_variables.scss +9 -9
- package/scss/dropzone/_variables.scss +3 -3
- package/scss/editor/_variables.scss +38 -32
- package/scss/expansion-panel/_variables.scss +41 -38
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +8 -8
- package/scss/filter/_variables.scss +15 -15
- package/scss/forms/_variables.scss +2 -2
- package/scss/gantt/_layout.scss +2 -2
- package/scss/gantt/_variables.scss +22 -22
- package/scss/grid/_theme.scss +2 -2
- package/scss/grid/_variables.scss +11 -11
- package/scss/imageeditor/_variables.scss +2 -2
- package/scss/index.scss +3 -0
- package/scss/input/_variables.scss +42 -42
- package/scss/list/_variables.scss +14 -14
- package/scss/listbox/_variables.scss +16 -17
- package/scss/listgroup/_variables.scss +1 -1
- package/scss/listview/_variables.scss +37 -37
- package/scss/loader/_variables.scss +70 -24
- package/scss/map/_variables.scss +4 -4
- package/scss/mediaplayer/_variables.scss +2 -2
- package/scss/menu/_variables.scss +3 -3
- package/scss/notification/_variables.scss +22 -20
- package/scss/orgchart/_variables.scss +5 -5
- package/scss/pager/_variables.scss +4 -4
- package/scss/panelbar/_variables.scss +3 -3
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_variables.scss +4 -4
- package/scss/popover/_variables.scss +34 -34
- package/scss/popup/_variables.scss +1 -1
- package/scss/progressbar/_variables.scss +51 -55
- package/scss/radio/_variables.scss +10 -10
- package/scss/rating/_theme.scss +1 -1
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +9 -9
- package/scss/scrollview/_variables.scss +42 -52
- package/scss/searchbox/_variables.scss +1 -1
- package/scss/signature/_variables.scss +2 -2
- package/scss/skeleton/_variables.scss +4 -4
- package/scss/slider/_variables.scss +11 -11
- package/scss/split-button/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +3 -3
- package/scss/spreadsheet/_variables.scss +17 -17
- package/scss/stepper/_variables.scss +8 -8
- package/scss/switch/_variables.scss +17 -17
- package/scss/table/_variables.scss +3 -3
- package/scss/tabstrip/_variables.scss +5 -5
- package/scss/taskboard/_variables.scss +5 -5
- package/scss/tilelayout/_variables.scss +9 -9
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/toolbar/_variables.scss +3 -3
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treeview/_variables.scss +2 -2
- package/scss/upload/_variables.scss +39 -39
- package/scss/utils/_layout.scss +6 -4
- package/scss/window/_variables.scss +45 -45
- package/scss/wizard/_variables.scss +1 -1
- package/scss/core/_layout.scss +0 -13
- package/scss/core/_theme.scss +0 -9
- package/scss/core/color-system/_variables.scss +0 -172
- package/scss/core/functions/_index.scss +0 -3
- package/scss/core/functions/_strings.scss +0 -37
- package/scss/core/helpers/_base.scss +0 -136
- package/scss/core/helpers/_layout.scss +0 -64
- package/scss/core/helpers/_loading.scss +0 -120
- package/scss/core/helpers/_selection.scss +0 -27
- package/scss/core/mixins/_border-radius.scss +0 -60
- package/scss/core/mixins/_box-shadow.scss +0 -8
- package/scss/core/mixins/_decoration.scss +0 -30
- package/scss/core/mixins/_disabled.scss +0 -10
- package/scss/core/mixins/_hide-scrollbar.scss +0 -14
- package/scss/core/mixins/_index.scss +0 -6
- package/scss/core/mixins/_typography.scss +0 -7
|
@@ -2,81 +2,87 @@
|
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
@use "../input/_variables.scss" as *;
|
|
4
4
|
|
|
5
|
-
/// The width of the border around the
|
|
5
|
+
/// The width of the border around the Еditor.
|
|
6
6
|
/// @group editor
|
|
7
7
|
$kendo-editor-border-width: 1px !default;
|
|
8
|
-
/// The font family of the
|
|
8
|
+
/// The font family of the Еditor.
|
|
9
9
|
/// @group editor
|
|
10
10
|
$kendo-editor-font-family: var( --kendo-font-family, inherit ) !default;
|
|
11
|
-
/// The font size of the
|
|
11
|
+
/// The font size of the Еditor.
|
|
12
12
|
/// @group editor
|
|
13
13
|
$kendo-editor-font-size: var( --kendo-font-size, inherit ) !default;
|
|
14
|
-
/// The line height of the
|
|
14
|
+
/// The line height of the Еditor.
|
|
15
15
|
/// @group editor
|
|
16
16
|
$kendo-editor-line-height: var( --kendo-line-height, normal ) !default;
|
|
17
|
-
/// The text color of the
|
|
17
|
+
/// The text color of the Editor.
|
|
18
18
|
/// @group editor
|
|
19
19
|
$kendo-editor-text: var( --kendo-component-text, initial ) !default;
|
|
20
|
-
/// The background color of the
|
|
20
|
+
/// The background color of the Editor.
|
|
21
21
|
/// @group editor
|
|
22
22
|
$kendo-editor-bg: var( --kendo-component-bg, initial ) !default;
|
|
23
|
-
/// The color of the border around
|
|
23
|
+
/// The color of the border around Editor.
|
|
24
24
|
/// @group editor
|
|
25
25
|
$kendo-editor-border: var( --kendo-component-border, initial ) !default;
|
|
26
|
-
/// The
|
|
26
|
+
/// The text color of the Еditor's placeholder.
|
|
27
27
|
/// @group editor
|
|
28
28
|
$kendo-editor-placeholder-text: var( --kendo-input-placeholder-text, #{$kendo-input-placeholder-text} ) !default;
|
|
29
|
-
/// The
|
|
29
|
+
/// The opacity of the Editor's placeholder.
|
|
30
30
|
/// @group editor
|
|
31
31
|
$kendo-editor-placeholder-opacity: var( --kendo-input-placeholder-opacity, #{$kendo-input-placeholder-opacity} ) !default;
|
|
32
|
-
/// The outline color of the
|
|
32
|
+
/// The outline color of the Editor's content.
|
|
33
33
|
/// @group editor
|
|
34
34
|
$kendo-editor-content-outline-color: var( --kendo-body-text, initial ) !default;
|
|
35
|
-
/// The
|
|
36
|
-
/// @group editor
|
|
37
|
-
$kendo-editor-resize-handle-size: map.get( $kendo-spacing, 2 ) !default;
|
|
38
|
-
/// The border width of the editor resize handle
|
|
39
|
-
/// @group editor
|
|
40
|
-
$kendo-editor-resize-handle-border-width: 1px !default;
|
|
41
|
-
/// The horizontal margin of the editor export tool icon
|
|
35
|
+
/// The horizontal margin of the Editor's export tool icon.
|
|
42
36
|
/// @group editor
|
|
43
37
|
$kendo-editor-export-tool-icon-margin-x: map.get( $kendo-spacing, 1 ) !default;
|
|
44
|
-
///
|
|
38
|
+
/// The outline width of the Editor's selected node.
|
|
45
39
|
/// @group editor
|
|
46
40
|
$kendo-editor-selectednode-outline-width: map.get( $kendo-spacing, 0.5 ) !default;
|
|
47
41
|
|
|
48
|
-
|
|
49
|
-
$ct-cell-size: 20px !default;
|
|
50
|
-
|
|
51
|
-
/// The selected text color of the editor
|
|
42
|
+
/// The selected text color of the Editor.
|
|
52
43
|
/// @group editor
|
|
53
44
|
$kendo-editor-selected-text: $kendo-color-white !default;
|
|
54
|
-
/// The selected background color of the
|
|
45
|
+
/// The selected background color of the Editor.
|
|
55
46
|
/// @group editor
|
|
56
|
-
$kendo-editor-selected-bg: get-theme-color-var( primary-100 ) !default;
|
|
57
|
-
/// The highlighted background color of the
|
|
47
|
+
$kendo-editor-selected-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
48
|
+
/// The highlighted background color of the Editor.
|
|
58
49
|
/// @group editor
|
|
59
|
-
$kendo-editor-highlighted-bg: get-theme-color-var( primary-60 ) !default;
|
|
50
|
+
$kendo-editor-highlighted-bg: k-get-theme-color-var( primary-60 ) !default;
|
|
60
51
|
|
|
61
|
-
/// The
|
|
52
|
+
/// The size of the Editor's resize handle.
|
|
53
|
+
/// @group editor
|
|
54
|
+
$kendo-editor-resize-handle-size: map.get( $kendo-spacing, 2 ) !default;
|
|
55
|
+
/// The border width of the Editor's resize handle.
|
|
56
|
+
/// @group editor
|
|
57
|
+
$kendo-editor-resize-handle-border-width: 1px !default;
|
|
58
|
+
/// The border color of the Editor's resize handle.
|
|
62
59
|
/// @group editor
|
|
63
60
|
$kendo-editor-resize-handle-border: $kendo-color-black !default;
|
|
64
|
-
/// The background color of the
|
|
61
|
+
/// The background color of the Editor's resize handle.
|
|
65
62
|
/// @group editor
|
|
66
63
|
$kendo-editor-resize-handle-bg: $kendo-color-white !default;
|
|
67
64
|
|
|
68
|
-
/// The outline color of the
|
|
65
|
+
/// The outline color of the Editor's selected node.
|
|
69
66
|
/// @group editor
|
|
70
|
-
$kendo-editor-selectednode-outline-color: get-theme-color-var( primary-100 ) !default;
|
|
67
|
+
$kendo-editor-selectednode-outline-color: k-get-theme-color-var( primary-100 ) !default;
|
|
71
68
|
|
|
72
|
-
/// The border color of the
|
|
69
|
+
/// The border color of the Inline Editor data cell.
|
|
73
70
|
/// @group editor
|
|
74
71
|
$kendo-editor-inline-td-border: var( --kendo-component-border, initial ) !default;
|
|
75
|
-
/// The hover border color of the
|
|
72
|
+
/// The hover border color of the Inline Editor.
|
|
76
73
|
/// @group editor
|
|
77
74
|
$kendo-editor-inline-hover-border: var( --kendo-component-border, initial ) !default;
|
|
78
75
|
|
|
79
76
|
// Insert table
|
|
77
|
+
/// The size of the cell in the Insert table popup.
|
|
78
|
+
/// @group editor
|
|
79
|
+
$ct-cell-size: 20px !default;
|
|
80
|
+
/// The text color of the selected cells in the Insert table popup.
|
|
81
|
+
/// @group editor
|
|
80
82
|
$kendo-editor-ct-popup-text: var( --kendo-selected-text, initial ) !default;
|
|
83
|
+
/// The background color of the selected cells in the Insert table popup.
|
|
84
|
+
/// @group editor
|
|
81
85
|
$kendo-editor-ct-popup-bg: var( --kendo-selected-bg, initial ) !default;
|
|
86
|
+
/// The border color of the selected cells in the Insert table popup.
|
|
87
|
+
/// @group editor
|
|
82
88
|
$kendo-editor-ct-popup-border: var( --kendo-selected-border, initial ) !default;
|
|
@@ -1,99 +1,102 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/" as *;
|
|
3
3
|
|
|
4
|
-
///
|
|
4
|
+
/// The vertical spacing of the ExpansionPanel.
|
|
5
5
|
/// @group expander
|
|
6
6
|
$kendo-expander-margin-y: map.get( $kendo-spacing, 2 ) !default;
|
|
7
|
-
///
|
|
7
|
+
/// The width of the border around the ExpansionPanel.
|
|
8
8
|
/// @group expander
|
|
9
9
|
$kendo-expander-border-width: 1px !default;
|
|
10
|
-
///
|
|
10
|
+
/// The font family of the ExpansionPanel.
|
|
11
11
|
/// @group expander
|
|
12
12
|
$kendo-expander-font-family: var( --kendo-font-family, inherit ) !default;
|
|
13
|
-
///
|
|
13
|
+
/// The font size of the ExpansionPanel.
|
|
14
14
|
/// @group expander
|
|
15
15
|
$kendo-expander-font-size: var( --kendo-font-size, inherit ) !default;
|
|
16
|
-
///
|
|
16
|
+
/// The hine height of the ExpansionPanel.
|
|
17
17
|
/// @group expander
|
|
18
18
|
$kendo-expander-line-height: var( --kendo-line-height, normal ) !default;
|
|
19
19
|
|
|
20
|
-
///
|
|
20
|
+
/// The text color of the ExpansionPanel.
|
|
21
21
|
/// @group expander
|
|
22
22
|
$kendo-expander-text: var( --kendo-component-text, initial ) !default;
|
|
23
|
-
///
|
|
23
|
+
/// The background color of the ExpansionPanel.
|
|
24
24
|
/// @group expander
|
|
25
|
-
$kendo-expander-bg: get-theme-color-var( neutral-10 ) !default;
|
|
26
|
-
///
|
|
25
|
+
$kendo-expander-bg: k-get-theme-color-var( neutral-10 ) !default;
|
|
26
|
+
/// The border color of the ExpansionPanel.
|
|
27
27
|
/// @group expander
|
|
28
28
|
$kendo-expander-border: var( --kendo-component-border, initial ) !default;
|
|
29
|
-
///
|
|
29
|
+
/// The box shadow of the ExpansionPanel.
|
|
30
30
|
/// @group expander
|
|
31
|
-
$kendo-expander-shadow: inset 0 0 0 2px get-theme-color-var( neutral-30 ) !default;
|
|
31
|
+
$kendo-expander-shadow: inset 0 0 0 2px k-get-theme-color-var( neutral-30 ) !default;
|
|
32
32
|
|
|
33
|
-
///
|
|
33
|
+
/// The background color of the expanded ExpansionPanel.
|
|
34
34
|
/// @group expander
|
|
35
35
|
$kendo-expander-expanded-bg: var( --kendo-component-bg, initial ) !default;
|
|
36
36
|
|
|
37
|
-
///
|
|
38
|
-
/// @group expander
|
|
39
|
-
$kendo-expander-disabled-bg: var( --kendo-disabled-bg, initial ) !default;
|
|
40
|
-
/// Text color of the disabled expander.
|
|
37
|
+
/// The text color of the disabled ExpansionPanel.
|
|
41
38
|
/// @group expander
|
|
42
39
|
$kendo-expander-disabled-text: var( --kendo-disabled-text, initial ) !default;
|
|
43
|
-
///
|
|
40
|
+
/// The background color of the disabled ExpansionPanel.
|
|
41
|
+
/// @group expander
|
|
42
|
+
$kendo-expander-disabled-bg: var( --kendo-disabled-bg, initial ) !default;
|
|
43
|
+
|
|
44
|
+
/// The offset of the focused ExpansionPanel.
|
|
44
45
|
/// @group expander
|
|
45
46
|
$kendo-expander-focus-offset: 1px !default;
|
|
46
|
-
///
|
|
47
|
+
/// The outline width of the focused ExpansionPanel.
|
|
47
48
|
/// @group expander
|
|
48
49
|
$kendo-expander-focus-outline-width: 1px !default;
|
|
49
|
-
///
|
|
50
|
+
/// The outline style of the focused ExpansionPanel.
|
|
50
51
|
/// @group expander
|
|
51
52
|
$kendo-expander-focus-outline-style: solid !default;
|
|
52
|
-
/// The
|
|
53
|
+
/// The outline color of the focused ExpansionPanel.
|
|
53
54
|
/// @group expander
|
|
54
|
-
$kendo-expander-focus-outline: get-theme-color-var( neutral-130 ) !default;
|
|
55
|
+
$kendo-expander-focus-outline: k-get-theme-color-var( neutral-130 ) !default;
|
|
55
56
|
|
|
56
|
-
///
|
|
57
|
+
/// The background color of the focused ExpansionPanel.
|
|
57
58
|
/// @group expander
|
|
58
59
|
$kendo-expander-focus-bg: var( --kendo-component-bg, initial ) !default;
|
|
59
|
-
///
|
|
60
|
+
/// The box shadow of the focused ExpansionPanel.
|
|
60
61
|
/// @group expander
|
|
61
|
-
$kendo-expander-focus-shadow: inset 0px 0px 0px 2px get-theme-color-var( neutral-130 ) !default;
|
|
62
|
+
$kendo-expander-focus-shadow: inset 0px 0px 0px 2px k-get-theme-color-var( neutral-130 ) !default;
|
|
62
63
|
|
|
63
|
-
///
|
|
64
|
+
/// The horizontal padding of the ExpansionPanel header.
|
|
64
65
|
/// @group expander
|
|
65
66
|
$kendo-expander-header-padding-x: map.get( $kendo-spacing, 4 ) !default;
|
|
66
|
-
///
|
|
67
|
+
/// The vertical padding of the ExpansionPanel header.
|
|
67
68
|
/// @group expander
|
|
68
69
|
$kendo-expander-header-padding-y: map.get( $kendo-spacing, 3 ) !default;
|
|
69
|
-
|
|
70
|
+
|
|
71
|
+
/// The text color of the ExpansionPanel header.
|
|
70
72
|
/// @group expander
|
|
71
|
-
$kendo-expander-header-text: get-theme-color-var( primary-100 ) !default;
|
|
72
|
-
///
|
|
73
|
+
$kendo-expander-header-text: k-get-theme-color-var( primary-100 ) !default;
|
|
74
|
+
/// The background color of the ExpansionPanel header.
|
|
73
75
|
/// @group expander
|
|
74
76
|
$kendo-expander-header-bg: inherit !default;
|
|
75
|
-
|
|
77
|
+
|
|
78
|
+
/// The background color of the hovered ExpansionPanel header.
|
|
76
79
|
/// @group expander
|
|
77
|
-
$kendo-expander-header-hover-bg: get-theme-color-var( neutral-20 ) !default;
|
|
80
|
+
$kendo-expander-header-hover-bg: k-get-theme-color-var( neutral-20 ) !default;
|
|
78
81
|
|
|
79
|
-
///
|
|
82
|
+
/// The text color of the ExpansionPanel title.
|
|
80
83
|
/// @group expander
|
|
81
|
-
$kendo-expander-title-text: get-theme-color-var( primary-100 ) !default;
|
|
84
|
+
$kendo-expander-title-text: k-get-theme-color-var( primary-100 ) !default;
|
|
82
85
|
|
|
83
|
-
///
|
|
86
|
+
/// The text color of the ExpansionPanel sub-title.
|
|
84
87
|
/// @group expander
|
|
85
88
|
$kendo-expander-header-sub-title-text: var( --kendo-subtle-text, initial ) !default;
|
|
86
89
|
|
|
87
|
-
///
|
|
90
|
+
/// The horizontal margin of the ExpansionPanel indicator.
|
|
88
91
|
/// @group expander
|
|
89
92
|
$kendo-expander-indicator-margin-x: map.get( $kendo-spacing, 2.5 ) !default;
|
|
90
|
-
///
|
|
93
|
+
/// The text color of the ExpansionPanel indicator.
|
|
91
94
|
/// @group expander
|
|
92
95
|
$kendo-expander-indicator-text: var( --kendo-expander-text, #{$kendo-expander-text} ) !default;
|
|
93
96
|
|
|
94
|
-
///
|
|
97
|
+
/// The horizontal padding of the ExpansionPanel content.
|
|
95
98
|
/// @group expander
|
|
96
99
|
$kendo-expander-content-padding-x: map.get( $kendo-spacing, 4 ) !default;
|
|
97
|
-
///
|
|
100
|
+
/// The vertical padding of the ExpansionPanel content.
|
|
98
101
|
/// @group expander
|
|
99
102
|
$kendo-expander-content-padding-y: map.get( $kendo-spacing, 4 ) !default;
|
package/scss/fab/_theme.scss
CHANGED
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
&.k-disabled .k-fab-item-icon,
|
|
186
186
|
&:disabled .k-fab-item-text,
|
|
187
187
|
&.k-disabled .k-fab-item-text {
|
|
188
|
-
@include disabled(
|
|
188
|
+
@include disabled-color(
|
|
189
189
|
var( --kendo-disabled-text, inherit ),
|
|
190
190
|
var( --kendo-disabled-bg, inherit ),
|
|
191
191
|
var( --kendo-disabled-border, inherit )
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
$kendo-fab-border-width: 1px !default;
|
|
9
9
|
/// The border radius of the FAB.
|
|
10
10
|
/// @group floating-action-button
|
|
11
|
-
$kendo-fab-border-radius: var( --kendo-border-radius-md,
|
|
11
|
+
$kendo-fab-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
12
12
|
/// The font family of the FAB.
|
|
13
13
|
/// @group floating-action-button
|
|
14
14
|
$kendo-fab-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -86,7 +86,7 @@ $kendo-fab-item-text-border-width: 1px !default;
|
|
|
86
86
|
$kendo-fab-item-text-border-style: solid !default;
|
|
87
87
|
/// The border radius of the FAB item text.
|
|
88
88
|
/// @group floating-action-button
|
|
89
|
-
$kendo-fab-item-text-border-radius: var( --kendo-border-radius-md,
|
|
89
|
+
$kendo-fab-item-text-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
90
90
|
/// The font size of the FAB item text.
|
|
91
91
|
/// @group floating-action-button
|
|
92
92
|
$kendo-fab-item-text-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
@@ -151,13 +151,13 @@ $kendo-fab-sizes: (
|
|
|
151
151
|
$kendo-fab-item-offset-y: map.get( $kendo-spacing, 2 ) !default;
|
|
152
152
|
/// The base text color of the FAB item.
|
|
153
153
|
/// @group floating-action-button
|
|
154
|
-
$kendo-fab-item-text: get-theme-color-var( neutral-160 ) !default;
|
|
154
|
+
$kendo-fab-item-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
155
155
|
/// The base background color of the FAB item.
|
|
156
156
|
/// @group floating-action-button
|
|
157
157
|
$kendo-fab-item-bg: var( --kendo-component-bg, inherit ) !default;
|
|
158
158
|
/// The base border color of the FAB item.
|
|
159
159
|
/// @group floating-action-button
|
|
160
|
-
$kendo-fab-item-border: get-theme-color-var( neutral-110 ) !default;
|
|
160
|
+
$kendo-fab-item-border: k-get-theme-color-var( neutral-110 ) !default;
|
|
161
161
|
/// The text color of the hovered FAB item.
|
|
162
162
|
/// @group floating-action-button
|
|
163
163
|
$kendo-fab-item-hover-text: var( --kendo-hover-text, inherit ) !default;
|
|
@@ -166,16 +166,16 @@ $kendo-fab-item-hover-text: var( --kendo-hover-text, inherit ) !default;
|
|
|
166
166
|
$kendo-fab-item-hover-bg: var( --kendo-hover-bg, inherit ) !default;
|
|
167
167
|
/// The border color of the hovered FAB item.
|
|
168
168
|
/// @group floating-action-button
|
|
169
|
-
$kendo-fab-item-hover-border: get-theme-color-var( neutral-110 ) !default;
|
|
169
|
+
$kendo-fab-item-hover-border: k-get-theme-color-var( neutral-110 ) !default;
|
|
170
170
|
/// The text color of the focused FAB item.
|
|
171
171
|
/// @group floating-action-button
|
|
172
|
-
$kendo-fab-item-focus-text: get-theme-color-var( neutral-160 ) !default;
|
|
172
|
+
$kendo-fab-item-focus-text: k-get-theme-color-var( neutral-160 ) !default;
|
|
173
173
|
/// The background color of the focused FAB item.
|
|
174
174
|
/// @group floating-action-button
|
|
175
175
|
$kendo-fab-item-focus-bg: var( --kendo-component-bg, inherit ) !default;
|
|
176
176
|
/// The border color of the focused FAB item.
|
|
177
177
|
/// @group floating-action-button
|
|
178
|
-
$kendo-fab-item-focus-border: get-theme-color-var( neutral-110 ) !default;
|
|
178
|
+
$kendo-fab-item-focus-border: k-get-theme-color-var( neutral-110 ) !default;
|
|
179
179
|
/// The text color of the active FAB item.
|
|
180
180
|
/// @group floating-action-button
|
|
181
181
|
$kendo-fab-item-active-text: var( --kendo-selected-text, inherit ) !default;
|
|
@@ -184,4 +184,4 @@ $kendo-fab-item-active-text: var( --kendo-selected-text, inherit ) !default;
|
|
|
184
184
|
$kendo-fab-item-active-bg: var( --kendo-selected-bg, inherit ) !default;
|
|
185
185
|
/// The border color of the active FAB item.
|
|
186
186
|
/// @group floating-action-button
|
|
187
|
-
$kendo-fab-item-active-border: get-theme-color-var( neutral-110 ) !default;
|
|
187
|
+
$kendo-fab-item-active-border: k-get-theme-color-var( neutral-110 ) !default;
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
@use "../core/" as *;
|
|
2
2
|
|
|
3
|
-
///
|
|
3
|
+
/// The horizontal padding of the Filter.
|
|
4
4
|
/// @group filter
|
|
5
5
|
$kendo-filter-padding-x: $kendo-padding-md-x !default;
|
|
6
|
-
///
|
|
6
|
+
/// The vertical padding of the Filter.
|
|
7
7
|
/// @group filter
|
|
8
8
|
$kendo-filter-padding-y: $kendo-padding-md-y !default;
|
|
9
9
|
|
|
10
|
-
///
|
|
10
|
+
/// The bottom margin of the Filter.
|
|
11
11
|
/// @group filter
|
|
12
12
|
$kendo-filter-bottom-margin: 30px !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;
|
|
16
16
|
|
|
17
|
-
///
|
|
17
|
+
/// The width of the dropdown elements in the Filter items.
|
|
18
18
|
/// @group filter
|
|
19
19
|
$kendo-filter-operator-dropdown-width: 15em !default;
|
|
20
20
|
|
|
21
|
-
///
|
|
21
|
+
/// The text color of the Filter.
|
|
22
22
|
/// @group filter
|
|
23
|
-
$kendo-filter-
|
|
24
|
-
/// Text color of the preview operator.
|
|
25
|
-
/// @group filter
|
|
26
|
-
$kendo-filter-preview-operator-text: get-theme-color-var( neutral-130 ) !default;
|
|
23
|
+
$kendo-filter-text: var( --kendo-component-text, initial ) !default;
|
|
27
24
|
|
|
28
|
-
///
|
|
25
|
+
/// The text color of the Filter preview field.
|
|
29
26
|
/// @group filter
|
|
30
|
-
$kendo-filter-text: var(
|
|
27
|
+
$kendo-filter-preview-field-text: k-get-theme-color-var( primary-100 ) !default;
|
|
28
|
+
/// The text color of the Filter preview operator.
|
|
29
|
+
/// @group filter
|
|
30
|
+
$kendo-filter-preview-operator-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
31
31
|
|
|
32
|
-
///
|
|
32
|
+
/// The background color of the line that connects the Filter items.
|
|
33
33
|
/// @group filter
|
|
34
34
|
$kendo-filter-line-bg: var( --kendo-component-border, initial ) !default;
|
|
35
35
|
|
|
36
|
-
///
|
|
36
|
+
/// The border color of the focused Filter.
|
|
37
37
|
/// @group filter
|
|
38
|
-
$kendo-filter-toolbar-focus-border: get-theme-color-var( neutral-130 ) !default;
|
|
38
|
+
$kendo-filter-toolbar-focus-border: k-get-theme-color-var( neutral-130 ) !default;
|
|
@@ -89,7 +89,7 @@ $kendo-form-hint-margin-top: map.get( $kendo-spacing, 1 ) !default;
|
|
|
89
89
|
|
|
90
90
|
/// The text color of the Form hint.
|
|
91
91
|
/// @group form
|
|
92
|
-
$kendo-form-hint-text: get-theme-color-var( neutral-130 ) !default;
|
|
92
|
+
$kendo-form-hint-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
93
93
|
|
|
94
94
|
/// The row spacing of the small Form.
|
|
95
95
|
/// @group form
|
|
@@ -171,7 +171,7 @@ $kendo-fieldset-border: initial !default;
|
|
|
171
171
|
$kendo-fieldset-legend-bg: transparent !default;
|
|
172
172
|
/// The text color of the Form legend.
|
|
173
173
|
/// @group form
|
|
174
|
-
$kendo-fieldset-legend-text: get-theme-color-var( neutral-130 ) !default;
|
|
174
|
+
$kendo-fieldset-legend-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
175
175
|
/// The border color of the Form legend.
|
|
176
176
|
/// @group form
|
|
177
177
|
$kendo-fieldset-legend-border: initial !default;
|
package/scss/gantt/_layout.scss
CHANGED
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
// Single task
|
|
520
520
|
.k-single-wrap {}
|
|
521
521
|
.k-task-single {
|
|
522
|
-
border-radius: var( --kendo-border-radius-md,
|
|
522
|
+
border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} );
|
|
523
523
|
border-width: var( --kendo-gantt-task-border-width, #{$kendo-gantt-task-border-width} );
|
|
524
524
|
border-style: solid;
|
|
525
525
|
box-sizing: border-box;
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
}
|
|
553
553
|
}
|
|
554
554
|
.k-task-complete {
|
|
555
|
-
border-radius: var( --kendo-border-radius-md,
|
|
555
|
+
border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} );
|
|
556
556
|
width: 20%;
|
|
557
557
|
position: absolute;
|
|
558
558
|
z-index: 1;
|
|
@@ -42,7 +42,7 @@ $kendo-gantt-line-size: 2px !default;
|
|
|
42
42
|
$kendo-gantt-line-fill: black !default;
|
|
43
43
|
/// Selected background fill of the gantt connecting lines.
|
|
44
44
|
/// @group gantt
|
|
45
|
-
$kendo-gantt-line-selected-fill: get-theme-color-var( primary-120 ) !default;
|
|
45
|
+
$kendo-gantt-line-selected-fill: k-get-theme-color-var( primary-120 ) !default;
|
|
46
46
|
|
|
47
47
|
/// Size of the gantt task dot.
|
|
48
48
|
/// @group gantt
|
|
@@ -71,23 +71,23 @@ $kendo-gantt-milestone-bg: $kendo-gantt-text !default;
|
|
|
71
71
|
$kendo-gantt-milestone-border: $kendo-gantt-text !default;
|
|
72
72
|
/// Selected background color of the gantt milestone.
|
|
73
73
|
/// @group gantt
|
|
74
|
-
$kendo-gantt-milestone-selected-bg: get-theme-color-var( primary-100 ) !default;
|
|
74
|
+
$kendo-gantt-milestone-selected-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
75
75
|
/// Selected border color of the gantt milestone.
|
|
76
76
|
/// @group gantt
|
|
77
|
-
$kendo-gantt-milestone-selected-border: get-theme-color-var( primary-100 ) !default;
|
|
77
|
+
$kendo-gantt-milestone-selected-border: k-get-theme-color-var( primary-100 ) !default;
|
|
78
78
|
|
|
79
79
|
/// Background color of the gantt summary.
|
|
80
80
|
/// @group gantt
|
|
81
|
-
$kendo-gantt-summary-bg: get-theme-color-var( neutral-110 ) !default;
|
|
81
|
+
$kendo-gantt-summary-bg: k-get-theme-color-var( neutral-110 ) !default;
|
|
82
82
|
/// Background color of the gantt summary progress.
|
|
83
83
|
/// @group gantt
|
|
84
|
-
$kendo-gantt-summary-progress-bg: get-theme-color-var( neutral-160 ) !default;
|
|
84
|
+
$kendo-gantt-summary-progress-bg: k-get-theme-color-var( neutral-160 ) !default;
|
|
85
85
|
/// Selected background color of the gantt summary.
|
|
86
86
|
/// @group gantt
|
|
87
|
-
$kendo-gantt-summary-selected-bg: get-theme-color-var( primary-50 ) !default;
|
|
87
|
+
$kendo-gantt-summary-selected-bg: k-get-theme-color-var( primary-50 ) !default;
|
|
88
88
|
/// Selected background color of the gantt summary progress.
|
|
89
89
|
/// @group gantt
|
|
90
|
-
$kendo-gantt-summary-progress-selected-bg: get-theme-color-var( primary-100 ) !default;
|
|
90
|
+
$kendo-gantt-summary-progress-selected-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
91
91
|
|
|
92
92
|
/// Border width of the gantt task.
|
|
93
93
|
/// @group gantt
|
|
@@ -100,7 +100,7 @@ $kendo-gantt-task-padding-x: map.get( $kendo-spacing, 2 ) !default;
|
|
|
100
100
|
$kendo-gantt-task-padding-y: map.get( $kendo-spacing, 1 ) !default;
|
|
101
101
|
/// Background color of the gantt task.
|
|
102
102
|
/// @group gantt
|
|
103
|
-
$kendo-gantt-task-bg: get-theme-color-var( neutral-110 ) !default;
|
|
103
|
+
$kendo-gantt-task-bg: k-get-theme-color-var( neutral-110 ) !default;
|
|
104
104
|
/// Text color of the gantt task.
|
|
105
105
|
/// @group gantt
|
|
106
106
|
$kendo-gantt-task-text: $kendo-color-white !default;
|
|
@@ -109,13 +109,13 @@ $kendo-gantt-task-text: $kendo-color-white !default;
|
|
|
109
109
|
$kendo-gantt-task-border: inherit !default;
|
|
110
110
|
/// Background color of the gantt task progress.
|
|
111
111
|
/// @group gantt
|
|
112
|
-
$kendo-gantt-task-progress-bg: get-theme-color-var( neutral-160 ) !default;
|
|
112
|
+
$kendo-gantt-task-progress-bg: k-get-theme-color-var( neutral-160 ) !default;
|
|
113
113
|
/// Background hover color of the gantt task progress.
|
|
114
114
|
/// @group gantt
|
|
115
|
-
$kendo-gantt-task-progress-hover-bg: get-theme-color-var( neutral-190 ) !default;
|
|
115
|
+
$kendo-gantt-task-progress-hover-bg: k-get-theme-color-var( neutral-190 ) !default;
|
|
116
116
|
/// Selected background color of the gantt task.
|
|
117
117
|
/// @group gantt
|
|
118
|
-
$kendo-gantt-task-selected-bg: get-theme-color-var( primary-50 ) !default;
|
|
118
|
+
$kendo-gantt-task-selected-bg: k-get-theme-color-var( primary-50 ) !default;
|
|
119
119
|
/// Selected text color of the gantt task.
|
|
120
120
|
/// @group gantt
|
|
121
121
|
$kendo-gantt-task-selected-text: $kendo-color-white !default;
|
|
@@ -124,7 +124,7 @@ $kendo-gantt-task-selected-text: $kendo-color-white !default;
|
|
|
124
124
|
$kendo-gantt-task-selected-border: transparent !default;
|
|
125
125
|
/// Selected background color of the gantt task progress.
|
|
126
126
|
/// @group gantt
|
|
127
|
-
$kendo-gantt-task-progress-selected-bg: get-theme-color-var( primary-100 ) !default;
|
|
127
|
+
$kendo-gantt-task-progress-selected-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
128
128
|
|
|
129
129
|
/// Vertical padding of the gantt task actions.
|
|
130
130
|
/// @group gantt
|
|
@@ -189,33 +189,33 @@ $kendo-gantt-planned-offset-resize-handler-margin-x: 1.4em !default;
|
|
|
189
189
|
$kendo-gantt-planned-text: $kendo-color-white !default;
|
|
190
190
|
/// Background color of the gantt planned tooltip.
|
|
191
191
|
/// @group gantt
|
|
192
|
-
$kendo-gantt-planned-bg: get-theme-color-var( primary-100 ) !default;
|
|
192
|
+
$kendo-gantt-planned-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
193
193
|
/// Border color of the gantt planned tooltip.
|
|
194
194
|
/// @group gantt
|
|
195
|
-
$kendo-gantt-planned-border: get-theme-color-var( primary-100 ) !default;
|
|
195
|
+
$kendo-gantt-planned-border: k-get-theme-color-var( primary-100 ) !default;
|
|
196
196
|
|
|
197
197
|
/// Text color of the gantt delayed task.
|
|
198
198
|
/// @group gantt
|
|
199
199
|
$kendo-gantt-delayed-text: $kendo-color-white !default;
|
|
200
200
|
/// Background color of the gantt delayed task.
|
|
201
201
|
/// @group gantt
|
|
202
|
-
$kendo-gantt-delayed-bg: get-theme-color-var( error-160 ) !default;
|
|
202
|
+
$kendo-gantt-delayed-bg: k-get-theme-color-var( error-160 ) !default;
|
|
203
203
|
/// Complement background color of the gantt delayed task.
|
|
204
204
|
/// @group gantt
|
|
205
|
-
$kendo-gantt-delayed-bg-lighter: get-theme-color-var( error-110) !default;
|
|
205
|
+
$kendo-gantt-delayed-bg-lighter: k-get-theme-color-var( error-110) !default;
|
|
206
206
|
/// Background hover color of the gantt delayed task.
|
|
207
207
|
/// @group gantt
|
|
208
|
-
$kendo-gantt-delayed-hover-bg: get-theme-color-var( error-190 ) !default;
|
|
208
|
+
$kendo-gantt-delayed-hover-bg: k-get-theme-color-var( error-190 ) !default;
|
|
209
209
|
|
|
210
210
|
/// Background color of the gantt advanced task.
|
|
211
211
|
/// @group gantt
|
|
212
|
-
$kendo-gantt-advanced-bg: get-theme-color-var( success-160 ) !default;
|
|
212
|
+
$kendo-gantt-advanced-bg: k-get-theme-color-var( success-160 ) !default;
|
|
213
213
|
/// Complement background color of the gantt advanced task.
|
|
214
214
|
/// @group gantt
|
|
215
|
-
$kendo-gantt-advanced-bg-lighter: get-theme-color-var( success-110 ) !default;
|
|
215
|
+
$kendo-gantt-advanced-bg-lighter: k-get-theme-color-var( success-110 ) !default;
|
|
216
216
|
/// Background hover color of the gantt advanced task.
|
|
217
217
|
/// @group gantt
|
|
218
|
-
$kendo-gantt-advanced-hover-bg: get-theme-color-var( success-190 ) !default;
|
|
218
|
+
$kendo-gantt-advanced-hover-bg: k-get-theme-color-var( success-190 ) !default;
|
|
219
219
|
|
|
220
220
|
/// Text color of the gantt delayed task action.
|
|
221
221
|
/// @group gantt
|
|
@@ -235,7 +235,7 @@ $kendo-gantt-validation-tooltip-label-width: 50px !default;
|
|
|
235
235
|
$kendo-gantt-validation-tooltip-border: var( --kendo-component-border, inherit ) !default;
|
|
236
236
|
/// Border color of the gantt validation tooltip in valid state.
|
|
237
237
|
/// @group gantt
|
|
238
|
-
$kendo-gantt-validation-tooltip-valid-border: get-theme-color-var( success-100 ) !default;
|
|
238
|
+
$kendo-gantt-validation-tooltip-valid-border: k-get-theme-color-var( success-100 ) !default;
|
|
239
239
|
/// Border color of the gantt validation tooltip in invalid state.
|
|
240
240
|
/// @group gantt
|
|
241
|
-
$kendo-gantt-validation-tooltip-invalid-border: get-theme-color-var( error-100 ) !default;
|
|
241
|
+
$kendo-gantt-validation-tooltip-invalid-border: k-get-theme-color-var( error-100 ) !default;
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
&.k-disabled .k-link,
|
|
503
503
|
&.k-disabled .k-icon,
|
|
504
504
|
&.k-disabled .k-svg-icon {
|
|
505
|
-
@include disabled(
|
|
505
|
+
@include disabled-color(
|
|
506
506
|
var( --kendo-disabled-text, inherit )
|
|
507
507
|
);
|
|
508
508
|
}
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
|
|
523
523
|
.k-listgroup-item {
|
|
524
524
|
&.k-disabled {
|
|
525
|
-
@include disabled(
|
|
525
|
+
@include disabled-color(
|
|
526
526
|
$bg: var( --kendo-disabled-bg, inherit )
|
|
527
527
|
);
|
|
528
528
|
}
|
|
@@ -236,7 +236,7 @@ $kendo-grid-header-text: $kendo-table-header-text !default;
|
|
|
236
236
|
$kendo-grid-header-border: $kendo-table-header-border !default;
|
|
237
237
|
/// Background color of grid header icons.
|
|
238
238
|
/// @group grid
|
|
239
|
-
$kendo-grid-header-icon-text: get-theme-color-var( neutral-130 ) !default;
|
|
239
|
+
$kendo-grid-header-icon-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
240
240
|
|
|
241
241
|
// Background color of grid footer.
|
|
242
242
|
/// @group grid
|
|
@@ -340,13 +340,13 @@ $kendo-grid-sort-index-spacing-x: map.get( $kendo-spacing, 0.5 ) !default;
|
|
|
340
340
|
$kendo-grid-sort-icon-spacing: var( --kendo-icon-lg-spacing, .5rem ) !default;
|
|
341
341
|
/// Text color of the grid sort indicator.
|
|
342
342
|
/// @group grid
|
|
343
|
-
$kendo-grid-sort-indicator-text: get-theme-color-var( neutral-130 ) !default;
|
|
343
|
+
$kendo-grid-sort-indicator-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
344
344
|
/// Text color of the grid sort order indicator.
|
|
345
345
|
/// @group grid
|
|
346
|
-
$kendo-grid-sort-indicator-order-text: get-theme-color-var( primary-100 ) !default;
|
|
346
|
+
$kendo-grid-sort-indicator-order-text: k-get-theme-color-var( primary-100 ) !default;
|
|
347
347
|
/// Background color of the sorted grid cells.
|
|
348
348
|
/// @group grid
|
|
349
|
-
$kendo-grid-sorted-bg: get-theme-color-var( neutral-10 ) !default;
|
|
349
|
+
$kendo-grid-sorted-bg: k-get-theme-color-var( neutral-10 ) !default;
|
|
350
350
|
|
|
351
351
|
/// Horizontal padding of the grid command cells.
|
|
352
352
|
/// @group grid
|
|
@@ -366,7 +366,7 @@ $kendo-grid-group-indicator-padding-y: $kendo-button-md-padding-y !default;
|
|
|
366
366
|
$kendo-grid-group-indicator-border-width: $kendo-button-border-width !default;
|
|
367
367
|
/// Border radius of the grid group indicator.
|
|
368
368
|
/// @group grid
|
|
369
|
-
$kendo-grid-group-indicator-border-radius: var( --kendo-border-radius-md,
|
|
369
|
+
$kendo-grid-group-indicator-border-radius: var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) !default;
|
|
370
370
|
/// Spacing of the grid group indicator.
|
|
371
371
|
/// @group grid
|
|
372
372
|
$kendo-grid-group-indicator-gap: $kendo-table-cell-padding-y !default;
|
|
@@ -378,10 +378,10 @@ $kendo-grid-group-indicator-text: var( --kendo-component-text, initial ) !defaul
|
|
|
378
378
|
$kendo-grid-group-indicator-bg: var( --kendo-component-bg, initial ) !default;
|
|
379
379
|
/// Border color of the grid group indicator.
|
|
380
380
|
/// @group grid
|
|
381
|
-
$kendo-grid-group-indicator-border: get-theme-color-var( neutral-110 ) !default;
|
|
381
|
+
$kendo-grid-group-indicator-border: k-get-theme-color-var( neutral-110 ) !default;
|
|
382
382
|
/// Text color of the grid group indicator icon.
|
|
383
383
|
/// @group grid
|
|
384
|
-
$kendo-grid-group-indicator-icon-text: get-theme-color-var( neutral-130 ) !default;
|
|
384
|
+
$kendo-grid-group-indicator-icon-text: k-get-theme-color-var( neutral-130 ) !default;
|
|
385
385
|
|
|
386
386
|
/// Horizontal border width of the grid group footer.
|
|
387
387
|
/// @group grid
|
|
@@ -392,7 +392,7 @@ $kendo-grid-group-footer-border-width-x: 0px !default;
|
|
|
392
392
|
|
|
393
393
|
/// Text color of the grid group drop clue.
|
|
394
394
|
/// @group grid
|
|
395
|
-
$kendo-grid-group-drop-hint-bg: get-theme-color-var( primary-100 ) !default;
|
|
395
|
+
$kendo-grid-group-drop-hint-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
396
396
|
|
|
397
397
|
/// Border width of the grid sticky cell.
|
|
398
398
|
/// @group grid
|
|
@@ -405,7 +405,7 @@ $kendo-grid-sticky-bg: var( --kendo-component-bg, initial ) !default;
|
|
|
405
405
|
$kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
406
406
|
/// Border color of the grid sticky cell.
|
|
407
407
|
/// @group grid
|
|
408
|
-
$kendo-grid-sticky-border: get-theme-color-var( neutral-90 ) !default;
|
|
408
|
+
$kendo-grid-sticky-border: k-get-theme-color-var( neutral-90 ) !default;
|
|
409
409
|
/// Alt background color of the grid sticky cell.
|
|
410
410
|
/// @group grid
|
|
411
411
|
$kendo-grid-sticky-alt-bg: $kendo-grid-sticky-bg !default;
|
|
@@ -578,10 +578,10 @@ $kendo-grid-filterable-icon-spacing: calc( #{$kendo-button-calc-size} + #{$kendo
|
|
|
578
578
|
|
|
579
579
|
/// Background color of the grid row resize indicator
|
|
580
580
|
/// @group grid
|
|
581
|
-
$kendo-grid-row-resizer-hover-bg: get-theme-color-var( neutral-90 ) !default;
|
|
581
|
+
$kendo-grid-row-resizer-hover-bg: k-get-theme-color-var( neutral-90 ) !default;
|
|
582
582
|
/// Active background color of the grid row indicator
|
|
583
583
|
/// @group grid
|
|
584
|
-
$kendo-grid-row-resizer-active-bg: get-theme-color-var( primary-100 ) !default;
|
|
584
|
+
$kendo-grid-row-resizer-active-bg: k-get-theme-color-var( primary-100 ) !default;
|
|
585
585
|
/// Height of the grid row resize indicator
|
|
586
586
|
/// @group grid
|
|
587
587
|
$kendo-grid-row-resizer-height: map.get( $kendo-spacing, 0.5 ) !default;
|