azion-theme 1.5.0 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/package.json +1 -1
- package/src/azion/_variables.scss +76 -79
- package/src/azion/extended-components/_checkbox.scss +0 -9
- package/src/azion/extended-components/_tabmenu.scss +1 -1
- package/src/azion/extended-components/_tabview.scss +1 -1
- package/src/azion/theme-base/_colors.scss +18 -0
- package/src/azion/theme-base/_common.scss +75 -0
- package/src/azion/theme-base/_components.scss +103 -0
- package/src/azion/theme-base/_mixins.scss +250 -0
- package/src/azion/theme-base/components/button/_button.scss +564 -0
- package/src/azion/theme-base/components/button/_speeddial.scss +97 -0
- package/src/azion/theme-base/components/button/_splitbutton.scss +390 -0
- package/src/azion/theme-base/components/data/_carousel.scss +37 -0
- package/src/azion/theme-base/components/data/_datatable.scss +347 -0
- package/src/azion/theme-base/components/data/_dataview.scss +47 -0
- package/src/azion/theme-base/components/data/_filter.scss +138 -0
- package/src/azion/theme-base/components/data/_orderlist.scss +70 -0
- package/src/azion/theme-base/components/data/_organizationchart.scss +50 -0
- package/src/azion/theme-base/components/data/_paginator.scss +92 -0
- package/src/azion/theme-base/components/data/_picklist.scss +70 -0
- package/src/azion/theme-base/components/data/_timeline.scss +38 -0
- package/src/azion/theme-base/components/data/_tree.scss +90 -0
- package/src/azion/theme-base/components/data/_treetable.scss +251 -0
- package/src/azion/theme-base/components/file/_fileupload.scss +82 -0
- package/src/azion/theme-base/components/input/_autocomplete.scss +114 -0
- package/src/azion/theme-base/components/input/_calendar.scss +251 -0
- package/src/azion/theme-base/components/input/_cascadeselect.scss +106 -0
- package/src/azion/theme-base/components/input/_checkbox.scss +86 -0
- package/src/azion/theme-base/components/input/_chips.scss +53 -0
- package/src/azion/theme-base/components/input/_colorpicker.scss +18 -0
- package/src/azion/theme-base/components/input/_dropdown.scss +147 -0
- package/src/azion/theme-base/components/input/_editor.scss +122 -0
- package/src/azion/theme-base/components/input/_inputgroup.scss +74 -0
- package/src/azion/theme-base/components/input/_inputnumber.scss +5 -0
- package/src/azion/theme-base/components/input/_inputswitch.scss +62 -0
- package/src/azion/theme-base/components/input/_inputtext.scss +100 -0
- package/src/azion/theme-base/components/input/_listbox.scss +89 -0
- package/src/azion/theme-base/components/input/_multiselect.scss +166 -0
- package/src/azion/theme-base/components/input/_password.scss +33 -0
- package/src/azion/theme-base/components/input/_radiobutton.scss +78 -0
- package/src/azion/theme-base/components/input/_rating.scss +60 -0
- package/src/azion/theme-base/components/input/_selectbutton.scss +50 -0
- package/src/azion/theme-base/components/input/_slider.scss +49 -0
- package/src/azion/theme-base/components/input/_togglebutton.scss +52 -0
- package/src/azion/theme-base/components/input/_treeselect.scss +91 -0
- package/src/azion/theme-base/components/menu/_breadcrumb.scss +42 -0
- package/src/azion/theme-base/components/menu/_contextmenu.scss +39 -0
- package/src/azion/theme-base/components/menu/_dock.scss +95 -0
- package/src/azion/theme-base/components/menu/_megamenu.scss +55 -0
- package/src/azion/theme-base/components/menu/_menu.scss +33 -0
- package/src/azion/theme-base/components/menu/_menubar.scss +141 -0
- package/src/azion/theme-base/components/menu/_panelmenu.scss +153 -0
- package/src/azion/theme-base/components/menu/_steps.scss +56 -0
- package/src/azion/theme-base/components/menu/_tabmenu.scss +49 -0
- package/src/azion/theme-base/components/menu/_tieredmenu.scss +43 -0
- package/src/azion/theme-base/components/messages/_inlinemessage.scss +64 -0
- package/src/azion/theme-base/components/messages/_message.scss +100 -0
- package/src/azion/theme-base/components/messages/_toast.scss +100 -0
- package/src/azion/theme-base/components/misc/_avatar.scss +30 -0
- package/src/azion/theme-base/components/misc/_badge.scss +48 -0
- package/src/azion/theme-base/components/misc/_blockui.scss +0 -0
- package/src/azion/theme-base/components/misc/_chip.scss +39 -0
- package/src/azion/theme-base/components/misc/_inplace.scss +17 -0
- package/src/azion/theme-base/components/misc/_progressbar.scss +17 -0
- package/src/azion/theme-base/components/misc/_progressspinner.scss +49 -0
- package/src/azion/theme-base/components/misc/_scrolltop.scss +25 -0
- package/src/azion/theme-base/components/misc/_skeleton.scss +8 -0
- package/src/azion/theme-base/components/misc/_tag.scss +40 -0
- package/src/azion/theme-base/components/misc/_terminal.scss +12 -0
- package/src/azion/theme-base/components/multimedia/_galleria.scss +151 -0
- package/src/azion/theme-base/components/multimedia/_image.scss +54 -0
- package/src/azion/theme-base/components/overlay/_confirmpopup.scss +72 -0
- package/src/azion/theme-base/components/overlay/_dialog.scss +64 -0
- package/src/azion/theme-base/components/overlay/_overlaypanel.scss +64 -0
- package/src/azion/theme-base/components/overlay/_sidebar.scss +23 -0
- package/src/azion/theme-base/components/overlay/_tooltip.scss +33 -0
- package/src/azion/theme-base/components/panel/_accordion.scss +118 -0
- package/src/azion/theme-base/components/panel/_card.scss +30 -0
- package/src/azion/theme-base/components/panel/_divider.scss +31 -0
- package/src/azion/theme-base/components/panel/_fieldset.scss +51 -0
- package/src/azion/theme-base/components/panel/_panel.scss +47 -0
- package/src/azion/theme-base/components/panel/_scrollpanel.scss +11 -0
- package/src/azion/theme-base/components/panel/_splitter.scss +24 -0
- package/src/azion/theme-base/components/panel/_tabview.scss +66 -0
- package/src/azion/theme-base/components/panel/_toolbar.scss +11 -0
- package/src/azion/theme.scss +1 -1
- package/src/azion/variables/_button.scss +12 -12
- package/src/azion/variables/_data.scss +7 -7
- package/src/azion/variables/_form.scss +24 -24
- package/src/azion/variables/_general.scss +1 -1
- package/src/azion/variables/_menu.scss +4 -4
- package/src/azion/variables/_misc.scss +1 -1
- package/src/azion/variables/_overlay.scss +1 -1
- package/src/azion/variables/_panel.scss +3 -3
|
@@ -16,7 +16,7 @@ $buttonBg: #f3652b;
|
|
|
16
16
|
|
|
17
17
|
/// Text color of a button
|
|
18
18
|
/// @group button
|
|
19
|
-
$buttonTextColor:
|
|
19
|
+
$buttonTextColor: var(--primary-text-color);
|
|
20
20
|
|
|
21
21
|
/// Border of a button
|
|
22
22
|
/// @group button
|
|
@@ -28,7 +28,7 @@ $buttonHoverBg: #f5793f;
|
|
|
28
28
|
|
|
29
29
|
/// Text color of a button in hover state
|
|
30
30
|
/// @group button
|
|
31
|
-
$buttonTextHoverColor:
|
|
31
|
+
$buttonTextHoverColor: var(--primary-text-color);
|
|
32
32
|
|
|
33
33
|
/// Border color of a button in hover state
|
|
34
34
|
/// @group button
|
|
@@ -40,7 +40,7 @@ $buttonActiveBg: #eb6f3f;
|
|
|
40
40
|
|
|
41
41
|
/// Color of a button in pressed state
|
|
42
42
|
/// @group button
|
|
43
|
-
$buttonTextActiveColor:
|
|
43
|
+
$buttonTextActiveColor: var(--primary-text-color);
|
|
44
44
|
|
|
45
45
|
/// Border color of a button in pressed state
|
|
46
46
|
/// @group button
|
|
@@ -95,7 +95,7 @@ $secondaryButtonBorder: 1px solid var(--secondary-button-bg);
|
|
|
95
95
|
|
|
96
96
|
/// Background of a secondary button in hover state
|
|
97
97
|
/// @group button
|
|
98
|
-
$secondaryButtonHoverBg: var(--secondary-button-
|
|
98
|
+
$secondaryButtonHoverBg: var(--secondary-button-hover-bg);
|
|
99
99
|
|
|
100
100
|
/// Text color of a secondary button in hover state
|
|
101
101
|
/// @group button
|
|
@@ -371,35 +371,35 @@ $toggleButtonIconHoverColor: $textSecondaryColor;
|
|
|
371
371
|
|
|
372
372
|
/// Background of a toggle button in selected state
|
|
373
373
|
/// @group button
|
|
374
|
-
$toggleButtonActiveBg:
|
|
374
|
+
$toggleButtonActiveBg: var(--primary-color);
|
|
375
375
|
|
|
376
376
|
/// Border color of a toggle button in selected state
|
|
377
377
|
/// @group button
|
|
378
|
-
$toggleButtonActiveBorderColor:
|
|
378
|
+
$toggleButtonActiveBorderColor: var(--primary-color);
|
|
379
379
|
|
|
380
380
|
/// Text color of a toggle button in selected state
|
|
381
381
|
/// @group button
|
|
382
|
-
$toggleButtonTextActiveColor:
|
|
382
|
+
$toggleButtonTextActiveColor: var(--primary-text-color);
|
|
383
383
|
|
|
384
384
|
/// Icon color of a toggle button in selected state
|
|
385
385
|
/// @group button
|
|
386
|
-
$toggleButtonIconActiveColor:
|
|
386
|
+
$toggleButtonIconActiveColor: var(--primary-text-color);
|
|
387
387
|
|
|
388
388
|
/// Hover background of a toggle button in selected state
|
|
389
389
|
/// @group button
|
|
390
|
-
$toggleButtonActiveHoverBg:
|
|
390
|
+
$toggleButtonActiveHoverBg: var(--primary-dark-color);
|
|
391
391
|
|
|
392
392
|
/// Hover border color of a toggle button in selected state
|
|
393
393
|
/// @group button
|
|
394
|
-
$toggleButtonActiveHoverBorderColor:
|
|
394
|
+
$toggleButtonActiveHoverBorderColor: var(--primary-dark-color);
|
|
395
395
|
|
|
396
396
|
/// Hover text color of a toggle button in selected state
|
|
397
397
|
/// @group button
|
|
398
|
-
$toggleButtonTextActiveHoverColor:
|
|
398
|
+
$toggleButtonTextActiveHoverColor: var(--primary-text-color);
|
|
399
399
|
|
|
400
400
|
/// Hover icon of a toggle button in selected state
|
|
401
401
|
/// @group button
|
|
402
|
-
$toggleButtonIconActiveHoverColor:
|
|
402
|
+
$toggleButtonIconActiveHoverColor: var(--primary-text-color);
|
|
403
403
|
|
|
404
404
|
/// Width of the speed dial button
|
|
405
405
|
/// @group button
|
|
@@ -132,7 +132,7 @@ $tableHeaderCellHighlightBg: var(--table-header-cell-highlight-bg);
|
|
|
132
132
|
|
|
133
133
|
/// Text color of a table header cell in sorted state
|
|
134
134
|
/// @group data
|
|
135
|
-
$tableHeaderCellHighlightTextColor:
|
|
135
|
+
$tableHeaderCellHighlightTextColor: var(--primary-color);
|
|
136
136
|
|
|
137
137
|
/// Hover background of a table header cell in sorted state
|
|
138
138
|
/// @group data
|
|
@@ -140,7 +140,7 @@ $tableHeaderCellHighlightHoverBg: var(--table-cell-highlight-hover-bg);
|
|
|
140
140
|
|
|
141
141
|
/// Hover text color of a table header cell in sorted state
|
|
142
142
|
/// @group data
|
|
143
|
-
$tableHeaderCellHighlightTextHoverColor:
|
|
143
|
+
$tableHeaderCellHighlightTextHoverColor: var(--primary-color);
|
|
144
144
|
|
|
145
145
|
/// Size of a multiple column sorting order indicator
|
|
146
146
|
/// @group data
|
|
@@ -207,7 +207,7 @@ $tableFooterCellBorderWidth: 0 0 1px 0;
|
|
|
207
207
|
|
|
208
208
|
/// Backgground of a table column resize indicator bar
|
|
209
209
|
/// @group data
|
|
210
|
-
$tableResizerHelperBg:
|
|
210
|
+
$tableResizerHelperBg: var(--primary-color);
|
|
211
211
|
|
|
212
212
|
/// Border of a table footer
|
|
213
213
|
/// @group data
|
|
@@ -271,19 +271,19 @@ $dataViewListItemBorderWidth: 0 0 1px 0;
|
|
|
271
271
|
|
|
272
272
|
/// Background of a full calendar event
|
|
273
273
|
/// @group data
|
|
274
|
-
$fullCalendarEventBg:
|
|
274
|
+
$fullCalendarEventBg: var(--primary-dark-color);
|
|
275
275
|
|
|
276
276
|
/// Border color of a full calendar event
|
|
277
277
|
/// @group data
|
|
278
|
-
$fullCalendarEventBorderColor:
|
|
278
|
+
$fullCalendarEventBorderColor: var(--primary-dark-color);
|
|
279
279
|
|
|
280
280
|
/// Border of a full calendar event
|
|
281
281
|
/// @group data
|
|
282
|
-
$fullCalendarEventBorder: 1px solid
|
|
282
|
+
$fullCalendarEventBorder: 1px solid var(--primary-dark-color);
|
|
283
283
|
|
|
284
284
|
/// Text color of a full calendar event
|
|
285
285
|
/// @group data
|
|
286
|
-
$fullCalendarEventTextColor:
|
|
286
|
+
$fullCalendarEventTextColor: var(--primary-text-color);
|
|
287
287
|
|
|
288
288
|
/// Padding of a tree
|
|
289
289
|
/// @group data
|
|
@@ -92,7 +92,7 @@ $inputListItemTextColor: $textColor;
|
|
|
92
92
|
|
|
93
93
|
/// Hover state background for an individual itrem of an input list
|
|
94
94
|
/// @group form
|
|
95
|
-
$inputListItemHoverBg:
|
|
95
|
+
$inputListItemHoverBg: var(--dropdown-hover-bg);
|
|
96
96
|
|
|
97
97
|
/// Hover state text color for an individual itrem of an input list
|
|
98
98
|
/// @group form
|
|
@@ -100,7 +100,7 @@ $inputListItemTextHoverColor: $textColor;
|
|
|
100
100
|
|
|
101
101
|
/// Focus state background for an individual itrem of an input list
|
|
102
102
|
/// @group form
|
|
103
|
-
$inputListItemFocusBg:
|
|
103
|
+
$inputListItemFocusBg: var(--highlight-focus-bg);
|
|
104
104
|
|
|
105
105
|
/// Focus state text color for an individual itrem of an input list
|
|
106
106
|
/// @group form
|
|
@@ -176,27 +176,27 @@ $checkboxIconFontSize: 14px;
|
|
|
176
176
|
|
|
177
177
|
/// Border color of a selected checkbox
|
|
178
178
|
/// @group form
|
|
179
|
-
$checkboxActiveBorderColor:
|
|
179
|
+
$checkboxActiveBorderColor: var(--primary-color);
|
|
180
180
|
|
|
181
181
|
/// Background of a selected checkbox
|
|
182
182
|
/// @group form
|
|
183
|
-
$checkboxActiveBg:
|
|
183
|
+
$checkboxActiveBg: var(--primary-color);
|
|
184
184
|
|
|
185
185
|
/// Icon color of a selected checkbox
|
|
186
186
|
/// @group form
|
|
187
|
-
$checkboxIconActiveColor:
|
|
187
|
+
$checkboxIconActiveColor: var(--primary-text-color);
|
|
188
188
|
|
|
189
189
|
/// Background of a selected checkbox in hover state
|
|
190
190
|
/// @group form
|
|
191
|
-
$checkboxActiveHoverBg:
|
|
191
|
+
$checkboxActiveHoverBg: var(--primary-darker-color);
|
|
192
192
|
|
|
193
193
|
/// Icon color of a selected checkbox in hover state
|
|
194
194
|
/// @group form
|
|
195
|
-
$checkboxIconActiveHoverColor:
|
|
195
|
+
$checkboxIconActiveHoverColor: var(--primary-text-color);
|
|
196
196
|
|
|
197
197
|
/// Border color of a selected checkbox in hover state
|
|
198
198
|
/// @group form
|
|
199
|
-
$checkboxActiveHoverBorderColor:
|
|
199
|
+
$checkboxActiveHoverBorderColor: var(--primary-darker-color);
|
|
200
200
|
|
|
201
201
|
/// Width of a radiobutton
|
|
202
202
|
/// @group form
|
|
@@ -224,19 +224,19 @@ $radiobuttonActiveBg: #f3652b;
|
|
|
224
224
|
|
|
225
225
|
/// Icon color of a selected radiobutton
|
|
226
226
|
/// @group form
|
|
227
|
-
$radiobuttonIconActiveColor:
|
|
227
|
+
$radiobuttonIconActiveColor: var(--primary-text-color);
|
|
228
228
|
|
|
229
229
|
/// Background of a selected radiobutton in hover state
|
|
230
230
|
/// @group form
|
|
231
|
-
$radiobuttonActiveHoverBg:
|
|
231
|
+
$radiobuttonActiveHoverBg: var(--primary-darker-color);
|
|
232
232
|
|
|
233
233
|
/// Icon color of a selected radiobutton in hover state
|
|
234
234
|
/// @group form
|
|
235
|
-
$radiobuttonIconActiveHoverColor:
|
|
235
|
+
$radiobuttonIconActiveHoverColor: var(--primary-text-color);
|
|
236
236
|
|
|
237
237
|
/// Border color of a selected radiobutton in hover state
|
|
238
238
|
/// @group form
|
|
239
|
-
$radiobuttonActiveHoverBorderColor:
|
|
239
|
+
$radiobuttonActiveHoverBorderColor: var(--primary-darker-color);
|
|
240
240
|
|
|
241
241
|
/// Width of a color picker preview element
|
|
242
242
|
/// @group form
|
|
@@ -276,11 +276,11 @@ $ratingStarIconOffColor: $textColor;
|
|
|
276
276
|
|
|
277
277
|
/// Icon color for the star icon of a rating in selected state
|
|
278
278
|
/// @group form
|
|
279
|
-
$ratingStarIconOnColor:
|
|
279
|
+
$ratingStarIconOnColor: var(--primary-color);
|
|
280
280
|
|
|
281
281
|
/// Icon color for the star icon of a rating in hover state
|
|
282
282
|
/// @group form
|
|
283
|
-
$ratingStarIconHoverColor:
|
|
283
|
+
$ratingStarIconHoverColor: var(--primary-color);
|
|
284
284
|
|
|
285
285
|
/// Background of a slider
|
|
286
286
|
/// @group form
|
|
@@ -312,7 +312,7 @@ $sliderHandleBg: #ffffff;
|
|
|
312
312
|
|
|
313
313
|
/// Border of a slider handle
|
|
314
314
|
/// @group form
|
|
315
|
-
$sliderHandleBorder: 2px solid
|
|
315
|
+
$sliderHandleBorder: 2px solid var(--primary-color);
|
|
316
316
|
|
|
317
317
|
/// Border radius of a slider handle
|
|
318
318
|
/// @group form
|
|
@@ -320,15 +320,15 @@ $sliderHandleBorderRadius: 50%;
|
|
|
320
320
|
|
|
321
321
|
/// Border of a slider handle in hover state
|
|
322
322
|
/// @group form
|
|
323
|
-
$sliderHandleHoverBorderColor:
|
|
323
|
+
$sliderHandleHoverBorderColor: var(--primary-color);
|
|
324
324
|
|
|
325
325
|
/// Background of a slider handle in hover state
|
|
326
326
|
/// @group form
|
|
327
|
-
$sliderHandleHoverBg:
|
|
327
|
+
$sliderHandleHoverBg: var(--primary-color);
|
|
328
328
|
|
|
329
329
|
/// Background color of a range slider
|
|
330
330
|
/// @group form
|
|
331
|
-
$sliderRangeBg:
|
|
331
|
+
$sliderRangeBg: var(--primary-color);
|
|
332
332
|
|
|
333
333
|
/// Margin of a calendar table
|
|
334
334
|
/// @group form
|
|
@@ -388,7 +388,7 @@ $calendarHeaderCellPadding: 0.5rem;
|
|
|
388
388
|
|
|
389
389
|
/// Text color of current month and year text in hover state
|
|
390
390
|
/// @group form
|
|
391
|
-
$calendarMonthYearHeaderHoverTextColor:
|
|
391
|
+
$calendarMonthYearHeaderHoverTextColor: var(--primary-color) !default;
|
|
392
392
|
|
|
393
393
|
/// Padding of a calendar date cell
|
|
394
394
|
/// @group form
|
|
@@ -412,7 +412,7 @@ $calendarCellDateBorder: 1px solid transparent;
|
|
|
412
412
|
|
|
413
413
|
/// Background of a calendar date cell in hover state
|
|
414
414
|
/// @group form
|
|
415
|
-
$calendarCellDateHoverBg:
|
|
415
|
+
$calendarCellDateHoverBg: var(--surface-hover);
|
|
416
416
|
|
|
417
417
|
/// Background of a calendar date cell indicating today
|
|
418
418
|
/// @group form
|
|
@@ -492,11 +492,11 @@ $inputSwitchSliderOffHoverBg: var(--input-switch-slider-off-hover-bg);
|
|
|
492
492
|
|
|
493
493
|
/// Background color of an inputswitch slider when selected
|
|
494
494
|
/// @group form
|
|
495
|
-
$inputSwitchSliderOnBg:
|
|
495
|
+
$inputSwitchSliderOnBg: var(--primary-color);
|
|
496
496
|
|
|
497
497
|
/// Hover background color of an inputswitch slider when selected
|
|
498
498
|
/// @group form
|
|
499
|
-
$inputSwitchSliderOnHoverBg:
|
|
499
|
+
$inputSwitchSliderOnHoverBg: var(--primary-dark-color);
|
|
500
500
|
|
|
501
501
|
/// Background color of an inputswitch handle when selected
|
|
502
502
|
/// @group form
|
|
@@ -511,7 +511,7 @@ $fileUploadProgressBarHeight: 0.25rem;
|
|
|
511
511
|
$fileUploadContentPadding: 2rem 1rem;
|
|
512
512
|
|
|
513
513
|
/// Border of the fileupload content section
|
|
514
|
-
$fileUploadContentHoverBorder: 1px dashed
|
|
514
|
+
$fileUploadContentHoverBorder: 1px dashed var(--primary-color) !default;
|
|
515
515
|
|
|
516
516
|
/// Border of the fileupload content item section
|
|
517
517
|
/// @group form
|
|
@@ -543,7 +543,7 @@ $editorToolbarIconHoverColor: #495057;
|
|
|
543
543
|
|
|
544
544
|
/// Icon color of an editor toolbar in active state
|
|
545
545
|
/// @group form
|
|
546
|
-
$editorIconActiveColor:
|
|
546
|
+
$editorIconActiveColor: var(--primary-color);
|
|
547
547
|
|
|
548
548
|
/// Border of an editor content
|
|
549
549
|
/// @group form
|
|
@@ -76,7 +76,7 @@ $menuitemIconHoverColor: $textColor;
|
|
|
76
76
|
|
|
77
77
|
/// Background of a menuitem in hover state
|
|
78
78
|
/// @group menu
|
|
79
|
-
$menuitemHoverBg:
|
|
79
|
+
$menuitemHoverBg: var(--surface-hover);
|
|
80
80
|
|
|
81
81
|
/// Text color of a menuitem in focus state
|
|
82
82
|
/// @group menu
|
|
@@ -88,7 +88,7 @@ $menuitemIconFocusColor: $textColor;
|
|
|
88
88
|
|
|
89
89
|
/// Background of a menuitem in focus state
|
|
90
90
|
/// @group menu
|
|
91
|
-
$menuitemFocusBg:
|
|
91
|
+
$menuitemFocusBg: var(--surface-hover);
|
|
92
92
|
|
|
93
93
|
/// Text color of a menuitem in active state
|
|
94
94
|
/// @group menu
|
|
@@ -100,11 +100,11 @@ $menuitemIconActiveColor: $textSecondaryColor;
|
|
|
100
100
|
|
|
101
101
|
/// Background of a menuitem in active state
|
|
102
102
|
/// @group menu
|
|
103
|
-
$menuitemActiveBg:
|
|
103
|
+
$menuitemActiveBg: var(--surface-hover);
|
|
104
104
|
|
|
105
105
|
/// Background of a menuitem in active and focus states
|
|
106
106
|
/// @group menu
|
|
107
|
-
$menuitemActiveFocusBg:
|
|
107
|
+
$menuitemActiveFocusBg: var(--surface-hover);
|
|
108
108
|
|
|
109
109
|
/// Font size of an icon indicating the item has a submenu
|
|
110
110
|
/// @group menu
|
|
@@ -56,7 +56,7 @@ $progressBarValueBg: var(--progress-bar-value-bg);
|
|
|
56
56
|
|
|
57
57
|
/// Text color of a progress bar value
|
|
58
58
|
/// @group misc
|
|
59
|
-
$progressBarValueTextColor:
|
|
59
|
+
$progressBarValueTextColor: var(--primary-text-color);
|
|
60
60
|
|
|
61
61
|
/// Stroke color of a progress spinner
|
|
62
62
|
/// @group misc
|
|
@@ -4,7 +4,7 @@ $overlayContentBorder: 0 none;
|
|
|
4
4
|
|
|
5
5
|
/// Background of an overlay container element such as dialog or overlaypanel
|
|
6
6
|
/// @group overlay
|
|
7
|
-
$overlayContentBg:
|
|
7
|
+
$overlayContentBg: var(--overlay-content-bg);
|
|
8
8
|
|
|
9
9
|
/// Box shadow of an overlay container element such as dialog or overlaypanel
|
|
10
10
|
/// @group overlay
|
|
@@ -216,15 +216,15 @@ $tabviewHeaderTextHoverColor: $textColor;
|
|
|
216
216
|
|
|
217
217
|
/// Background of a tabview header in selected state
|
|
218
218
|
/// @group panel
|
|
219
|
-
$tabviewHeaderActiveBg:
|
|
219
|
+
$tabviewHeaderActiveBg: var(--tabview-header-active-bg);
|
|
220
220
|
|
|
221
221
|
/// Border of a tabview header in selected state
|
|
222
222
|
/// @group panel
|
|
223
|
-
$tabviewHeaderActiveBorderColor:
|
|
223
|
+
$tabviewHeaderActiveBorderColor: var(--primary-color);
|
|
224
224
|
|
|
225
225
|
/// Text color of a tabview header in selected state
|
|
226
226
|
/// @group panel
|
|
227
|
-
$tabviewHeaderTextActiveColor:
|
|
227
|
+
$tabviewHeaderTextActiveColor: var(--primary-text-color);
|
|
228
228
|
|
|
229
229
|
/// Border for content section of a tabview tab
|
|
230
230
|
/// @group panel
|