@progress/kendo-theme-material 4.43.1-dev.4 → 4.43.1-dev.8
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/README.md +0 -3
- package/dist/all.css +3078 -2182
- package/dist/all.scss +4679 -4316
- 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/adaptive/_layout.scss +40 -86
- package/modules/@progress/kendo-theme-default/scss/adaptive/_theme.scss +0 -9
- package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/appbar/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +20 -39
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -19
- package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +11 -1
- 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 +82 -94
- package/modules/@progress/kendo-theme-default/scss/button/_theme.scss +177 -112
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +77 -11
- package/modules/@progress/kendo-theme-default/scss/calendar/_layout.scss +2 -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/card/_variables.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +12 -11
- package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -21
- package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -7
- package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +78 -145
- package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/checkbox/_variables.scss +87 -18
- 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 +1 -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/_index.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +33 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss +3 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_variables.scss +1 -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/editor/_layout.scss +2 -10
- 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/forms/_layout.scss +7 -9
- package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +128 -97
- package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +0 -6
- package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +1 -3
- package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +5 -5
- package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +16 -66
- package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +5 -4
- package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +64 -8
- package/modules/@progress/kendo-theme-default/scss/listbox/_layout.scss +9 -0
- package/modules/@progress/kendo-theme-default/scss/listbox/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/listview/_layout.scss +2 -9
- package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +12 -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/menu/_layout.scss +48 -5
- package/modules/@progress/kendo-theme-default/scss/menu/_theme.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +1 -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 +12 -26
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +64 -84
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -27
- package/modules/@progress/kendo-theme-default/scss/orgchart/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/orgchart/_variables.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/pager/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/pager/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_layout.scss +20 -29
- package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_variables.scss +2 -5
- 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/radio/_layout.scss +89 -136
- package/modules/@progress/kendo-theme-default/scss/radio/_theme.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/radio/_variables.scss +88 -26
- package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +31 -12
- package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +28 -8
- package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -25
- package/modules/@progress/kendo-theme-default/scss/searchbox/_variables.scss +0 -20
- package/modules/@progress/kendo-theme-default/scss/skeleton/_layout.scss +1 -1
- 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 +28 -15
- 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/table/_layout.scss +29 -6
- package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +3 -2
- package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +16 -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 +6 -4
- package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +3 -2
- package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +22 -2
- package/modules/@progress/kendo-theme-default/scss/toolbar/_theme.scss +35 -7
- 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 +134 -115
- package/modules/@progress/kendo-theme-default/scss/treeview/_theme.scss +36 -25
- package/modules/@progress/kendo-theme-default/scss/treeview/_variables.scss +67 -13
- package/modules/@progress/kendo-theme-default/scss/typography/_variables.scss +3 -3
- 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/window/_variables.scss +1 -1
- package/package.json +3 -3
- package/scss/action-buttons/_theme.scss +1 -2
- package/scss/appbar/_variables.scss +1 -1
- package/scss/autocomplete/_variables.scss +0 -19
- package/scss/avatar/_variables.scss +11 -1
- package/scss/button/_layout.scss +29 -4
- package/scss/button/_theme.scss +43 -56
- package/scss/button/_variables.scss +80 -14
- package/scss/chat/_variables.scss +0 -7
- package/scss/checkbox/_theme.scss +2 -9
- package/scss/checkbox/_variables.scss +89 -19
- package/scss/daterangepicker/_index.scss +10 -0
- package/scss/daterangepicker/_layout.scss +1 -0
- package/scss/daterangepicker/_theme.scss +1 -0
- package/scss/daterangepicker/_variables.scss +1 -0
- package/scss/grid/_layout.scss +0 -8
- package/scss/grid/_variables.scss +1 -3
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +5 -5
- package/scss/list/_variables.scss +64 -8
- package/scss/listbox/_variables.scss +5 -5
- package/scss/maskedtextbox/_layout.scss +11 -0
- package/scss/menu/_theme.scss +2 -0
- package/scss/menu/_variables.scss +3 -3
- package/scss/numerictextbox/_layout.scss +4 -5
- package/scss/numerictextbox/_variables.scss +0 -27
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/pivotgrid/_layout.scss +0 -54
- package/scss/pivotgrid/_theme.scss +0 -140
- package/scss/radio/_theme.scss +2 -9
- package/scss/radio/_variables.scss +83 -23
- package/scss/scheduler/_layout.scss +0 -16
- package/scss/searchbox/_variables.scss +0 -20
- package/scss/switch/_variables.scss +124 -30
- package/scss/table/_variables.scss +3 -3
- package/scss/toolbar/_index.scss +1 -0
- package/scss/toolbar/_layout.scss +7 -1
- package/scss/toolbar/_theme.scss +2 -4
- package/scss/treeview/_theme.scss +29 -22
- package/scss/treeview/_variables.scss +69 -15
|
@@ -2,17 +2,22 @@
|
|
|
2
2
|
$switch-size: 32px !default;
|
|
3
3
|
$switch-border-radius: $switch-size !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: 14px !default;
|
|
11
|
+
/// Border width of the switch track.
|
|
12
|
+
/// @group switch
|
|
10
13
|
$switch-container-border-width: null !default;
|
|
11
14
|
$switch-container-padding-x: null !default;
|
|
12
15
|
$switch-container-padding-y: null !default;
|
|
13
16
|
|
|
14
17
|
$switch-handle-size: 20px !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: 0px !default;
|
|
17
22
|
$switch-thumb-start-x: calc( ( #{$switch-handle-size} - #{$switch-track-size} ) / -2 ) !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} + ( ( #{$switch-handle-
|
|
|
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: null !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: null !default;
|
|
46
|
-
|
|
47
|
-
$switch-on-handle-bg: $primary !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: $box-shadow-depth-2 !default;
|
|
52
|
-
|
|
53
|
-
$switch-on-handle-hovered-bg: $switch-on-handle-bg !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: rgba( black, .38 ) !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: null !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: null !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: null !default;
|
|
74
81
|
|
|
82
|
+
/// The background of the thumb when the switch is not checked.
|
|
83
|
+
/// @group switch
|
|
75
84
|
$switch-off-handle-bg: $white !default;
|
|
85
|
+
/// The text color of the thumb when the switch is not checked.
|
|
86
|
+
/// @group switch
|
|
76
87
|
$switch-off-handle-text: $switch-off-text !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
|
-
$switch-off-handle-shadow: $
|
|
94
|
+
$switch-off-handle-shadow: $box-shadow-depth-2 !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: rgba( $primary, .54 ) !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: null !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: null !default;
|
|
152
|
+
|
|
153
|
+
/// The background of the thumb when the switch is checked.
|
|
154
|
+
/// @group switch
|
|
155
|
+
$switch-on-handle-bg: $primary !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: $switch-off-handle-shadow !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;
|
|
@@ -58,13 +58,13 @@ $table-footer-border: $grid-footer-border !default;
|
|
|
58
58
|
|
|
59
59
|
/// Background color of group rows in table.
|
|
60
60
|
/// @group table
|
|
61
|
-
$table-group-row-bg: $
|
|
61
|
+
$table-group-row-bg: $table-header-bg !default;
|
|
62
62
|
/// Text color of group rows in table.
|
|
63
63
|
/// @group table
|
|
64
|
-
$table-group-row-text: $
|
|
64
|
+
$table-group-row-text: $table-header-text !default;
|
|
65
65
|
/// Border color of group rows in table.
|
|
66
66
|
/// @group table
|
|
67
|
-
$table-group-row-border:
|
|
67
|
+
$table-group-row-border: $table-header-border !default;
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
/// Background color of alternating rows in table.
|
package/scss/toolbar/_index.scss
CHANGED
package/scss/toolbar/_theme.scss
CHANGED
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
.k-toolbar {
|
|
6
6
|
|
|
7
|
-
.k-button
|
|
8
|
-
.k-button-secondary {
|
|
7
|
+
.k-button {
|
|
9
8
|
background-color: try-shade( $button-bg );
|
|
10
9
|
}
|
|
11
10
|
|
|
12
|
-
.k-button-primary
|
|
13
|
-
.k-button.k-primary {
|
|
11
|
+
.k-button-primary {
|
|
14
12
|
background-color: $primary-button-bg;
|
|
15
13
|
|
|
16
14
|
&:disabled,
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
@
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/treeview/_theme.scss";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
.k-treeview {
|
|
5
|
-
@include fill(
|
|
6
|
-
$treeview-text,
|
|
7
|
-
$treeview-bg,
|
|
8
|
-
$treeview-border
|
|
9
|
-
);
|
|
3
|
+
@include exports( "treeview/theme/material" ) {
|
|
10
4
|
|
|
5
|
+
// Treeview
|
|
6
|
+
.k-treeview {}
|
|
11
7
|
|
|
12
|
-
// Item
|
|
13
|
-
.k-in {}
|
|
14
8
|
|
|
9
|
+
// Treeview item
|
|
10
|
+
.k-treeview-item {}
|
|
15
11
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
12
|
+
|
|
13
|
+
// Treeview leaf
|
|
14
|
+
.k-treeview-leaf,
|
|
15
|
+
.k-treeview .k-in {
|
|
16
|
+
|
|
17
|
+
// Hover state
|
|
18
|
+
&:hover,
|
|
19
|
+
&.k-state-hover {
|
|
19
20
|
@include fill(
|
|
20
21
|
$treeview-item-hovered-text,
|
|
21
22
|
$treeview-item-hovered-bg,
|
|
@@ -23,15 +24,11 @@
|
|
|
23
24
|
$treeview-item-hovered-gradient
|
|
24
25
|
);
|
|
25
26
|
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
$treeview-item-selected-gradient
|
|
32
|
-
);
|
|
33
|
-
}
|
|
34
|
-
.k-in.k-state-focused {
|
|
27
|
+
|
|
28
|
+
// Focus state
|
|
29
|
+
&:focus,
|
|
30
|
+
&.k-state-focus,
|
|
31
|
+
&.k-state-focused {
|
|
35
32
|
@include fill(
|
|
36
33
|
$treeview-item-hovered-text,
|
|
37
34
|
$treeview-item-hovered-bg,
|
|
@@ -39,6 +36,16 @@
|
|
|
39
36
|
$treeview-item-hovered-gradient
|
|
40
37
|
);
|
|
41
38
|
}
|
|
39
|
+
|
|
40
|
+
// Selected state
|
|
41
|
+
&.k-state-selected {
|
|
42
|
+
@include fill(
|
|
43
|
+
$treeview-item-selected-text,
|
|
44
|
+
$treeview-item-selected-bg,
|
|
45
|
+
$treeview-item-selected-border,
|
|
46
|
+
$treeview-item-selected-gradient
|
|
47
|
+
);
|
|
48
|
+
}
|
|
42
49
|
}
|
|
43
50
|
|
|
44
51
|
}
|
|
@@ -1,47 +1,101 @@
|
|
|
1
1
|
// Treeview
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
|
|
3
|
+
/// Font family of the treeview component.
|
|
4
|
+
/// @group treeview
|
|
4
5
|
$treeview-font-family: $font-family !default;
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
/// Font size of the treeview component.
|
|
7
|
+
/// @group treeview
|
|
8
|
+
$treeview-font-size: 16px !default;
|
|
9
|
+
/// Line height of the treeview component.
|
|
10
|
+
/// @group treeview
|
|
11
|
+
$treeview-line-height: 1.25 !default;
|
|
7
12
|
|
|
13
|
+
/// Indentation of child groups in treeview component.
|
|
14
|
+
/// @group treeview
|
|
8
15
|
$treeview-indent: 16px !default;
|
|
9
16
|
|
|
10
|
-
|
|
11
|
-
|
|
17
|
+
/// Horizontal padding of treeview items.
|
|
18
|
+
/// @group treeview
|
|
19
|
+
$treeview-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
20
|
+
/// Vertical padding of treeview items.
|
|
21
|
+
/// @group treeview
|
|
22
|
+
$treeview-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
23
|
+
/// Border width of treeview items.
|
|
24
|
+
/// @group treeview
|
|
12
25
|
$treeview-item-border-width: 0px !default;
|
|
26
|
+
/// Border radius of treeview items.
|
|
27
|
+
/// @group treeview
|
|
13
28
|
$treeview-item-border-radius: null !default;
|
|
14
29
|
|
|
30
|
+
/// Background color of the treeview component.
|
|
31
|
+
/// @group treeview
|
|
15
32
|
$treeview-bg: null !default;
|
|
33
|
+
/// Text color of the treeview component.
|
|
34
|
+
/// @group treeview
|
|
16
35
|
$treeview-text: $component-text !default;
|
|
36
|
+
/// Border color of the treeview component.
|
|
37
|
+
/// @group treeview
|
|
17
38
|
$treeview-border: null !default;
|
|
18
39
|
|
|
40
|
+
/// Background color of hovered treeview items.
|
|
41
|
+
/// @group treeview
|
|
19
42
|
$treeview-item-hovered-bg: rgba( $treeview-text, .07 ) !default;
|
|
43
|
+
/// Text color of hovered treeview items.
|
|
44
|
+
/// @group treeview
|
|
20
45
|
$treeview-item-hovered-text: null !default;
|
|
46
|
+
/// Border color of hovered treeview items.
|
|
47
|
+
/// @group treeview
|
|
21
48
|
$treeview-item-hovered-border: null !default;
|
|
49
|
+
/// Background gradient of hovered treeview items.
|
|
50
|
+
/// @group treeview
|
|
22
51
|
$treeview-item-hovered-gradient: null !default;
|
|
23
52
|
|
|
53
|
+
/// Background color of selected treeview items.
|
|
54
|
+
/// @group treeview
|
|
24
55
|
$treeview-item-selected-bg: null !default;
|
|
56
|
+
/// Text color of selected treeview items.
|
|
57
|
+
/// @group treeview
|
|
25
58
|
$treeview-item-selected-text: $selected-bg !default;
|
|
59
|
+
/// Border color of selected treeview items.
|
|
60
|
+
/// @group treeview
|
|
26
61
|
$treeview-item-selected-border: null !default;
|
|
62
|
+
/// Background gradient of selected treeview items.
|
|
63
|
+
/// @group treeview
|
|
27
64
|
$treeview-item-selected-gradient: null !default;
|
|
28
65
|
|
|
66
|
+
/// Box shadow of focused treeview items.
|
|
67
|
+
/// @group treeview
|
|
29
68
|
$treeview-item-focused-shadow: null !default;
|
|
30
|
-
$treeview-item-selected-focused-shadow: null !default;
|
|
31
|
-
|
|
32
|
-
$treeview-loadmore-checkboxes-padding-x: calc( #{$icon-spacing} + #{$checkbox-size} + #{$treeview-indent} ) !default;
|
|
33
|
-
$treeview-loadmore-checkboxes-icon-indent: calc( -1 * (#{$icon-spacing} + #{$treeview-indent}) ) !default;
|
|
34
|
-
$treeview-loadmore-checkboxes-icon-margin-x: $icon-spacing !default;
|
|
35
69
|
|
|
70
|
+
/// Background color of load more.
|
|
71
|
+
/// @group treeview
|
|
36
72
|
$treeview-loadmore-bg: transparent !default;
|
|
37
|
-
|
|
73
|
+
/// Text color of load more.
|
|
74
|
+
/// @group treeview
|
|
75
|
+
$treeview-loadmore-text: inherit !default;
|
|
76
|
+
/// Border color of load more.
|
|
77
|
+
/// @group treeview
|
|
38
78
|
$treeview-loadmore-border: null !default;
|
|
39
79
|
|
|
80
|
+
/// Background color of a hovered load more.
|
|
81
|
+
/// @group treeview
|
|
40
82
|
$treeview-loadmore-hover-bg: transparent !default;
|
|
41
|
-
|
|
83
|
+
/// Text color of a hovered load more.
|
|
84
|
+
/// @group treeview
|
|
85
|
+
$treeview-loadmore-hover-text: inherit !default;
|
|
86
|
+
/// Border color of a hovered load more.
|
|
87
|
+
/// @group treeview
|
|
42
88
|
$treeview-loadmore-hover-border: null !default;
|
|
43
89
|
|
|
90
|
+
/// Background color of a focused load more.
|
|
91
|
+
/// @group treeview
|
|
44
92
|
$treeview-loadmore-focus-bg: transparent !default;
|
|
45
|
-
|
|
93
|
+
/// Text color of a focused load more.
|
|
94
|
+
/// @group treeview
|
|
95
|
+
$treeview-loadmore-focus-text: inherit !default;
|
|
96
|
+
/// Border color of a focused load more.
|
|
97
|
+
/// @group treeview
|
|
46
98
|
$treeview-loadmore-focus-border: null !default;
|
|
47
|
-
|
|
99
|
+
/// Box shadow of a focused load more.
|
|
100
|
+
/// @group treeview
|
|
101
|
+
$treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
|