@progress/kendo-theme-bootstrap 4.43.1-dev.5 → 4.44.0
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 +1913 -1060
- package/dist/all.scss +1993 -1716
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/badge/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +80 -92
- package/modules/@progress/kendo-theme-default/scss/button/_theme.scss +177 -112
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +80 -14
- package/modules/@progress/kendo-theme-default/scss/captcha/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +6 -4
- package/modules/@progress/kendo-theme-default/scss/colorpalette/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -3
- package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/common/_loading.scss +15 -13
- package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +7 -1
- package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/drawer/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/expansion-panel/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/fab/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/floating-label/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +4 -3
- package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +2 -8
- package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +10 -28
- package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/listbox/_layout.scss +9 -0
- package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +14 -1
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +8 -2
- package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/orgchart/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/pager/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +55 -83
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_theme.scss +39 -73
- package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/progressbar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +71 -144
- package/modules/@progress/kendo-theme-default/scss/slider/_theme.scss +0 -6
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/stepper/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +14 -9
- package/modules/@progress/kendo-theme-default/scss/switch/_variables.scss +127 -33
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +26 -4
- package/modules/@progress/kendo-theme-default/scss/taskboard/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/textbox/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +8 -4
- package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/tooltip/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/treelist/_layout.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +17 -18
- package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/wizard/_layout.scss +4 -0
- package/package.json +3 -3
- package/scss/button/_variables.scss +87 -21
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/grid/_theme.scss +2 -8
- package/scss/list/_layout.scss +1 -3
- package/scss/multiselect/_layout.scss +2 -0
- package/scss/pivotgrid/_theme.scss +0 -116
- package/scss/switch/_variables.scss +123 -29
- package/scss/toolbar/_index.scss +1 -0
|
@@ -1,117 +1 @@
|
|
|
1
1
|
@import "../../modules/@progress/kendo-theme-default/scss/pivotgrid/_theme.scss";
|
|
2
|
-
|
|
3
|
-
@include exports("pivotgrid/theme/bootstrap/legacy") {
|
|
4
|
-
|
|
5
|
-
.k-pivot {
|
|
6
|
-
border-color: $pivotgrid-border;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
// .k-alt,
|
|
10
|
-
.k-pivot-layout > tbody > tr:first-child > td:first-child {
|
|
11
|
-
background-color: $pivotgrid-alt-bg;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.k-fieldselector {
|
|
15
|
-
color: $pivotgrid-configurator-text;
|
|
16
|
-
background-color: $pivotgrid-container-bg;
|
|
17
|
-
}
|
|
18
|
-
.k-fieldselector .k-list-container {
|
|
19
|
-
background-color: $panel-bg;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.k-pivot-toolbar,
|
|
23
|
-
.k-fieldselector {
|
|
24
|
-
border-color: $grid-header-border;
|
|
25
|
-
}
|
|
26
|
-
.k-pivot-table,
|
|
27
|
-
.k-fieldselector .k-list-container,
|
|
28
|
-
.k-fieldselector .k-columns > div,
|
|
29
|
-
.k-pivot-rowheaders > .k-grid td:first-child,
|
|
30
|
-
.k-pivot-table .k-grid-header .k-header.k-first {
|
|
31
|
-
border-color: $pivotgrid-chrome-border;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.k-pivot-rowheaders .k-alt .k-alt,
|
|
35
|
-
.k-header.k-alt {
|
|
36
|
-
background-color: $pivotgrid-row-headers-bg;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.k-pivot-toolbar .k-button,
|
|
40
|
-
.k-fieldselector .k-list li.k-item {
|
|
41
|
-
@include fill(
|
|
42
|
-
$button-text,
|
|
43
|
-
$button-bg,
|
|
44
|
-
$button-border,
|
|
45
|
-
$button-gradient
|
|
46
|
-
);
|
|
47
|
-
|
|
48
|
-
&:hover,
|
|
49
|
-
&.k-state-hover {
|
|
50
|
-
@include fill(
|
|
51
|
-
$button-hovered-text,
|
|
52
|
-
$button-hovered-bg,
|
|
53
|
-
$button-hovered-border,
|
|
54
|
-
$button-hovered-gradient
|
|
55
|
-
);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
// Active state
|
|
59
|
-
&:active,
|
|
60
|
-
&.k-state-active {
|
|
61
|
-
@include fill(
|
|
62
|
-
$button-active-text,
|
|
63
|
-
$button-active-bg,
|
|
64
|
-
$button-active-border,
|
|
65
|
-
$button-active-gradient
|
|
66
|
-
);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
// Selected state
|
|
70
|
-
&.k-state-selected {
|
|
71
|
-
@include fill(
|
|
72
|
-
$button-selected-text,
|
|
73
|
-
$button-selected-bg,
|
|
74
|
-
$button-selected-border,
|
|
75
|
-
$button-selected-gradient
|
|
76
|
-
);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
// Focused state
|
|
80
|
-
&:focus,
|
|
81
|
-
&.k-state-focus,
|
|
82
|
-
&.k-state-focused {
|
|
83
|
-
box-shadow: $button-focused-shadow;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
// Loading indicator
|
|
88
|
-
.k-fieldselector {
|
|
89
|
-
.k-i-loading {
|
|
90
|
-
border-color: $header-bg;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.k-i-loading::before,
|
|
94
|
-
.k-i-loading::after {
|
|
95
|
-
background-color: $header-bg;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// KPI icons
|
|
100
|
-
.k-i-kpi-trend-increase,
|
|
101
|
-
.k-i-kpi-trend-decrease,
|
|
102
|
-
.k-i-kpi-trend-equal {
|
|
103
|
-
color: inherit;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.k-i-kpi-status-hold {
|
|
107
|
-
color: $warning;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.k-i-kpi-status-deny {
|
|
111
|
-
color: $error;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.k-i-kpi-status-open {
|
|
115
|
-
color: $success;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
@@ -2,17 +2,22 @@
|
|
|
2
2
|
$switch-size: 56px !default;
|
|
3
3
|
$switch-border-radius: 9999px !default;
|
|
4
4
|
|
|
5
|
+
/// Font family of the switch.
|
|
6
|
+
/// @group switch
|
|
5
7
|
$switch-font-family: $font-family !default;
|
|
6
8
|
$switch-font-size: $font-size-xs !default;
|
|
7
|
-
$switch-line-height: $line-height !default;
|
|
8
9
|
|
|
9
10
|
$switch-track-size: null !default;
|
|
11
|
+
/// Border width of the switch track.
|
|
12
|
+
/// @group switch
|
|
10
13
|
$switch-container-border-width: 1px !default;
|
|
11
14
|
$switch-container-padding-x: 2px !default;
|
|
12
15
|
$switch-container-padding-y: $switch-container-padding-x !default;
|
|
13
16
|
|
|
14
17
|
$switch-handle-size: 24px !default;
|
|
15
18
|
$switch-handle-border-radius: 9999px !default;
|
|
19
|
+
/// Border width of the switch thumb.
|
|
20
|
+
/// @group switch
|
|
16
21
|
$switch-handle-border-width: null !default;
|
|
17
22
|
$switch-thumb-start-x: 0px !default;
|
|
18
23
|
// TODO: Remove width property from jQuery and Blazor, and do not use 100% for thumb X calc
|
|
@@ -20,65 +25,154 @@ $switch-thumb-end-x: calc( 100% - #{$switch-handle-size} ) !default;
|
|
|
20
25
|
|
|
21
26
|
$switch-label-offset: null !default;
|
|
22
27
|
$switch-label-width: null !default;
|
|
28
|
+
/// Text transform of the switch label.
|
|
29
|
+
/// @group switch
|
|
23
30
|
$switch-label-text-transform: null !default;
|
|
31
|
+
/// Display of the switch label.
|
|
32
|
+
/// @group switch
|
|
24
33
|
$switch-label-display: none !default;
|
|
25
34
|
|
|
26
35
|
$switch-container-shadow: null !default;
|
|
27
36
|
$switch-container-hovered-shadow: null !default;
|
|
28
37
|
$switch-container-focused-shadow: null !default;
|
|
29
38
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
$switch-on-border: $primary !default;
|
|
33
|
-
$switch-on-gradient: null !default;
|
|
34
|
-
$switch-on-shadow: null !default;
|
|
35
|
-
|
|
36
|
-
$switch-on-hovered-bg: null !default;
|
|
37
|
-
$switch-on-hovered-text: null !default;
|
|
38
|
-
$switch-on-hovered-border: null !default;
|
|
39
|
-
$switch-on-hovered-gradient: null !default;
|
|
40
|
-
|
|
41
|
-
$switch-on-focused-bg: null !default;
|
|
42
|
-
$switch-on-focused-text: null !default;
|
|
43
|
-
$switch-on-focused-border: null !default;
|
|
44
|
-
$switch-on-focused-gradient: null !default;
|
|
45
|
-
$switch-on-focused-shadow: $input-focused-shadow !default;
|
|
46
|
-
|
|
47
|
-
$switch-on-handle-bg: white !default;
|
|
48
|
-
$switch-on-handle-text: null !default;
|
|
49
|
-
$switch-on-handle-border: null !default;
|
|
50
|
-
$switch-on-handle-gradient: null !default;
|
|
51
|
-
$switch-on-handle-shadow: null !default;
|
|
52
|
-
|
|
53
|
-
$switch-on-handle-hovered-bg: null !default;
|
|
54
|
-
$switch-on-handle-hovered-text: null !default;
|
|
55
|
-
$switch-on-handle-hovered-border: null !default;
|
|
56
|
-
$switch-on-handle-hovered-gradient: null !default;
|
|
57
|
-
|
|
39
|
+
/// The background of the track when the switch is not checked.
|
|
40
|
+
/// @group switch
|
|
58
41
|
$switch-off-bg: $input-bg !default;
|
|
42
|
+
/// The text color of the track when the switch is not checked.
|
|
43
|
+
/// @group switch
|
|
59
44
|
$switch-off-text: null !default;
|
|
45
|
+
/// The border color of the track when the switch is not checked.
|
|
46
|
+
/// @group switch
|
|
60
47
|
$switch-off-border: $gray-500 !default;
|
|
48
|
+
/// The background gradient of the track when the switch is not checked.
|
|
49
|
+
/// @group switch
|
|
61
50
|
$switch-off-gradient: null !default;
|
|
62
51
|
$switch-off-shadow: null !default;
|
|
63
52
|
|
|
53
|
+
/// The background of the track when the hovered switch is not checked.
|
|
54
|
+
/// @group switch
|
|
64
55
|
$switch-off-hovered-bg: null !default;
|
|
56
|
+
/// The text color of the track when the hovered switch is not checked.
|
|
57
|
+
/// @group switch
|
|
65
58
|
$switch-off-hovered-text: null !default;
|
|
59
|
+
/// The border color of the track when the hovered switch is not checked.
|
|
60
|
+
/// @group switch
|
|
66
61
|
$switch-off-hovered-border: null !default;
|
|
62
|
+
/// The background gradient of the track when the hovered switch is not checked.
|
|
63
|
+
/// @group switch
|
|
67
64
|
$switch-off-hovered-gradient: null !default;
|
|
68
65
|
|
|
66
|
+
/// The background of the track when the focused switch is not checked.
|
|
67
|
+
/// @group switch
|
|
69
68
|
$switch-off-focused-bg: null !default;
|
|
69
|
+
/// The text color of the track when the focused switch is not checked.
|
|
70
|
+
/// @group switch
|
|
70
71
|
$switch-off-focused-text: null !default;
|
|
72
|
+
/// The border color of the track when the focused switch is not checked.
|
|
73
|
+
/// @group switch
|
|
71
74
|
$switch-off-focused-border: $input-focused-border !default;
|
|
75
|
+
/// The background gradient of the track when the focused switch is not checked.
|
|
76
|
+
/// @group switch
|
|
72
77
|
$switch-off-focused-gradient: null !default;
|
|
78
|
+
/// The ring around the track when the focused switch is not checked.
|
|
79
|
+
/// @group switch
|
|
73
80
|
$switch-off-focused-shadow: $input-focused-shadow !default;
|
|
74
81
|
|
|
82
|
+
/// The background of the thumb when the switch is not checked.
|
|
83
|
+
/// @group switch
|
|
75
84
|
$switch-off-handle-bg: $gray-500 !default;
|
|
85
|
+
/// The text color of the thumb when the switch is not checked.
|
|
86
|
+
/// @group switch
|
|
76
87
|
$switch-off-handle-text: null !default;
|
|
88
|
+
/// The border color of the thumb when the switch is not checked.
|
|
89
|
+
/// @group switch
|
|
77
90
|
$switch-off-handle-border: null !default;
|
|
91
|
+
/// The background gradient of the thumb when the switch is not checked.
|
|
92
|
+
/// @group switch
|
|
78
93
|
$switch-off-handle-gradient: null !default;
|
|
79
94
|
$switch-off-handle-shadow: null !default;
|
|
80
95
|
|
|
96
|
+
/// The background of the thumb when the hovered switch is not checked.
|
|
97
|
+
/// @group switch
|
|
81
98
|
$switch-off-handle-hovered-bg: null !default;
|
|
99
|
+
/// The text color of the thumb when the hovered switch is not checked.
|
|
100
|
+
/// @group switch
|
|
82
101
|
$switch-off-handle-hovered-text: null !default;
|
|
102
|
+
/// The border color of the thumb when the hovered switch is not checked.
|
|
103
|
+
/// @group switch
|
|
83
104
|
$switch-off-handle-hovered-border: null !default;
|
|
105
|
+
/// The background gradient of the thumb when the hovered switch is not checked.
|
|
106
|
+
/// @group switch
|
|
84
107
|
$switch-off-handle-hovered-gradient: null !default;
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
/// The background of the track when the switch is checked.
|
|
111
|
+
/// @group switch
|
|
112
|
+
$switch-on-bg: $primary !default;
|
|
113
|
+
/// The text color of the track when the switch is checked.
|
|
114
|
+
/// @group switch
|
|
115
|
+
$switch-on-text: null !default;
|
|
116
|
+
/// The border color of the track when the switch is checked.
|
|
117
|
+
/// @group switch
|
|
118
|
+
$switch-on-border: $primary !default;
|
|
119
|
+
/// The background gradient of the track when the switch is checked.
|
|
120
|
+
/// @group switch
|
|
121
|
+
$switch-on-gradient: null !default;
|
|
122
|
+
$switch-on-shadow: null !default;
|
|
123
|
+
|
|
124
|
+
/// The background of the track wen the hovered switch is checked.
|
|
125
|
+
/// @group switch
|
|
126
|
+
$switch-on-hovered-bg: null !default;
|
|
127
|
+
/// The text color of the track wen the hovered switch is checked.
|
|
128
|
+
/// @group switch
|
|
129
|
+
$switch-on-hovered-text: null !default;
|
|
130
|
+
/// The border color of the track wen the hovered switch is checked.
|
|
131
|
+
/// @group switch
|
|
132
|
+
$switch-on-hovered-border: null !default;
|
|
133
|
+
/// The background gradient of the track wen the hovered switch is checked.
|
|
134
|
+
/// @group switch
|
|
135
|
+
$switch-on-hovered-gradient: null !default;
|
|
136
|
+
|
|
137
|
+
/// The background of the track wen the focused switch is checked.
|
|
138
|
+
/// @group switch
|
|
139
|
+
$switch-on-focused-bg: null !default;
|
|
140
|
+
/// The text color of the track wen the focused switch is checked.
|
|
141
|
+
/// @group switch
|
|
142
|
+
$switch-on-focused-text: null !default;
|
|
143
|
+
/// The border color of the track wen the focused switch is checked.
|
|
144
|
+
/// @group switch
|
|
145
|
+
$switch-on-focused-border: null !default;
|
|
146
|
+
/// The background gradient of the track wen the focused switch is checked.
|
|
147
|
+
/// @group switch
|
|
148
|
+
$switch-on-focused-gradient: null !default;
|
|
149
|
+
/// The ring around the track wen the focused switch is checked.
|
|
150
|
+
/// @group switch
|
|
151
|
+
$switch-on-focused-shadow: $input-focused-shadow !default;
|
|
152
|
+
|
|
153
|
+
/// The background of the thumb when the switch is checked.
|
|
154
|
+
/// @group switch
|
|
155
|
+
$switch-on-handle-bg: white !default;
|
|
156
|
+
/// The text color of the thumb when the switch is checked.
|
|
157
|
+
/// @group switch
|
|
158
|
+
$switch-on-handle-text: null !default;
|
|
159
|
+
/// The border color of the thumb when the switch is checked.
|
|
160
|
+
/// @group switch
|
|
161
|
+
$switch-on-handle-border: null !default;
|
|
162
|
+
/// The background gradient of the thumb when the switch is checked.
|
|
163
|
+
/// @group switch
|
|
164
|
+
$switch-on-handle-gradient: null !default;
|
|
165
|
+
$switch-on-handle-shadow: null !default;
|
|
166
|
+
|
|
167
|
+
/// The background of the thumb when the hovered switch is checked.
|
|
168
|
+
/// @group switch
|
|
169
|
+
$switch-on-handle-hovered-bg: null !default;
|
|
170
|
+
/// The text color of the thumb when the hovered switch is checked.
|
|
171
|
+
/// @group switch
|
|
172
|
+
$switch-on-handle-hovered-text: null !default;
|
|
173
|
+
/// The border color of the thumb when the hovered switch is checked.
|
|
174
|
+
/// @group switch
|
|
175
|
+
$switch-on-handle-hovered-border: null !default;
|
|
176
|
+
/// The background gradient of the thumb when the hovered switch is checked.
|
|
177
|
+
/// @group switch
|
|
178
|
+
$switch-on-handle-hovered-gradient: null !default;
|