@clayui/css 3.161.0 → 3.163.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.
Files changed (97) hide show
  1. package/lib/css/atlas.css +136 -6
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +134 -5
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +74 -7
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/arrow-key-down.svg +9 -0
  8. package/lib/images/icons/arrow-key-left.svg +9 -0
  9. package/lib/images/icons/arrow-key-right.svg +9 -0
  10. package/lib/images/icons/arrow-key-up.svg +9 -0
  11. package/lib/images/icons/icons.svg +1 -1
  12. package/package.json +1 -1
  13. package/src/images/icons/arrow-key-down.svg +9 -0
  14. package/src/images/icons/arrow-key-left.svg +9 -0
  15. package/src/images/icons/arrow-key-right.svg +9 -0
  16. package/src/images/icons/arrow-key-up.svg +9 -0
  17. package/src/images/icons/icons.svg +1 -1
  18. package/src/scss/_components.scss +2 -0
  19. package/src/scss/_license-text.scss +1 -1
  20. package/src/scss/atlas/variables/_forms.scss +3 -1
  21. package/src/scss/atlas/variables/_reorder.scss +1 -1
  22. package/src/scss/atlas-custom-properties/_variables.scss +0 -2
  23. package/src/scss/atlas-custom-properties/variables/_alerts.scss +928 -935
  24. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +54 -56
  25. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +25 -27
  26. package/src/scss/atlas-custom-properties/variables/_badges.scss +298 -309
  27. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +175 -187
  28. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1164 -1220
  29. package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -353
  30. package/src/scss/atlas-custom-properties/variables/_cards.scss +1009 -1014
  31. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +560 -590
  32. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +766 -797
  33. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +532 -614
  34. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -252
  35. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1052 -1073
  36. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +65 -68
  37. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +90 -92
  38. package/src/scss/atlas-custom-properties/variables/_forms.scss +1918 -1955
  39. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +27 -29
  40. package/src/scss/atlas-custom-properties/variables/_globals.scss +799 -801
  41. package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -73
  42. package/src/scss/atlas-custom-properties/variables/_images.scss +8 -13
  43. package/src/scss/atlas-custom-properties/variables/_labels.scss +1091 -1202
  44. package/src/scss/atlas-custom-properties/variables/_links.scss +394 -410
  45. package/src/scss/atlas-custom-properties/variables/_list-group.scss +455 -460
  46. package/src/scss/atlas-custom-properties/variables/_loaders.scss +187 -204
  47. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +135 -137
  48. package/src/scss/atlas-custom-properties/variables/_menubar.scss +605 -663
  49. package/src/scss/atlas-custom-properties/variables/_modals.scss +582 -587
  50. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +342 -312
  51. package/src/scss/atlas-custom-properties/variables/_navbar.scss +170 -172
  52. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +337 -361
  53. package/src/scss/atlas-custom-properties/variables/_navs.scss +501 -495
  54. package/src/scss/atlas-custom-properties/variables/_pagination.scss +851 -888
  55. package/src/scss/atlas-custom-properties/variables/_panels.scss +467 -480
  56. package/src/scss/atlas-custom-properties/variables/_popovers.scss +483 -515
  57. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +146 -139
  58. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +24 -23
  59. package/src/scss/atlas-custom-properties/variables/_range.scss +215 -220
  60. package/src/scss/atlas-custom-properties/variables/_reorder.scss +82 -82
  61. package/src/scss/atlas-custom-properties/variables/_resizer.scss +27 -16
  62. package/src/scss/atlas-custom-properties/variables/_sheets.scss +275 -275
  63. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -4
  64. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +413 -445
  65. package/src/scss/atlas-custom-properties/variables/_slideout.scss +300 -310
  66. package/src/scss/atlas-custom-properties/variables/_stickers.scss +551 -553
  67. package/src/scss/atlas-custom-properties/variables/_tables.scss +1094 -1079
  68. package/src/scss/atlas-custom-properties/variables/_tbar.scss +491 -557
  69. package/src/scss/atlas-custom-properties/variables/_time.scss +121 -130
  70. package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -43
  71. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +562 -566
  72. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +295 -306
  73. package/src/scss/atlas-custom-properties/variables/_treeview.scss +276 -278
  74. package/src/scss/atlas-custom-properties/variables/_type.scss +186 -185
  75. package/src/scss/atlas-custom-properties/variables/_utilities.scss +705 -788
  76. package/src/scss/atlas-variables.scss +0 -2
  77. package/src/scss/atlas.scss +0 -2
  78. package/src/scss/base-variables.scss +0 -2
  79. package/src/scss/base.scss +0 -2
  80. package/src/scss/cadmin/components/_focus-ring.scss +74 -0
  81. package/src/scss/cadmin/components/_forms.scss +2 -0
  82. package/src/scss/cadmin/components/_menubar.scss +8 -0
  83. package/src/scss/cadmin/components/_resizer.scss +19 -4
  84. package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
  85. package/src/scss/cadmin/variables/_forms.scss +3 -1
  86. package/src/scss/cadmin/variables/_reorder.scss +1 -0
  87. package/src/scss/cadmin/variables/_resizer.scss +16 -3
  88. package/src/scss/cadmin.scss +1 -0
  89. package/src/scss/components/_focus-ring.scss +64 -0
  90. package/src/scss/components/_forms.scss +2 -0
  91. package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
  92. package/src/scss/components/_menubar.scss +8 -0
  93. package/src/scss/components/_resizer.scss +15 -4
  94. package/src/scss/functions/_lx-icons-generated.scss +8 -0
  95. package/src/scss/variables/_breadcrumbs.scss +4 -2
  96. package/src/scss/variables/_forms.scss +2 -0
  97. package/src/scss/variables/_resizer.scss +16 -3
