@festo-ui/web-essentials 7.0.0-dev.302 → 7.0.0-dev.310
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/festo-web-essentials.css +161 -193
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +2 -2
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.css +5 -5
- package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +3 -3
- package/dist/css/themes/flatpickr/festo.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +2 -2
- package/dist/css/themes/flatpickr/festo.min.css.map +1 -1
- package/dist/scss/_bottom-navigation.scss +2 -2
- package/dist/scss/_breadcrumb.scss +1 -1
- package/dist/scss/_button.scss +17 -17
- package/dist/scss/_checkbox.scss +5 -5
- package/dist/scss/_chips.scss +4 -4
- package/dist/scss/_list.scss +2 -2
- package/dist/scss/_navbar-menu.scss +4 -4
- package/dist/scss/_pagination.scss +2 -2
- package/dist/scss/_radio.scss +2 -2
- package/dist/scss/_root.scss +25 -48
- package/dist/scss/_scroll.scss +2 -2
- package/dist/scss/_search-input.scss +2 -2
- package/dist/scss/_segment.scss +6 -6
- package/dist/scss/_snackbar.scss +5 -5
- package/dist/scss/_stepper-horizontal.scss +2 -2
- package/dist/scss/_stepper-vertical.scss +2 -2
- package/dist/scss/_switch.scss +4 -4
- package/dist/scss/_text-link.scss +1 -1
- package/dist/scss/_tree.scss +7 -7
- package/dist/scss/_variables.scss +33 -54
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/organisms/_footer.scss +5 -5
- package/dist/scss/themes/flatpickr/festo.scss +3 -3
- package/package.json +1 -1
- package/scss/_bottom-navigation.scss +2 -2
- package/scss/_breadcrumb.scss +1 -1
- package/scss/_button.scss +17 -17
- package/scss/_checkbox.scss +5 -5
- package/scss/_chips.scss +4 -4
- package/scss/_list.scss +2 -2
- package/scss/_navbar-menu.scss +4 -4
- package/scss/_pagination.scss +2 -2
- package/scss/_radio.scss +2 -2
- package/scss/_root.scss +25 -48
- package/scss/_scroll.scss +2 -2
- package/scss/_search-input.scss +2 -2
- package/scss/_segment.scss +6 -6
- package/scss/_snackbar.scss +5 -5
- package/scss/_stepper-horizontal.scss +2 -2
- package/scss/_stepper-vertical.scss +2 -2
- package/scss/_switch.scss +4 -4
- package/scss/_text-link.scss +1 -1
- package/scss/_tree.scss +7 -7
- package/scss/_variables.scss +33 -54
- package/scss/organisms/_footer.scss +5 -5
- package/scss/themes/flatpickr/festo.scss +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v7.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v7.0.0-dev.310 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -2193,44 +2193,12 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, .fwe-chip.fwe-chip-lg i
|
|
|
2193
2193
|
background-color: var(--fwe-gray-400) !important;
|
|
2194
2194
|
}
|
|
2195
2195
|
|
|
2196
|
-
.fwe-color-
|
|
2197
|
-
color: var(--fwe-
|
|
2196
|
+
.fwe-color-hero-gray {
|
|
2197
|
+
color: var(--fwe-hero-gray) !important;
|
|
2198
2198
|
}
|
|
2199
2199
|
|
|
2200
|
-
.fwe-bg-
|
|
2201
|
-
background-color: var(--fwe-
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
.fwe-color-icon-white {
|
|
2205
|
-
color: var(--fwe-icon-white) !important;
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
.fwe-bg-icon-white {
|
|
2209
|
-
background-color: var(--fwe-icon-white) !important;
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
.fwe-color-icon-gray {
|
|
2213
|
-
color: var(--fwe-icon-gray) !important;
|
|
2214
|
-
}
|
|
2215
|
-
|
|
2216
|
-
.fwe-bg-icon-gray {
|
|
2217
|
-
background-color: var(--fwe-icon-gray) !important;
|
|
2218
|
-
}
|
|
2219
|
-
|
|
2220
|
-
.fwe-color-icon-hero {
|
|
2221
|
-
color: var(--fwe-icon-hero) !important;
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
.fwe-bg-icon-hero {
|
|
2225
|
-
background-color: var(--fwe-icon-hero) !important;
|
|
2226
|
-
}
|
|
2227
|
-
|
|
2228
|
-
.fwe-color-icon-hero-light {
|
|
2229
|
-
color: var(--fwe-icon-hero-light) !important;
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
.fwe-bg-icon-hero-light {
|
|
2233
|
-
background-color: var(--fwe-icon-hero-light) !important;
|
|
2200
|
+
.fwe-bg-hero-gray {
|
|
2201
|
+
background-color: var(--fwe-hero-gray) !important;
|
|
2234
2202
|
}
|
|
2235
2203
|
|
|
2236
2204
|
.fwe-color-green {
|
|
@@ -2265,36 +2233,52 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, .fwe-chip.fwe-chip-lg i
|
|
|
2265
2233
|
background-color: var(--fwe-red) !important;
|
|
2266
2234
|
}
|
|
2267
2235
|
|
|
2268
|
-
.fwe-color-green-
|
|
2269
|
-
color: var(--fwe-green-
|
|
2236
|
+
.fwe-color-green-hover {
|
|
2237
|
+
color: var(--fwe-green-hover) !important;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
.fwe-bg-green-hover {
|
|
2241
|
+
background-color: var(--fwe-green-hover) !important;
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
.fwe-color-yellow-hover {
|
|
2245
|
+
color: var(--fwe-yellow-hover) !important;
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
.fwe-bg-yellow-hover {
|
|
2249
|
+
background-color: var(--fwe-yellow-hover) !important;
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
.fwe-color-orange-hover {
|
|
2253
|
+
color: var(--fwe-orange-hover) !important;
|
|
2270
2254
|
}
|
|
2271
2255
|
|
|
2272
|
-
.fwe-bg-
|
|
2273
|
-
background-color: var(--fwe-
|
|
2256
|
+
.fwe-bg-orange-hover {
|
|
2257
|
+
background-color: var(--fwe-orange-hover) !important;
|
|
2274
2258
|
}
|
|
2275
2259
|
|
|
2276
|
-
.fwe-color-
|
|
2277
|
-
color: var(--fwe-
|
|
2260
|
+
.fwe-color-red-hover {
|
|
2261
|
+
color: var(--fwe-red-hover) !important;
|
|
2278
2262
|
}
|
|
2279
2263
|
|
|
2280
|
-
.fwe-bg-
|
|
2281
|
-
background-color: var(--fwe-
|
|
2264
|
+
.fwe-bg-red-hover {
|
|
2265
|
+
background-color: var(--fwe-red-hover) !important;
|
|
2282
2266
|
}
|
|
2283
2267
|
|
|
2284
|
-
.fwe-color-orange-
|
|
2285
|
-
color: var(--fwe-orange-
|
|
2268
|
+
.fwe-color-orange-active {
|
|
2269
|
+
color: var(--fwe-orange-active) !important;
|
|
2286
2270
|
}
|
|
2287
2271
|
|
|
2288
|
-
.fwe-bg-orange-
|
|
2289
|
-
background-color: var(--fwe-orange-
|
|
2272
|
+
.fwe-bg-orange-active {
|
|
2273
|
+
background-color: var(--fwe-orange-active) !important;
|
|
2290
2274
|
}
|
|
2291
2275
|
|
|
2292
|
-
.fwe-color-red-
|
|
2293
|
-
color: var(--fwe-red-
|
|
2276
|
+
.fwe-color-red-active {
|
|
2277
|
+
color: var(--fwe-red-active) !important;
|
|
2294
2278
|
}
|
|
2295
2279
|
|
|
2296
|
-
.fwe-bg-red-
|
|
2297
|
-
background-color: var(--fwe-red-
|
|
2280
|
+
.fwe-bg-red-active {
|
|
2281
|
+
background-color: var(--fwe-red-active) !important;
|
|
2298
2282
|
}
|
|
2299
2283
|
|
|
2300
2284
|
.fwe-color-text {
|
|
@@ -2329,20 +2313,20 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, .fwe-chip.fwe-chip-lg i
|
|
|
2329
2313
|
background-color: var(--fwe-hero) !important;
|
|
2330
2314
|
}
|
|
2331
2315
|
|
|
2332
|
-
.fwe-color-hero-
|
|
2333
|
-
color: var(--fwe-hero-
|
|
2316
|
+
.fwe-color-hero-hover {
|
|
2317
|
+
color: var(--fwe-hero-hover) !important;
|
|
2334
2318
|
}
|
|
2335
2319
|
|
|
2336
|
-
.fwe-bg-hero-
|
|
2337
|
-
background-color: var(--fwe-hero-
|
|
2320
|
+
.fwe-bg-hero-hover {
|
|
2321
|
+
background-color: var(--fwe-hero-hover) !important;
|
|
2338
2322
|
}
|
|
2339
2323
|
|
|
2340
|
-
.fwe-color-hero-
|
|
2341
|
-
color: var(--fwe-hero-
|
|
2324
|
+
.fwe-color-hero-active {
|
|
2325
|
+
color: var(--fwe-hero-active) !important;
|
|
2342
2326
|
}
|
|
2343
2327
|
|
|
2344
|
-
.fwe-bg-hero-
|
|
2345
|
-
background-color: var(--fwe-hero-
|
|
2328
|
+
.fwe-bg-hero-active {
|
|
2329
|
+
background-color: var(--fwe-hero-active) !important;
|
|
2346
2330
|
}
|
|
2347
2331
|
|
|
2348
2332
|
.fwe-color-control {
|
|
@@ -2353,20 +2337,20 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, .fwe-chip.fwe-chip-lg i
|
|
|
2353
2337
|
background-color: var(--fwe-control) !important;
|
|
2354
2338
|
}
|
|
2355
2339
|
|
|
2356
|
-
.fwe-color-control-
|
|
2357
|
-
color: var(--fwe-control-
|
|
2340
|
+
.fwe-color-control-hover {
|
|
2341
|
+
color: var(--fwe-control-hover) !important;
|
|
2358
2342
|
}
|
|
2359
2343
|
|
|
2360
|
-
.fwe-bg-control-
|
|
2361
|
-
background-color: var(--fwe-control-
|
|
2344
|
+
.fwe-bg-control-hover {
|
|
2345
|
+
background-color: var(--fwe-control-hover) !important;
|
|
2362
2346
|
}
|
|
2363
2347
|
|
|
2364
|
-
.fwe-color-control-
|
|
2365
|
-
color: var(--fwe-control-
|
|
2348
|
+
.fwe-color-control-active {
|
|
2349
|
+
color: var(--fwe-control-active) !important;
|
|
2366
2350
|
}
|
|
2367
2351
|
|
|
2368
|
-
.fwe-bg-control-
|
|
2369
|
-
background-color: var(--fwe-control-
|
|
2352
|
+
.fwe-bg-control-active {
|
|
2353
|
+
background-color: var(--fwe-control-active) !important;
|
|
2370
2354
|
}
|
|
2371
2355
|
|
|
2372
2356
|
.fwe-color-control-disabled {
|
|
@@ -2385,20 +2369,20 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, .fwe-chip.fwe-chip-lg i
|
|
|
2385
2369
|
background-color: var(--fwe-control) !important;
|
|
2386
2370
|
}
|
|
2387
2371
|
|
|
2388
|
-
.fwe-color-control-border-
|
|
2389
|
-
color: var(--fwe-control-
|
|
2372
|
+
.fwe-color-control-border-hover {
|
|
2373
|
+
color: var(--fwe-control-hover) !important;
|
|
2390
2374
|
}
|
|
2391
2375
|
|
|
2392
|
-
.fwe-bg-control-border-
|
|
2393
|
-
background-color: var(--fwe-control-
|
|
2376
|
+
.fwe-bg-control-border-hover {
|
|
2377
|
+
background-color: var(--fwe-control-hover) !important;
|
|
2394
2378
|
}
|
|
2395
2379
|
|
|
2396
|
-
.fwe-color-control-border-
|
|
2397
|
-
color: var(--fwe-control-
|
|
2380
|
+
.fwe-color-control-border-active {
|
|
2381
|
+
color: var(--fwe-control-active) !important;
|
|
2398
2382
|
}
|
|
2399
2383
|
|
|
2400
|
-
.fwe-bg-control-border-
|
|
2401
|
-
background-color: var(--fwe-control-
|
|
2384
|
+
.fwe-bg-control-border-active {
|
|
2385
|
+
background-color: var(--fwe-control-active) !important;
|
|
2402
2386
|
}
|
|
2403
2387
|
|
|
2404
2388
|
.fwe-color-control-border-disabled {
|
|
@@ -2493,7 +2477,7 @@ h6,
|
|
|
2493
2477
|
:root {
|
|
2494
2478
|
--fwe-black: #000000;
|
|
2495
2479
|
--fwe-white: #ffffff;
|
|
2496
|
-
--fwe-white-
|
|
2480
|
+
--fwe-white-hover: #ededed;
|
|
2497
2481
|
--fwe-caerul: #0091dc;
|
|
2498
2482
|
--fwe-sucaerul: #dcebf6;
|
|
2499
2483
|
--fwe-sucanul: #f2f3f5;
|
|
@@ -2501,53 +2485,37 @@ h6,
|
|
|
2501
2485
|
--fwe-gray-200: #e5e8eb;
|
|
2502
2486
|
--fwe-gray-300: #d8dce1;
|
|
2503
2487
|
--fwe-gray-400: #b6bec6;
|
|
2504
|
-
--fwe-icon-black: #333333;
|
|
2505
|
-
--fwe-icon-white: #ffffff;
|
|
2506
|
-
--fwe-icon-gray: #a3b2bc;
|
|
2507
|
-
--fwe-icon-hero: #0091dc;
|
|
2508
|
-
--fwe-icon-hero-light: #c8e6fa;
|
|
2509
|
-
--fwe-green: #80ca3d;
|
|
2510
|
-
--fwe-yellow: #ffd600;
|
|
2511
|
-
--fwe-orange: #ff9600;
|
|
2512
|
-
--fwe-red: #d50000;
|
|
2513
|
-
--fwe-green-dark: #73b637;
|
|
2514
|
-
--fwe-yellow-dark: #e6c100;
|
|
2515
|
-
--fwe-orange-dark: #e68700;
|
|
2516
|
-
--fwe-red-dark: #c00000;
|
|
2517
|
-
--fwe-btn: #d8dce1;
|
|
2518
|
-
--fwe-btn-hover: #c7cbcf;
|
|
2519
|
-
--fwe-btn-active: #b7babe;
|
|
2520
|
-
--fwe-btn-disabled: #e6e9ec;
|
|
2521
|
-
--fwe-btn-text: #333333;
|
|
2522
|
-
--fwe-btn-text-hover: #333333;
|
|
2523
|
-
--fwe-btn-text-disabled: #b9babb;
|
|
2524
|
-
--fwe-btn-hero: #0091dc;
|
|
2525
|
-
--fwe-btn-hero-hover: #0587cb;
|
|
2526
|
-
--fwe-btn-hero-active: #0a7eba;
|
|
2527
|
-
--fwe-btn-hero-disabled: #e6e9ec;
|
|
2528
|
-
--fwe-btn-hero-text: #ffffff;
|
|
2529
|
-
--fwe-btn-hero-text-hover: #ffffff;
|
|
2530
|
-
--fwe-btn-hero-text-disabled: #b9babb;
|
|
2531
2488
|
--fwe-text: #333333;
|
|
2532
2489
|
--fwe-text-light: #b6bec6;
|
|
2533
2490
|
--fwe-text-disabled: #b9babb;
|
|
2534
2491
|
--fwe-hero: #0091dc;
|
|
2535
|
-
--fwe-hero-
|
|
2536
|
-
--fwe-hero-
|
|
2492
|
+
--fwe-hero-hover: #0587cb;
|
|
2493
|
+
--fwe-hero-active: #0a7eba;
|
|
2494
|
+
--fwe-hero-gray: #a3b2bc;
|
|
2495
|
+
--fwe-hero-bg: #c8e6fa;
|
|
2496
|
+
--fwe-green: #80ca3d;
|
|
2497
|
+
--fwe-yellow: #ffd600;
|
|
2498
|
+
--fwe-orange: #ff9600;
|
|
2499
|
+
--fwe-red: #d50000;
|
|
2500
|
+
--fwe-green-hover: #73b637;
|
|
2501
|
+
--fwe-yellow-hover: #e6c100;
|
|
2502
|
+
--fwe-orange-hover: #e68700;
|
|
2503
|
+
--fwe-red-hover: #c00000;
|
|
2504
|
+
--fwe-orange-active: #d6820a;
|
|
2505
|
+
--fwe-red-active: #b50a0a;
|
|
2506
|
+
--fwe-orange-bg: #fbf0e1;
|
|
2507
|
+
--fwe-red-bg: #f7e1e1;
|
|
2537
2508
|
--fwe-control: #d8dce1;
|
|
2538
|
-
--fwe-control-
|
|
2539
|
-
--fwe-control-
|
|
2509
|
+
--fwe-control-hover: #c7cbcf;
|
|
2510
|
+
--fwe-control-active: #b7babe;
|
|
2540
2511
|
--fwe-control-disabled: #e6e9ec;
|
|
2541
2512
|
--fwe-control-border: #b6bec6;
|
|
2542
|
-
--fwe-control-border-
|
|
2543
|
-
--fwe-control-border-
|
|
2513
|
+
--fwe-control-border-hover: #a9b0b7;
|
|
2514
|
+
--fwe-control-border-active: #9ca2a9;
|
|
2544
2515
|
--fwe-control-scrollbar: #d2d5d9;
|
|
2545
|
-
--fwe-background: #f2f3f5;
|
|
2546
2516
|
--fwe-border: #d8dce1;
|
|
2547
2517
|
--fwe-border-disabled: #e6e9ec;
|
|
2548
|
-
--fwe-
|
|
2549
|
-
--fwe-snackbar-warning-bg: #fbf0e1;
|
|
2550
|
-
--fwe-snackbar-error-bg: #f7e1e1;
|
|
2518
|
+
--fwe-background: #f2f3f5;
|
|
2551
2519
|
--fwe-breakpoint-unset: 0;
|
|
2552
2520
|
--fwe-breakpoint-xxs: 375px;
|
|
2553
2521
|
--fwe-breakpoint-xs: 600px;
|
|
@@ -14078,7 +14046,7 @@ ul.fwe-list-group {
|
|
|
14078
14046
|
color: var(--fwe-text-disabled);
|
|
14079
14047
|
}
|
|
14080
14048
|
.fwe-list-group .fwe-list-group-item.fwe-disabled::before {
|
|
14081
|
-
background-color: var(--fwe-control-
|
|
14049
|
+
background-color: var(--fwe-control-hover);
|
|
14082
14050
|
}
|
|
14083
14051
|
.fwe-list-group a.fwe-list-group-item {
|
|
14084
14052
|
cursor: pointer;
|
|
@@ -14150,7 +14118,7 @@ ul.fwe-list-group {
|
|
|
14150
14118
|
color: var(--fwe-text-disabled);
|
|
14151
14119
|
}
|
|
14152
14120
|
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled::before {
|
|
14153
|
-
background-color: var(--fwe-control-
|
|
14121
|
+
background-color: var(--fwe-control-hover);
|
|
14154
14122
|
}
|
|
14155
14123
|
.fwe-list-group.fwe-list-group-horizontal.fwe-bb .fwe-list-group-item::before {
|
|
14156
14124
|
bottom: -1px;
|
|
@@ -14590,7 +14558,7 @@ header.fwe-fixed-header {
|
|
|
14590
14558
|
color: var(--fwe-hero);
|
|
14591
14559
|
}
|
|
14592
14560
|
.fwe-breadcrumb a:not(:last-child):active {
|
|
14593
|
-
color: var(--fwe-hero-
|
|
14561
|
+
color: var(--fwe-hero-active);
|
|
14594
14562
|
}
|
|
14595
14563
|
.fwe-breadcrumb a:last-child {
|
|
14596
14564
|
color: var(--fwe-text);
|
|
@@ -14617,7 +14585,7 @@ a.fwe-disabled {
|
|
|
14617
14585
|
cursor: default;
|
|
14618
14586
|
}
|
|
14619
14587
|
a:hover:not(.fwe-disabled) {
|
|
14620
|
-
color: var(--fwe-hero-
|
|
14588
|
+
color: var(--fwe-hero-hover);
|
|
14621
14589
|
text-decoration: none;
|
|
14622
14590
|
}
|
|
14623
14591
|
|
|
@@ -14965,12 +14933,12 @@ label.fwe-input-text.fwe-input-text-icon textarea {
|
|
|
14965
14933
|
margin-right: 8px;
|
|
14966
14934
|
}
|
|
14967
14935
|
.fwe-chip:hover {
|
|
14968
|
-
background: var(--fwe-control-
|
|
14969
|
-
border: 1px solid var(--fwe-control-
|
|
14936
|
+
background: var(--fwe-control-hover);
|
|
14937
|
+
border: 1px solid var(--fwe-control-hover);
|
|
14970
14938
|
}
|
|
14971
14939
|
.fwe-chip:active {
|
|
14972
|
-
background: var(--fwe-control-
|
|
14973
|
-
border: 1px solid var(--fwe-control-
|
|
14940
|
+
background: var(--fwe-control-active);
|
|
14941
|
+
border: 1px solid var(--fwe-control-active);
|
|
14974
14942
|
}
|
|
14975
14943
|
.fwe-chip.fwe-selected {
|
|
14976
14944
|
cursor: default;
|
|
@@ -15127,10 +15095,10 @@ label.fwe-radio input[type=radio]:hover:not(:disabled) ~ .fwe-radio-checkmark::b
|
|
|
15127
15095
|
background-color: var(--fwe-control);
|
|
15128
15096
|
}
|
|
15129
15097
|
label.fwe-radio input[type=radio]:hover:checked:not(:disabled) ~ .fwe-radio-checkmark::after {
|
|
15130
|
-
border-color: var(--fwe-hero-
|
|
15098
|
+
border-color: var(--fwe-hero-hover);
|
|
15131
15099
|
}
|
|
15132
15100
|
label.fwe-radio input[type=radio]:active ~ .fwe-radio-checkmark::before {
|
|
15133
|
-
border-color: var(--fwe-control-
|
|
15101
|
+
border-color: var(--fwe-control-hover);
|
|
15134
15102
|
background-color: var(--fwe-white);
|
|
15135
15103
|
}
|
|
15136
15104
|
label.fwe-radio input[type=radio]:checked ~ .fwe-radio-checkmark::before {
|
|
@@ -15238,19 +15206,19 @@ label.fwe-checkbox input[type=checkbox]:hover ~ .fwe-checkbox-checkmark {
|
|
|
15238
15206
|
background-color: var(--fwe-control);
|
|
15239
15207
|
}
|
|
15240
15208
|
label.fwe-checkbox input[type=checkbox]:active ~ .fwe-checkbox-checkmark {
|
|
15241
|
-
background-color: var(--fwe-control-
|
|
15209
|
+
background-color: var(--fwe-control-hover);
|
|
15242
15210
|
}
|
|
15243
15211
|
label.fwe-checkbox input[type=checkbox]:checked ~ .fwe-checkbox-checkmark {
|
|
15244
15212
|
background-color: var(--fwe-hero);
|
|
15245
15213
|
border-color: var(--fwe-hero);
|
|
15246
15214
|
}
|
|
15247
15215
|
label.fwe-checkbox input[type=checkbox]:hover:checked:not(:disabled) ~ .fwe-checkbox-checkmark {
|
|
15248
|
-
background-color: var(--fwe-hero-
|
|
15249
|
-
border-color: var(--fwe-hero-
|
|
15216
|
+
background-color: var(--fwe-hero-hover);
|
|
15217
|
+
border-color: var(--fwe-hero-hover);
|
|
15250
15218
|
}
|
|
15251
15219
|
label.fwe-checkbox input[type=checkbox]:active:checked ~ .fwe-checkbox-checkmark {
|
|
15252
|
-
background-color: var(--fwe-hero-
|
|
15253
|
-
border-color: var(--fwe-hero-
|
|
15220
|
+
background-color: var(--fwe-hero-active);
|
|
15221
|
+
border-color: var(--fwe-hero-active);
|
|
15254
15222
|
}
|
|
15255
15223
|
label.fwe-checkbox input[type=checkbox]:checked ~ .fwe-checkbox-checkmark:before {
|
|
15256
15224
|
display: block;
|
|
@@ -15348,10 +15316,10 @@ label.fwe-switch input[type=checkbox] {
|
|
|
15348
15316
|
cursor: pointer;
|
|
15349
15317
|
}
|
|
15350
15318
|
label.fwe-switch input[type=checkbox]:hover ~ .fwe-switch-track {
|
|
15351
|
-
background-color: var(--fwe-control-border-
|
|
15319
|
+
background-color: var(--fwe-control-border-hover);
|
|
15352
15320
|
}
|
|
15353
15321
|
label.fwe-switch input[type=checkbox]:active ~ .fwe-switch-track {
|
|
15354
|
-
background-color: var(--fwe-control-border-
|
|
15322
|
+
background-color: var(--fwe-control-border-active);
|
|
15355
15323
|
}
|
|
15356
15324
|
label.fwe-switch input[type=checkbox]:checked ~ .fwe-switch-track {
|
|
15357
15325
|
background-color: var(--fwe-caerul);
|
|
@@ -15360,10 +15328,10 @@ label.fwe-switch input[type=checkbox]:checked ~ .fwe-switch-track:after {
|
|
|
15360
15328
|
left: 19px;
|
|
15361
15329
|
}
|
|
15362
15330
|
label.fwe-switch input[type=checkbox]:hover:checked ~ .fwe-switch-track {
|
|
15363
|
-
background-color: var(--fwe-hero-
|
|
15331
|
+
background-color: var(--fwe-hero-hover);
|
|
15364
15332
|
}
|
|
15365
15333
|
label.fwe-switch input[type=checkbox]:active:checked ~ .fwe-switch-track {
|
|
15366
|
-
background-color: var(--fwe-hero-
|
|
15334
|
+
background-color: var(--fwe-hero-active);
|
|
15367
15335
|
}
|
|
15368
15336
|
label.fwe-switch input[type=checkbox]:disabled ~ .fwe-switch-track {
|
|
15369
15337
|
background-color: var(--fwe-control-disabled);
|
|
@@ -15393,8 +15361,8 @@ button.fwe-btn {
|
|
|
15393
15361
|
font-size: var(--fwe-font-size-base);
|
|
15394
15362
|
padding: 4px 16px;
|
|
15395
15363
|
min-height: 32px;
|
|
15396
|
-
color: var(--fwe-
|
|
15397
|
-
background: var(--fwe-
|
|
15364
|
+
color: var(--fwe-text);
|
|
15365
|
+
background: var(--fwe-control);
|
|
15398
15366
|
border-radius: 4px;
|
|
15399
15367
|
cursor: pointer;
|
|
15400
15368
|
border: none;
|
|
@@ -15409,12 +15377,12 @@ button.fwe-btn .fwe-svg-icon {
|
|
|
15409
15377
|
}
|
|
15410
15378
|
a.fwe-btn:hover,
|
|
15411
15379
|
button.fwe-btn:hover {
|
|
15412
|
-
color: var(--fwe-
|
|
15413
|
-
background: var(--fwe-
|
|
15380
|
+
color: var(--fwe-text);
|
|
15381
|
+
background: var(--fwe-control-hover);
|
|
15414
15382
|
}
|
|
15415
15383
|
a.fwe-btn:active,
|
|
15416
15384
|
button.fwe-btn:active {
|
|
15417
|
-
background: var(--fwe-
|
|
15385
|
+
background: var(--fwe-control-active);
|
|
15418
15386
|
}
|
|
15419
15387
|
a.fwe-btn:focus,
|
|
15420
15388
|
button.fwe-btn:focus {
|
|
@@ -15424,28 +15392,28 @@ a.fwe-btn:disabled, a.fwe-btn.fwe-disabled,
|
|
|
15424
15392
|
button.fwe-btn:disabled,
|
|
15425
15393
|
button.fwe-btn.fwe-disabled {
|
|
15426
15394
|
cursor: default;
|
|
15427
|
-
background: var(--fwe-
|
|
15428
|
-
color: var(--fwe-
|
|
15395
|
+
background: var(--fwe-control-disabled);
|
|
15396
|
+
color: var(--fwe-text-disabled);
|
|
15429
15397
|
}
|
|
15430
15398
|
a.fwe-btn.fwe-btn-hero,
|
|
15431
15399
|
button.fwe-btn.fwe-btn-hero {
|
|
15432
|
-
color: var(--fwe-
|
|
15433
|
-
background: var(--fwe-
|
|
15400
|
+
color: var(--fwe-white);
|
|
15401
|
+
background: var(--fwe-hero);
|
|
15434
15402
|
}
|
|
15435
15403
|
a.fwe-btn.fwe-btn-hero:hover,
|
|
15436
15404
|
button.fwe-btn.fwe-btn-hero:hover {
|
|
15437
|
-
color: var(--fwe-
|
|
15438
|
-
background: var(--fwe-
|
|
15405
|
+
color: var(--fwe-white);
|
|
15406
|
+
background: var(--fwe-hero-hover);
|
|
15439
15407
|
}
|
|
15440
15408
|
a.fwe-btn.fwe-btn-hero:active,
|
|
15441
15409
|
button.fwe-btn.fwe-btn-hero:active {
|
|
15442
|
-
background: var(--fwe-
|
|
15410
|
+
background: var(--fwe-hero-active);
|
|
15443
15411
|
}
|
|
15444
15412
|
a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
|
|
15445
15413
|
button.fwe-btn.fwe-btn-hero:disabled,
|
|
15446
15414
|
button.fwe-btn.fwe-btn-hero.fwe-disabled {
|
|
15447
|
-
background: var(--fwe-
|
|
15448
|
-
color: var(--fwe-
|
|
15415
|
+
background: var(--fwe-control-disabled);
|
|
15416
|
+
color: var(--fwe-text-disabled);
|
|
15449
15417
|
}
|
|
15450
15418
|
a.fwe-btn.fwe-btn-block,
|
|
15451
15419
|
button.fwe-btn.fwe-btn-block {
|
|
@@ -15472,17 +15440,17 @@ button.fwe-btn.fwe-btn-link.fwe-dark {
|
|
|
15472
15440
|
a.fwe-btn.fwe-btn-link:hover,
|
|
15473
15441
|
button.fwe-btn.fwe-btn-link:hover {
|
|
15474
15442
|
background: none;
|
|
15475
|
-
color: var(--fwe-hero-
|
|
15443
|
+
color: var(--fwe-hero-hover);
|
|
15476
15444
|
}
|
|
15477
15445
|
a.fwe-btn.fwe-btn-link:active,
|
|
15478
15446
|
button.fwe-btn.fwe-btn-link:active {
|
|
15479
15447
|
background: none;
|
|
15480
|
-
color: var(--fwe-hero-
|
|
15448
|
+
color: var(--fwe-hero-hover);
|
|
15481
15449
|
}
|
|
15482
15450
|
a.fwe-btn.fwe-btn-link:disabled, a.fwe-btn.fwe-btn-link.fwe-disabled,
|
|
15483
15451
|
button.fwe-btn.fwe-btn-link:disabled,
|
|
15484
15452
|
button.fwe-btn.fwe-btn-link.fwe-disabled {
|
|
15485
|
-
color: var(--fwe-
|
|
15453
|
+
color: var(--fwe-text-disabled);
|
|
15486
15454
|
}
|
|
15487
15455
|
a.fwe-btn.fwe-btn-lg,
|
|
15488
15456
|
button.fwe-btn.fwe-btn-lg {
|
|
@@ -15989,24 +15957,24 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
|
|
|
15989
15957
|
background-color: var(--fwe-hero) !important;
|
|
15990
15958
|
}
|
|
15991
15959
|
|
|
15992
|
-
.fwe-badge-hero-
|
|
15993
|
-
background-color: var(--fwe-hero-
|
|
15960
|
+
.fwe-badge-hero-hover {
|
|
15961
|
+
background-color: var(--fwe-hero-hover) !important;
|
|
15994
15962
|
}
|
|
15995
15963
|
|
|
15996
|
-
.fwe-badge-hero-
|
|
15997
|
-
background-color: var(--fwe-hero-
|
|
15964
|
+
.fwe-badge-hero-active {
|
|
15965
|
+
background-color: var(--fwe-hero-active) !important;
|
|
15998
15966
|
}
|
|
15999
15967
|
|
|
16000
15968
|
.fwe-badge-control {
|
|
16001
15969
|
background-color: var(--fwe-control) !important;
|
|
16002
15970
|
}
|
|
16003
15971
|
|
|
16004
|
-
.fwe-badge-control-
|
|
16005
|
-
background-color: var(--fwe-control-
|
|
15972
|
+
.fwe-badge-control-hover {
|
|
15973
|
+
background-color: var(--fwe-control-hover) !important;
|
|
16006
15974
|
}
|
|
16007
15975
|
|
|
16008
|
-
.fwe-badge-control-
|
|
16009
|
-
background-color: var(--fwe-control-
|
|
15976
|
+
.fwe-badge-control-active {
|
|
15977
|
+
background-color: var(--fwe-control-active) !important;
|
|
16010
15978
|
}
|
|
16011
15979
|
|
|
16012
15980
|
.fwe-card {
|
|
@@ -16184,7 +16152,7 @@ fieldset.fwe-progress-container label {
|
|
|
16184
16152
|
background-color: var(--fwe-hero);
|
|
16185
16153
|
}
|
|
16186
16154
|
.fwe-pagination .fwe-navigate-btn:active::before, .fwe-pagination .fwe-navigate-btn-down:active::before, .fwe-pagination .fwe-navigate-btn-up:active::before {
|
|
16187
|
-
background-color: var(--fwe-hero-
|
|
16155
|
+
background-color: var(--fwe-hero-hover);
|
|
16188
16156
|
}
|
|
16189
16157
|
.fwe-pagination .fwe-navigate-btn:focus, .fwe-pagination .fwe-navigate-btn-down:focus, .fwe-pagination .fwe-navigate-btn-up:focus {
|
|
16190
16158
|
outline: 0;
|
|
@@ -16213,7 +16181,7 @@ fieldset.fwe-progress-container label {
|
|
|
16213
16181
|
border-radius: 50%;
|
|
16214
16182
|
}
|
|
16215
16183
|
.fwe-pagination .fwe-page-dot:hover {
|
|
16216
|
-
background: var(--fwe-control-border-
|
|
16184
|
+
background: var(--fwe-control-border-hover);
|
|
16217
16185
|
}
|
|
16218
16186
|
.fwe-pagination .fwe-page-dot.fwe-selected {
|
|
16219
16187
|
background: var(--fwe-hero);
|
|
@@ -16247,7 +16215,7 @@ fieldset.fwe-progress-container label {
|
|
|
16247
16215
|
|
|
16248
16216
|
.fwe-snackbar {
|
|
16249
16217
|
padding: 12px;
|
|
16250
|
-
background-color: var(--fwe-
|
|
16218
|
+
background-color: var(--fwe-hero-bg);
|
|
16251
16219
|
border: 1px solid var(--fwe-hero);
|
|
16252
16220
|
border-radius: 4px;
|
|
16253
16221
|
margin: auto;
|
|
@@ -16304,7 +16272,7 @@ fieldset.fwe-progress-container label {
|
|
|
16304
16272
|
}
|
|
16305
16273
|
.fwe-snackbar.fwe-snackbar-warning {
|
|
16306
16274
|
border-color: var(--fwe-orange);
|
|
16307
|
-
background-color: var(--fwe-
|
|
16275
|
+
background-color: var(--fwe-orange-bg);
|
|
16308
16276
|
}
|
|
16309
16277
|
.fwe-snackbar.fwe-snackbar-warning span::before {
|
|
16310
16278
|
background-color: var(--fwe-orange);
|
|
@@ -16322,7 +16290,7 @@ fieldset.fwe-progress-container label {
|
|
|
16322
16290
|
}
|
|
16323
16291
|
.fwe-snackbar.fwe-snackbar-error {
|
|
16324
16292
|
border-color: var(--fwe-red);
|
|
16325
|
-
background-color: var(--fwe-
|
|
16293
|
+
background-color: var(--fwe-red-bg);
|
|
16326
16294
|
}
|
|
16327
16295
|
.fwe-snackbar.fwe-snackbar-error span::before {
|
|
16328
16296
|
background-color: var(--fwe-red);
|
|
@@ -16355,7 +16323,7 @@ fieldset.fwe-progress-container label {
|
|
|
16355
16323
|
background-color: var(--fwe-text);
|
|
16356
16324
|
}
|
|
16357
16325
|
.fwe-snackbar.fwe-snackbar-b .fwe-snackbar-close-btn:hover {
|
|
16358
|
-
background-color: var(--fwe-hero-
|
|
16326
|
+
background-color: var(--fwe-hero-hover);
|
|
16359
16327
|
}
|
|
16360
16328
|
.fwe-snackbar.fwe-snackbar-b .fwe-snackbar-separator {
|
|
16361
16329
|
background-color: var(--fwe-text);
|
|
@@ -16364,7 +16332,7 @@ fieldset.fwe-progress-container label {
|
|
|
16364
16332
|
color: var(--fwe-hero);
|
|
16365
16333
|
}
|
|
16366
16334
|
.fwe-snackbar.fwe-snackbar-b .fwe-snackbar-link-btn:hover {
|
|
16367
|
-
color: var(--fwe-hero-
|
|
16335
|
+
color: var(--fwe-hero-hover);
|
|
16368
16336
|
}
|
|
16369
16337
|
.fwe-snackbar.fwe-snackbar-c {
|
|
16370
16338
|
border: none;
|
|
@@ -16653,16 +16621,16 @@ fieldset.fwe-progress-container label {
|
|
|
16653
16621
|
text-align: center;
|
|
16654
16622
|
cursor: pointer;
|
|
16655
16623
|
border: 1px solid var(--fwe-gray-300);
|
|
16656
|
-
color: var(--fwe-
|
|
16624
|
+
color: var(--fwe-hero-gray);
|
|
16657
16625
|
background-color: var(--fwe-white);
|
|
16658
16626
|
}
|
|
16659
16627
|
.fwe-segment-label:hover {
|
|
16660
|
-
color: var(--fwe-hero-
|
|
16661
|
-
border-color: var(--fwe-hero-
|
|
16662
|
-
border-right: 1px solid var(--fwe-hero-
|
|
16628
|
+
color: var(--fwe-hero-active);
|
|
16629
|
+
border-color: var(--fwe-hero-active);
|
|
16630
|
+
border-right: 1px solid var(--fwe-hero-active);
|
|
16663
16631
|
}
|
|
16664
16632
|
.fwe-segment-label:hover + .fwe-segment-input + .fwe-segment-label {
|
|
16665
|
-
border-left: 1px solid var(--fwe-hero-
|
|
16633
|
+
border-left: 1px solid var(--fwe-hero-active);
|
|
16666
16634
|
}
|
|
16667
16635
|
.fwe-segment .fwe-segment-label:not(:last-child) {
|
|
16668
16636
|
border-right: 0;
|
|
@@ -16717,7 +16685,7 @@ fieldset.fwe-progress-container label {
|
|
|
16717
16685
|
border-radius: 0 4px 4px 0;
|
|
16718
16686
|
}
|
|
16719
16687
|
.fwe-segment.fwe-segment-outline .fwe-segment-input:checked + .fwe-segment-label {
|
|
16720
|
-
background-color: var(--fwe-
|
|
16688
|
+
background-color: var(--fwe-sucaerul);
|
|
16721
16689
|
color: var(--fwe-caerul);
|
|
16722
16690
|
border-color: var(--fwe-caerul);
|
|
16723
16691
|
}
|
|
@@ -17149,17 +17117,17 @@ fieldset.fwe-progress-container label {
|
|
|
17149
17117
|
}
|
|
17150
17118
|
.fwe-notification-button:hover.fwe-warning {
|
|
17151
17119
|
color: var(--fwe-white);
|
|
17152
|
-
background: var(--fwe-orange-
|
|
17120
|
+
background: var(--fwe-orange-hover);
|
|
17153
17121
|
}
|
|
17154
17122
|
.fwe-notification-button:hover.fwe-warning::before {
|
|
17155
|
-
background: var(--fwe-orange-
|
|
17123
|
+
background: var(--fwe-orange-hover);
|
|
17156
17124
|
}
|
|
17157
17125
|
.fwe-notification-button:hover.fwe-error {
|
|
17158
17126
|
color: var(--fwe-white);
|
|
17159
|
-
background: var(--fwe-red-
|
|
17127
|
+
background: var(--fwe-red-hover);
|
|
17160
17128
|
}
|
|
17161
17129
|
.fwe-notification-button:hover.fwe-error::before {
|
|
17162
|
-
background: var(--fwe-red-
|
|
17130
|
+
background: var(--fwe-red-hover);
|
|
17163
17131
|
}
|
|
17164
17132
|
|
|
17165
17133
|
.fwe-notification-menu {
|
|
@@ -17270,11 +17238,11 @@ fieldset.fwe-progress-container label {
|
|
|
17270
17238
|
|
|
17271
17239
|
/* stylelint-disable */
|
|
17272
17240
|
.simplebar-scrollbar::before {
|
|
17273
|
-
background-color: var(--fwe-control-
|
|
17241
|
+
background-color: var(--fwe-control-hover);
|
|
17274
17242
|
}
|
|
17275
17243
|
|
|
17276
17244
|
.simplebar-dragging .simplebar-scrollbar::before {
|
|
17277
|
-
background-color: var(--fwe-control-
|
|
17245
|
+
background-color: var(--fwe-control-active);
|
|
17278
17246
|
}
|
|
17279
17247
|
|
|
17280
17248
|
.simplebar-scrollbar.simplebar-visible:before {
|
|
@@ -17314,10 +17282,10 @@ fieldset.fwe-progress-container label {
|
|
|
17314
17282
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iY29udGVudCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDE2djE2SDB6IiBkYXRhLW5hbWU9ImFiYjU1YWU4LWNhNTUtNDcwYy04N2MzLTRiMDY3MzhiNDM2MCIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0xMC4yNCA1LjA1IDggNy4zIDUuNzUgNS4wNWwtLjcuNzFMNy4yOSA4bC0yLjI0IDIuMjUuNy43TDggOC43MWwyLjI0IDIuMjQuNzEtLjdMOC43IDhsMi4yNS0yLjI0LS43MS0uNzF6IiBkYXRhLW5hbWU9ImI2NGIxZWQyLWI4MzEtNDM1Yy05Y2VlLWI5OTY0MjYwMjA5ZCIvPjwvc3ZnPg==");
|
|
17315
17283
|
}
|
|
17316
17284
|
.fwe-search-input .fwe-clear-icon:hover {
|
|
17317
|
-
background: var(--fwe-control-
|
|
17285
|
+
background: var(--fwe-control-hover);
|
|
17318
17286
|
}
|
|
17319
17287
|
.fwe-search-input .fwe-clear-icon:active {
|
|
17320
|
-
background: var(--fwe-control-
|
|
17288
|
+
background: var(--fwe-control-active);
|
|
17321
17289
|
}
|
|
17322
17290
|
.fwe-search-input input {
|
|
17323
17291
|
border-left: none;
|
|
@@ -17475,8 +17443,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17475
17443
|
cursor: pointer;
|
|
17476
17444
|
}
|
|
17477
17445
|
.fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step:hover {
|
|
17478
|
-
background: var(--fwe-hero-
|
|
17479
|
-
border-color: var(--fwe-hero-
|
|
17446
|
+
background: var(--fwe-hero-active);
|
|
17447
|
+
border-color: var(--fwe-hero-active);
|
|
17480
17448
|
}
|
|
17481
17449
|
.fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step .fwe-step-no {
|
|
17482
17450
|
display: none;
|
|
@@ -17586,8 +17554,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17586
17554
|
cursor: pointer;
|
|
17587
17555
|
}
|
|
17588
17556
|
.fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step:hover {
|
|
17589
|
-
background: var(--fwe-hero-
|
|
17590
|
-
border-color: var(--fwe-hero-
|
|
17557
|
+
background: var(--fwe-hero-active);
|
|
17558
|
+
border-color: var(--fwe-hero-active);
|
|
17591
17559
|
}
|
|
17592
17560
|
.fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step .fwe-step-no {
|
|
17593
17561
|
display: none;
|
|
@@ -17625,7 +17593,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17625
17593
|
background: none;
|
|
17626
17594
|
border: none;
|
|
17627
17595
|
outline: none;
|
|
17628
|
-
color: var(--fwe-
|
|
17596
|
+
color: var(--fwe-hero-gray);
|
|
17629
17597
|
position: relative;
|
|
17630
17598
|
}
|
|
17631
17599
|
.fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-icon, .fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-navbar-burger-menu {
|
|
@@ -17649,7 +17617,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17649
17617
|
height: 4px;
|
|
17650
17618
|
}
|
|
17651
17619
|
.fwe-bottom-navigation .fwe-bottom-navigation-button:active {
|
|
17652
|
-
color: var(--fwe-hero-
|
|
17620
|
+
color: var(--fwe-hero-active);
|
|
17653
17621
|
}
|
|
17654
17622
|
|
|
17655
17623
|
.fwe-accordion {
|
|
@@ -17815,7 +17783,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17815
17783
|
pointer-events: none;
|
|
17816
17784
|
}
|
|
17817
17785
|
.fwe-tree-node-container--disabled > .fwe-tree-node .fwe-tree-node-alert .fwe-icon, .fwe-tree-node-container--disabled > .fwe-tree-node .fwe-tree-node-alert .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-tree-node-container--disabled > .fwe-tree-node .fwe-tree-node-alert .fwe-navbar-burger-menu {
|
|
17818
|
-
color: var(--fwe-
|
|
17786
|
+
color: var(--fwe-text-disabled) !important;
|
|
17819
17787
|
}
|
|
17820
17788
|
.fwe-tree-node-container[aria-level="1"] {
|
|
17821
17789
|
padding-left: 0px;
|
|
@@ -17905,23 +17873,23 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17905
17873
|
}
|
|
17906
17874
|
|
|
17907
17875
|
.fwe-tree-node:hover .fwe-tree-node-text {
|
|
17908
|
-
color: var(--fwe-
|
|
17876
|
+
color: var(--fwe-hero-hover);
|
|
17909
17877
|
}
|
|
17910
17878
|
.fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-icon, .fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-navbar-burger-menu {
|
|
17911
|
-
color: var(--fwe-
|
|
17879
|
+
color: var(--fwe-hero-hover);
|
|
17912
17880
|
}
|
|
17913
17881
|
.fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-icon, .fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-navbar-burger-menu {
|
|
17914
|
-
color: var(--fwe-
|
|
17882
|
+
color: var(--fwe-hero-hover);
|
|
17915
17883
|
}
|
|
17916
17884
|
|
|
17917
17885
|
.fwe-tree-node:active .fwe-tree-node-text {
|
|
17918
|
-
color: var(--fwe-
|
|
17886
|
+
color: var(--fwe-hero-active);
|
|
17919
17887
|
}
|
|
17920
17888
|
.fwe-tree-node:active .fwe-btn--tree-node-select .fwe-icon, .fwe-tree-node:active .fwe-btn--tree-node-select .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-tree-node:active .fwe-btn--tree-node-select .fwe-navbar-burger-menu {
|
|
17921
|
-
color: var(--fwe-
|
|
17889
|
+
color: var(--fwe-hero-active);
|
|
17922
17890
|
}
|
|
17923
17891
|
.fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-icon, .fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-navbar-burger-menu {
|
|
17924
|
-
color: var(--fwe-
|
|
17892
|
+
color: var(--fwe-hero-active);
|
|
17925
17893
|
}
|
|
17926
17894
|
|
|
17927
17895
|
.fwe-sidebar-overlay {
|