@clayui/css 3.161.0 → 3.162.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/lib/css/atlas.css +136 -6
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +134 -5
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +74 -7
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/arrow-key-down.svg +9 -0
- package/lib/images/icons/arrow-key-left.svg +9 -0
- package/lib/images/icons/arrow-key-right.svg +9 -0
- package/lib/images/icons/arrow-key-up.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +1 -1
- package/src/images/icons/arrow-key-down.svg +9 -0
- package/src/images/icons/arrow-key-left.svg +9 -0
- package/src/images/icons/arrow-key-right.svg +9 -0
- package/src/images/icons/arrow-key-up.svg +9 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/scss/_components.scss +2 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_forms.scss +3 -1
- package/src/scss/atlas/variables/_reorder.scss +1 -1
- package/src/scss/atlas-custom-properties/_variables.scss +0 -2
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +928 -935
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +54 -56
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +25 -27
- package/src/scss/atlas-custom-properties/variables/_badges.scss +298 -309
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +175 -187
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1164 -1220
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -353
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1009 -1014
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +560 -590
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +766 -797
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +532 -614
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -252
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1052 -1073
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +65 -68
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +90 -92
- package/src/scss/atlas-custom-properties/variables/_forms.scss +1918 -1955
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +27 -29
- package/src/scss/atlas-custom-properties/variables/_globals.scss +799 -801
- package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -73
- package/src/scss/atlas-custom-properties/variables/_images.scss +8 -13
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1091 -1202
- package/src/scss/atlas-custom-properties/variables/_links.scss +394 -410
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +455 -460
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +187 -204
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +135 -137
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +605 -663
- package/src/scss/atlas-custom-properties/variables/_modals.scss +582 -587
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +342 -312
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +170 -172
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +337 -361
- package/src/scss/atlas-custom-properties/variables/_navs.scss +501 -495
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +851 -888
- package/src/scss/atlas-custom-properties/variables/_panels.scss +467 -480
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +483 -515
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +146 -139
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +24 -23
- package/src/scss/atlas-custom-properties/variables/_range.scss +215 -220
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +82 -82
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +27 -16
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +275 -275
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -4
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +413 -445
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +300 -310
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +551 -553
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1094 -1079
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +491 -557
- package/src/scss/atlas-custom-properties/variables/_time.scss +121 -130
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -43
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +562 -566
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +295 -306
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +276 -278
- package/src/scss/atlas-custom-properties/variables/_type.scss +186 -185
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +705 -788
- package/src/scss/atlas-variables.scss +0 -2
- package/src/scss/atlas.scss +0 -2
- package/src/scss/base-variables.scss +0 -2
- package/src/scss/base.scss +0 -2
- package/src/scss/cadmin/components/_focus-ring.scss +74 -0
- package/src/scss/cadmin/components/_forms.scss +2 -0
- package/src/scss/cadmin/components/_menubar.scss +8 -0
- package/src/scss/cadmin/components/_resizer.scss +19 -4
- package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
- package/src/scss/cadmin/variables/_forms.scss +3 -1
- package/src/scss/cadmin/variables/_reorder.scss +1 -0
- package/src/scss/cadmin/variables/_resizer.scss +16 -3
- package/src/scss/cadmin.scss +1 -0
- package/src/scss/components/_focus-ring.scss +64 -0
- package/src/scss/components/_forms.scss +2 -0
- package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
- package/src/scss/components/_menubar.scss +8 -0
- package/src/scss/components/_resizer.scss +15 -4
- package/src/scss/functions/_lx-icons-generated.scss +8 -0
- package/src/scss/variables/_breadcrumbs.scss +4 -2
- package/src/scss/variables/_forms.scss +2 -0
- package/src/scss/variables/_resizer.scss +16 -3
|
@@ -1,369 +1,367 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
$treeview: () !default;
|
|
2
|
+
$treeview: map-merge(
|
|
3
|
+
(
|
|
4
|
+
display: flex,
|
|
5
|
+
flex-direction: column,
|
|
6
|
+
font-size: 14px,
|
|
7
|
+
list-style: none,
|
|
8
|
+
margin-bottom: 0rem,
|
|
9
|
+
padding: 2px 0rem,
|
|
10
|
+
|
|
11
|
+
btn: (
|
|
12
|
+
color: inherit,
|
|
13
|
+
font-size: 12px,
|
|
14
|
+
line-height: 1,
|
|
15
|
+
padding: 6px 8px,
|
|
16
|
+
|
|
17
|
+
c-inner: (
|
|
18
|
+
margin: -7px -8px,
|
|
19
|
+
),
|
|
20
|
+
),
|
|
21
|
+
|
|
22
|
+
btn-monospaced: (
|
|
23
|
+
font-size: inherit,
|
|
24
|
+
height: 24px,
|
|
25
|
+
padding: 0rem,
|
|
26
|
+
width: 24px,
|
|
27
|
+
|
|
28
|
+
focus: (
|
|
29
|
+
box-shadow: $component-focus-inset-box-shadow,
|
|
30
|
+
),
|
|
31
|
+
),
|
|
32
|
+
|
|
33
|
+
custom-control: (
|
|
34
|
+
margin-left: 4px,
|
|
35
|
+
margin-right: 4px,
|
|
36
|
+
margin-top: 1.5px,
|
|
37
|
+
),
|
|
38
|
+
|
|
39
|
+
treeview-dragging: (
|
|
40
|
+
background-color: $white,
|
|
41
|
+
border-color: $primary-l0,
|
|
42
|
+
border-radius: $border-radius-sm,
|
|
43
|
+
border-style: solid,
|
|
44
|
+
border-width: 1px,
|
|
45
|
+
display: inline-block,
|
|
46
|
+
font-size: 10px,
|
|
47
|
+
font-weight: $font-weight-semi-bold,
|
|
48
|
+
padding: 4px 12px,
|
|
49
|
+
text-transform: uppercase,
|
|
50
|
+
),
|
|
51
|
+
|
|
52
|
+
treeview-group: (
|
|
5
53
|
display: flex,
|
|
6
54
|
flex-direction: column,
|
|
7
|
-
font-size: 14px,
|
|
8
55
|
list-style: none,
|
|
9
56
|
margin-bottom: 0rem,
|
|
10
|
-
padding:
|
|
57
|
+
padding-left: 0rem,
|
|
58
|
+
),
|
|
11
59
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
line-height: 1,
|
|
16
|
-
padding: 6px 8px,
|
|
60
|
+
treeview-item: (
|
|
61
|
+
word-wrap: break-word,
|
|
62
|
+
),
|
|
17
63
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
64
|
+
treeview-item-dragging: (
|
|
65
|
+
cursor: $disabled-cursor,
|
|
66
|
+
opacity: 0.4,
|
|
67
|
+
|
|
68
|
+
treeview-link: (
|
|
69
|
+
background-color: transparent,
|
|
70
|
+
border-color: transparent,
|
|
71
|
+
box-shadow: none,
|
|
21
72
|
),
|
|
73
|
+
),
|
|
22
74
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
75
|
+
treeview-dropping-indicator-top: (
|
|
76
|
+
background-color: transparent,
|
|
77
|
+
display: block,
|
|
78
|
+
height: 2px,
|
|
79
|
+
margin-top: -2px,
|
|
80
|
+
outline: none,
|
|
81
|
+
width: 100%,
|
|
82
|
+
),
|
|
28
83
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
84
|
+
treeview-dropping-indicator-bottom: (
|
|
85
|
+
background-color: transparent,
|
|
86
|
+
display: block,
|
|
87
|
+
height: 2px,
|
|
88
|
+
margin-bottom: -2px,
|
|
89
|
+
outline: none,
|
|
90
|
+
width: 100%,
|
|
91
|
+
),
|
|
33
92
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
margin-top: 1.5px,
|
|
38
|
-
),
|
|
93
|
+
treeview-dropping-indicator-over: (
|
|
94
|
+
background-color: $primary-l0,
|
|
95
|
+
),
|
|
39
96
|
|
|
40
|
-
|
|
41
|
-
|
|
97
|
+
treeview-link: (
|
|
98
|
+
background-color: transparent,
|
|
99
|
+
cursor: pointer,
|
|
100
|
+
display: block,
|
|
101
|
+
border-color: transparent,
|
|
102
|
+
border-style: solid,
|
|
103
|
+
border-width: 1px,
|
|
104
|
+
margin-bottom: 2px,
|
|
105
|
+
margin-top: 2px,
|
|
106
|
+
min-width: 100%,
|
|
107
|
+
padding: 0rem,
|
|
108
|
+
position: relative,
|
|
109
|
+
text-align: left,
|
|
110
|
+
user-select: none,
|
|
111
|
+
|
|
112
|
+
treeview-dropping-middle: (
|
|
113
|
+
background-color: $primary-l3,
|
|
42
114
|
border-color: $primary-l0,
|
|
43
|
-
border-radius: $border-radius-sm,
|
|
44
|
-
border-style: solid,
|
|
45
|
-
border-width: 1px,
|
|
46
|
-
display: inline-block,
|
|
47
|
-
font-size: 10px,
|
|
48
|
-
font-weight: $font-weight-semi-bold,
|
|
49
|
-
padding: 4px 12px,
|
|
50
|
-
text-transform: uppercase,
|
|
51
115
|
),
|
|
52
116
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
flex-direction: column,
|
|
56
|
-
list-style: none,
|
|
57
|
-
margin-bottom: 0rem,
|
|
58
|
-
padding-left: 0rem,
|
|
117
|
+
hover: (
|
|
118
|
+
text-decoration: none,
|
|
59
119
|
),
|
|
60
120
|
|
|
61
|
-
|
|
62
|
-
|
|
121
|
+
focus: (
|
|
122
|
+
box-shadow: $component-focus-inset-box-shadow,
|
|
123
|
+
outline: 0,
|
|
63
124
|
),
|
|
64
125
|
|
|
65
|
-
|
|
126
|
+
disabled: (
|
|
66
127
|
cursor: $disabled-cursor,
|
|
67
|
-
opacity: 0.4,
|
|
68
|
-
|
|
69
|
-
treeview-link: (
|
|
70
|
-
background-color: transparent,
|
|
71
|
-
border-color: transparent,
|
|
72
|
-
box-shadow: none,
|
|
73
|
-
),
|
|
74
128
|
),
|
|
129
|
+
),
|
|
75
130
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
131
|
+
component-expander: (
|
|
132
|
+
font-size: 10px,
|
|
133
|
+
),
|
|
134
|
+
|
|
135
|
+
component-action: (
|
|
136
|
+
font-size: 16px,
|
|
137
|
+
margin-left: 2px,
|
|
138
|
+
margin-right: 2px,
|
|
84
139
|
|
|
85
|
-
|
|
140
|
+
hover: (
|
|
86
141
|
background-color: transparent,
|
|
87
|
-
|
|
88
|
-
height: 2px,
|
|
89
|
-
margin-bottom: -2px,
|
|
90
|
-
outline: none,
|
|
91
|
-
width: 100%,
|
|
142
|
+
color: $secondary,
|
|
92
143
|
),
|
|
93
144
|
|
|
94
|
-
|
|
95
|
-
|
|
145
|
+
focus: (
|
|
146
|
+
color: $secondary,
|
|
96
147
|
),
|
|
97
148
|
|
|
98
|
-
|
|
149
|
+
active: (
|
|
99
150
|
background-color: transparent,
|
|
100
|
-
cursor: pointer,
|
|
101
|
-
display: block,
|
|
102
|
-
border-color: transparent,
|
|
103
|
-
border-style: solid,
|
|
104
|
-
border-width: 1px,
|
|
105
|
-
margin-bottom: 2px,
|
|
106
|
-
margin-top: 2px,
|
|
107
|
-
min-width: 100%,
|
|
108
|
-
padding: 0rem,
|
|
109
|
-
position: relative,
|
|
110
|
-
text-align: left,
|
|
111
|
-
user-select: none,
|
|
112
|
-
|
|
113
|
-
treeview-dropping-middle: (
|
|
114
|
-
background-color: $primary-l3,
|
|
115
|
-
border-color: $primary-l0,
|
|
116
|
-
),
|
|
117
|
-
|
|
118
|
-
hover: (
|
|
119
|
-
text-decoration: none,
|
|
120
|
-
),
|
|
121
|
-
|
|
122
|
-
focus: (
|
|
123
|
-
box-shadow: $component-focus-inset-box-shadow,
|
|
124
|
-
outline: 0,
|
|
125
|
-
),
|
|
126
|
-
|
|
127
|
-
disabled: (
|
|
128
|
-
cursor: $disabled-cursor,
|
|
129
|
-
),
|
|
130
|
-
),
|
|
131
|
-
|
|
132
|
-
component-expander: (
|
|
133
|
-
font-size: 10px,
|
|
134
151
|
),
|
|
152
|
+
),
|
|
135
153
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
),
|
|
145
|
-
|
|
146
|
-
focus: (
|
|
147
|
-
color: $secondary,
|
|
148
|
-
),
|
|
149
|
-
|
|
150
|
-
active: (
|
|
151
|
-
background-color: transparent,
|
|
152
|
-
),
|
|
153
|
-
),
|
|
154
|
+
component-icon: (
|
|
155
|
+
color: $secondary,
|
|
156
|
+
display: inline-block,
|
|
157
|
+
font-size: 16px,
|
|
158
|
+
height: auto,
|
|
159
|
+
margin: 4px,
|
|
160
|
+
vertical-align: middle,
|
|
161
|
+
width: auto,
|
|
154
162
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
display: inline-block,
|
|
158
|
-
font-size: 16px,
|
|
159
|
-
height: auto,
|
|
160
|
-
margin: 4px,
|
|
161
|
-
vertical-align: middle,
|
|
162
|
-
width: auto,
|
|
163
|
-
|
|
164
|
-
lexicon-icon: (
|
|
165
|
-
display: block,
|
|
166
|
-
),
|
|
163
|
+
lexicon-icon: (
|
|
164
|
+
display: block,
|
|
167
165
|
),
|
|
166
|
+
),
|
|
168
167
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
168
|
+
component-text: (
|
|
169
|
+
line-height: 24px,
|
|
170
|
+
padding-left: 4px,
|
|
171
|
+
user-select: auto,
|
|
172
|
+
),
|
|
174
173
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
174
|
+
quick-action-item: (
|
|
175
|
+
margin: 0px 2px,
|
|
176
|
+
min-height: 0rem,
|
|
177
|
+
min-width: 0rem,
|
|
178
|
+
),
|
|
180
179
|
|
|
181
|
-
|
|
182
|
-
|
|
180
|
+
autofit-row: (
|
|
181
|
+
align-items: center,
|
|
182
|
+
),
|
|
183
|
+
),
|
|
184
|
+
$treeview
|
|
185
|
+
);
|
|
186
|
+
|
|
187
|
+
$treeview-nested-margins: () !default;
|
|
188
|
+
$treeview-nested-margins: map-deep-merge(
|
|
189
|
+
(
|
|
190
|
+
treeview-group: (
|
|
191
|
+
treeview-item: (
|
|
192
|
+
margin-left: 24px,
|
|
183
193
|
),
|
|
184
194
|
),
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
+
),
|
|
196
|
+
$treeview-nested-margins
|
|
197
|
+
);
|
|
198
|
+
|
|
199
|
+
$treeview-show-component-expander-on-hover: () !default;
|
|
200
|
+
$treeview-show-component-expander-on-hover: map-deep-merge(
|
|
201
|
+
(
|
|
202
|
+
hover: (
|
|
203
|
+
component-expander: (
|
|
204
|
+
opacity: 1,
|
|
205
|
+
transition: opacity ease-in-out 600ms,
|
|
195
206
|
),
|
|
196
207
|
),
|
|
197
|
-
$treeview-nested-margins
|
|
198
|
-
);
|
|
199
208
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
209
|
+
component-expander: (
|
|
210
|
+
opacity: 0,
|
|
211
|
+
transition: opacity ease-in-out 450ms,
|
|
212
|
+
),
|
|
213
|
+
|
|
214
|
+
treeview-link: (
|
|
215
|
+
focus: (
|
|
204
216
|
component-expander: (
|
|
205
217
|
opacity: 1,
|
|
206
|
-
transition:
|
|
218
|
+
transition: none,
|
|
207
219
|
),
|
|
208
220
|
),
|
|
221
|
+
),
|
|
222
|
+
),
|
|
223
|
+
$treeview-show-component-expander-on-hover
|
|
224
|
+
);
|
|
209
225
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
226
|
+
// Variants
|
|
227
|
+
|
|
228
|
+
$treeview-light: () !default;
|
|
229
|
+
$treeview-light: map-deep-merge(
|
|
230
|
+
(
|
|
231
|
+
component-expander: (
|
|
232
|
+
color: $secondary,
|
|
233
|
+
|
|
234
|
+
disabled: (
|
|
235
|
+
color: $secondary,
|
|
236
|
+
opacity: 0.5,
|
|
213
237
|
),
|
|
214
238
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
component-expander: (
|
|
218
|
-
opacity: 1,
|
|
219
|
-
transition: none,
|
|
220
|
-
),
|
|
221
|
-
),
|
|
239
|
+
btn-secondary: (
|
|
240
|
+
background-color: $white,
|
|
222
241
|
),
|
|
223
242
|
),
|
|
224
|
-
$treeview-show-component-expander-on-hover
|
|
225
|
-
);
|
|
226
243
|
|
|
227
|
-
|
|
244
|
+
treeview-link: (
|
|
245
|
+
color: $gray-600,
|
|
228
246
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
component-expander: (
|
|
233
|
-
color: $secondary,
|
|
234
|
-
|
|
235
|
-
disabled: (
|
|
247
|
+
treeview-no-hover: (
|
|
248
|
+
hover: (
|
|
249
|
+
background-color: transparent,
|
|
236
250
|
color: $secondary,
|
|
237
|
-
opacity: 0.5,
|
|
238
251
|
),
|
|
252
|
+
),
|
|
239
253
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
),
|
|
254
|
+
hover: (
|
|
255
|
+
box-shadow: inset 0 0 0 1px $secondary-l0,
|
|
243
256
|
),
|
|
244
257
|
|
|
245
|
-
|
|
246
|
-
|
|
258
|
+
focus: (
|
|
259
|
+
box-shadow: $component-focus-inset-box-shadow,
|
|
260
|
+
),
|
|
247
261
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
262
|
+
active: (
|
|
263
|
+
background-color: $primary-l3,
|
|
264
|
+
box-shadow: inset 0 0 0 1px $primary,
|
|
265
|
+
color: $dark-l2,
|
|
266
|
+
focus: (
|
|
267
|
+
box-shadow: $component-focus-inset-box-shadow,
|
|
253
268
|
),
|
|
269
|
+
),
|
|
254
270
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
271
|
+
active-class: (
|
|
272
|
+
background-color: $primary-l3,
|
|
273
|
+
box-shadow: inset 0 0 0 1px $primary,
|
|
274
|
+
color: $dark-l2,
|
|
258
275
|
|
|
259
276
|
focus: (
|
|
260
277
|
box-shadow: $component-focus-inset-box-shadow,
|
|
261
278
|
),
|
|
279
|
+
),
|
|
262
280
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
focus: (
|
|
268
|
-
box-shadow: $component-focus-inset-box-shadow,
|
|
269
|
-
),
|
|
270
|
-
),
|
|
271
|
-
|
|
272
|
-
active-class: (
|
|
273
|
-
background-color: $primary-l3,
|
|
274
|
-
box-shadow: inset 0 0 0 1px $primary,
|
|
275
|
-
color: $dark-l2,
|
|
281
|
+
disabled: (
|
|
282
|
+
background-color: transparent,
|
|
283
|
+
color: unquote('hsl(from #{$gray-600} h s l / 0.5)'),
|
|
284
|
+
),
|
|
276
285
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
286
|
+
show: (
|
|
287
|
+
background-color: c-unset,
|
|
288
|
+
box-shadow: c-unset,
|
|
289
|
+
color: c-unset,
|
|
290
|
+
),
|
|
291
|
+
),
|
|
292
|
+
),
|
|
293
|
+
$treeview-light
|
|
294
|
+
);
|
|
281
295
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
296
|
+
$treeview-dark: () !default;
|
|
297
|
+
$treeview-dark: map-deep-merge(
|
|
298
|
+
(
|
|
299
|
+
component-expander: (
|
|
300
|
+
color: $secondary-l1,
|
|
286
301
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
color: c-unset,
|
|
291
|
-
),
|
|
302
|
+
disabled: (
|
|
303
|
+
color: $secondary-l1,
|
|
304
|
+
opacity: 0.5,
|
|
292
305
|
),
|
|
293
306
|
),
|
|
294
|
-
$treeview-light
|
|
295
|
-
);
|
|
296
307
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
(
|
|
300
|
-
component-expander: (
|
|
301
|
-
color: $secondary-l1,
|
|
308
|
+
treeview-link: (
|
|
309
|
+
color: $secondary-l1,
|
|
302
310
|
|
|
303
|
-
|
|
311
|
+
treeview-no-hover: (
|
|
312
|
+
hover: (
|
|
313
|
+
background-color: transparent,
|
|
304
314
|
color: $secondary-l1,
|
|
305
|
-
opacity: 0.5,
|
|
306
315
|
),
|
|
307
316
|
),
|
|
308
317
|
|
|
309
|
-
|
|
310
|
-
|
|
318
|
+
hover: (
|
|
319
|
+
box-shadow: inset 0 0 0 1px $secondary-l0,
|
|
320
|
+
),
|
|
311
321
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
color: $secondary-l1,
|
|
316
|
-
),
|
|
317
|
-
),
|
|
322
|
+
focus: (
|
|
323
|
+
box-shadow: $component-focus-inset-box-shadow,
|
|
324
|
+
),
|
|
318
325
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
326
|
+
active: (
|
|
327
|
+
background-color: $dark-l2,
|
|
328
|
+
box-shadow: inset 0 0 0 1px $primary,
|
|
329
|
+
color: $primary-l3,
|
|
322
330
|
|
|
323
331
|
focus: (
|
|
324
332
|
box-shadow: $component-focus-inset-box-shadow,
|
|
325
333
|
),
|
|
334
|
+
),
|
|
326
335
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
focus: (
|
|
333
|
-
box-shadow: $component-focus-inset-box-shadow,
|
|
334
|
-
),
|
|
335
|
-
),
|
|
336
|
-
|
|
337
|
-
active-class: (
|
|
338
|
-
background-color: $dark-l2,
|
|
339
|
-
box-shadow: inset 0 0 0 1px $primary,
|
|
340
|
-
color: $primary-l3,
|
|
336
|
+
active-class: (
|
|
337
|
+
background-color: $dark-l2,
|
|
338
|
+
box-shadow: inset 0 0 0 1px $primary,
|
|
339
|
+
color: $primary-l3,
|
|
341
340
|
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
),
|
|
341
|
+
focus: (
|
|
342
|
+
box-shadow: $component-focus-inset-box-shadow,
|
|
345
343
|
),
|
|
344
|
+
),
|
|
346
345
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
346
|
+
disabled: (
|
|
347
|
+
background-color: transparent,
|
|
348
|
+
color: unquote('hsl(from #{$secondary-l1} h s l / 0.5)'),
|
|
349
|
+
),
|
|
351
350
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
),
|
|
351
|
+
show: (
|
|
352
|
+
background-color: c-unset,
|
|
353
|
+
box-shadow: c-unset,
|
|
354
|
+
color: c-unset,
|
|
357
355
|
),
|
|
356
|
+
),
|
|
358
357
|
|
|
359
|
-
|
|
360
|
-
|
|
358
|
+
component-action: (
|
|
359
|
+
color: $secondary-l1,
|
|
361
360
|
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
),
|
|
361
|
+
disabled: (
|
|
362
|
+
color: $secondary-l1,
|
|
365
363
|
),
|
|
366
364
|
),
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
365
|
+
),
|
|
366
|
+
$treeview-dark
|
|
367
|
+
);
|