@@ -1,369 +1,367 @@
1
- @if ($enable-atlas-custom-properties) {
2
- $treeview: ();
3
- $treeview: map-merge(
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: 2px 0rem,
57
+ padding-left: 0rem,
58
+ ),
11
59
 
12
- btn: (
13
- color: inherit,
14
- font-size: 12px,
15
- line-height: 1,
16
- padding: 6px 8px,
60
+ treeview-item: (
61
+ word-wrap: break-word,
62
+ ),
17
63
 
18
- c-inner: (
19
- margin: -7px -8px,
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
- btn-monospaced: (
24
- font-size: inherit,
25
- height: 24px,
26
- padding: 0rem,
27
- width: 24px,
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
- focus: (
30
- box-shadow: $component-focus-inset-box-shadow,
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
- custom-control: (
35
- margin-left: 4px,
36
- margin-right: 4px,
37
- margin-top: 1.5px,
38
- ),
93
+ treeview-dropping-indicator-over: (
94
+ background-color: $primary-l0,
95
+ ),
39
96
 
40
- treeview-dragging: (
41
- background-color: $white,
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
- treeview-group: (
54
- display: flex,
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
- treeview-item: (
62
- word-wrap: break-word,
121
+ focus: (
122
+ box-shadow: $component-focus-inset-box-shadow,
123
+ outline: 0,
63
124
  ),
64
125
 
65
- treeview-item-dragging: (
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
- treeview-dropping-indicator-top: (
77
- background-color: transparent,
78
- display: block,
79
- height: 2px,
80
- margin-top: -2px,
81
- outline: none,
82
- width: 100%,
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
- treeview-dropping-indicator-bottom: (
140
+ hover: (
86
141
  background-color: transparent,
87
- display: block,
88
- height: 2px,
89
- margin-bottom: -2px,
90
- outline: none,
91
- width: 100%,
142
+ color: $secondary,
92
143
  ),
93
144
 
94
- treeview-dropping-indicator-over: (
95
- background-color: $primary-l0,
145
+ focus: (
146
+ color: $secondary,
96
147
  ),
97
148
 
98
- treeview-link: (
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
- component-action: (
137
- font-size: 16px,
138
- margin-left: 2px,
139
- margin-right: 2px,
140
-
141
- hover: (
142
- background-color: transparent,
143
- color: $secondary,
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
- component-icon: (
156
- color: $secondary,
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
- component-text: (
170
- line-height: 24px,
171
- padding-left: 4px,
172
- user-select: auto,
173
- ),
168
+ component-text: (
169
+ line-height: 24px,
170
+ padding-left: 4px,
171
+ user-select: auto,
172
+ ),
174
173
 
175
- quick-action-item: (
176
- margin: 0px 2px,
177
- min-height: 0rem,
178
- min-width: 0rem,
179
- ),
174
+ quick-action-item: (
175
+ margin: 0px 2px,
176
+ min-height: 0rem,
177
+ min-width: 0rem,
178
+ ),
180
179
 
181
- autofit-row: (
182
- align-items: center,
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
- $treeview
186
- );
187
-
188
- $treeview-nested-margins: ();
189
- $treeview-nested-margins: map-deep-merge(
190
- (
191
- treeview-group: (
192
- treeview-item: (
193
- margin-left: 24px,
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
- $treeview-show-component-expander-on-hover: ();
201
- $treeview-show-component-expander-on-hover: map-deep-merge(
202
- (
203
- hover: (
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: opacity ease-in-out 600ms,
218
+ transition: none,
207
219
  ),
208
220
  ),
221
+ ),
222
+ ),
223
+ $treeview-show-component-expander-on-hover
224
+ );
209
225
 
210
- component-expander: (
211
- opacity: 0,
212
- transition: opacity ease-in-out 450ms,
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
- treeview-link: (
216
- focus: (
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
- // Variants
244
+ treeview-link: (
245
+ color: $gray-600,
228
246
 
229
- $treeview-light: ();
230
- $treeview-light: map-deep-merge(
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
- btn-secondary: (
241
- background-color: $white,
242
- ),
254
+ hover: (
255
+ box-shadow: inset 0 0 0 1px $secondary-l0,
243
256
  ),
244
257
 
245
- treeview-link: (
246
- color: $gray-600,
258
+ focus: (
259
+ box-shadow: $component-focus-inset-box-shadow,
260
+ ),
247
261
 
248
- treeview-no-hover: (
249
- hover: (
250
- background-color: transparent,
251
- color: $secondary,
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
- hover: (
256
- box-shadow: inset 0 0 0 1px $secondary-l0,
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
- active: (
264
- background-color: $primary-l3,
265
- box-shadow: inset 0 0 0 1px $primary,
266
- color: $dark-l2,
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
- focus: (
278
- box-shadow: $component-focus-inset-box-shadow,
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
- disabled: (
283
- background-color: transparent,
284
- color: unquote('hsl(from #{$gray-600} h s l / 0.5)'),
285
- ),
296
+ $treeview-dark: () !default;
297
+ $treeview-dark: map-deep-merge(
298
+ (
299
+ component-expander: (
300
+ color: $secondary-l1,
286
301
 
287
- show: (
288
- background-color: c-unset,
289
- box-shadow: c-unset,
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
- $treeview-dark: ();
298
- $treeview-dark: map-deep-merge(
299
- (
300
- component-expander: (
301
- color: $secondary-l1,
308
+ treeview-link: (
309
+ color: $secondary-l1,
302
310
 
303
- disabled: (
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
- treeview-link: (
310
- color: $secondary-l1,
318
+ hover: (
319
+ box-shadow: inset 0 0 0 1px $secondary-l0,
320
+ ),
311
321
 
312
- treeview-no-hover: (
313
- hover: (
314
- background-color: transparent,
315
- color: $secondary-l1,
316
- ),
317
- ),
322
+ focus: (
323
+ box-shadow: $component-focus-inset-box-shadow,
324
+ ),
318
325
 
319
- hover: (
320
- box-shadow: inset 0 0 0 1px $secondary-l0,
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
- active: (
328
- background-color: $dark-l2,
329
- box-shadow: inset 0 0 0 1px $primary,
330
- color: $primary-l3,
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
- focus: (
343
- box-shadow: $component-focus-inset-box-shadow,
344
- ),
341
+ focus: (
342
+ box-shadow: $component-focus-inset-box-shadow,
345
343
  ),
344
+ ),
346
345
 
347
- disabled: (
348
- background-color: transparent,
349
- color: unquote('hsl(from #{$secondary-l1} h s l / 0.5)'),
350
- ),
346
+ disabled: (
347
+ background-color: transparent,
348
+ color: unquote('hsl(from #{$secondary-l1} h s l / 0.5)'),
349
+ ),
351
350
 
352
- show: (
353
- background-color: c-unset,
354
- box-shadow: c-unset,
355
- color: c-unset,
356
- ),
351
+ show: (
352
+ background-color: c-unset,
353
+ box-shadow: c-unset,
354
+ color: c-unset,
357
355
  ),
356
+ ),
358
357
 
359
- component-action: (
360
- color: $secondary-l1,
358
+ component-action: (
359
+ color: $secondary-l1,
361
360
 
362
- disabled: (
363
- color: $secondary-l1,
364
- ),
361
+ disabled: (
362
+ color: $secondary-l1,
365
363
  ),
366
364
  ),
367
- $treeview-dark
368
- );
369
- }
365
+ ),
366
+ $treeview-dark
367
+ );