@lumx/core 3.18.1 → 3.18.2-alpha.1
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/lumx.css +88 -265
- package/lumx.min.css +1 -1
- package/package.json +1 -1
- package/scss/components/button/_mixins.scss +0 -3
- package/scss/components/checkbox/_index.scss +71 -73
- package/scss/components/chip/_index.scss +37 -33
- package/scss/components/link/_mixins.scss +6 -4
- package/scss/components/list/_index.scss +1 -2
- package/scss/components/list/_mixins.scss +11 -9
- package/scss/components/radio-button/_index.scss +26 -28
- package/scss/components/switch/_index.scss +71 -73
- package/scss/components/text-field/_index.scss +4 -4
- package/scss/core/state/_mixins.scss +0 -3
package/lumx.css
CHANGED
|
@@ -3246,10 +3246,8 @@ table {
|
|
|
3246
3246
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3247
3247
|
}
|
|
3248
3248
|
.lumx-button--color-blue.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-blue.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3249
|
-
pointer-events: none;
|
|
3250
3249
|
opacity: 0.5;
|
|
3251
3250
|
cursor: default;
|
|
3252
|
-
pointer-events: all;
|
|
3253
3251
|
}
|
|
3254
3252
|
.lumx-button--color-blue.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3255
3253
|
color: var(--lumx-color-blue-N);
|
|
@@ -3273,10 +3271,8 @@ table {
|
|
|
3273
3271
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3274
3272
|
}
|
|
3275
3273
|
.lumx-button--color-blue.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-blue.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3276
|
-
pointer-events: none;
|
|
3277
3274
|
opacity: 0.5;
|
|
3278
3275
|
cursor: default;
|
|
3279
|
-
pointer-events: all;
|
|
3280
3276
|
}
|
|
3281
3277
|
|
|
3282
3278
|
.lumx-button--color-green.lumx-button--emphasis-high.lumx-button--theme-light {
|
|
@@ -3301,10 +3297,8 @@ table {
|
|
|
3301
3297
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3302
3298
|
}
|
|
3303
3299
|
.lumx-button--color-green.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-green.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3304
|
-
pointer-events: none;
|
|
3305
3300
|
opacity: 0.5;
|
|
3306
3301
|
cursor: default;
|
|
3307
|
-
pointer-events: all;
|
|
3308
3302
|
}
|
|
3309
3303
|
.lumx-button--color-green.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3310
3304
|
color: var(--lumx-color-green-N);
|
|
@@ -3328,10 +3322,8 @@ table {
|
|
|
3328
3322
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3329
3323
|
}
|
|
3330
3324
|
.lumx-button--color-green.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-green.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3331
|
-
pointer-events: none;
|
|
3332
3325
|
opacity: 0.5;
|
|
3333
3326
|
cursor: default;
|
|
3334
|
-
pointer-events: all;
|
|
3335
3327
|
}
|
|
3336
3328
|
|
|
3337
3329
|
.lumx-button--color-yellow.lumx-button--emphasis-high.lumx-button--theme-light {
|
|
@@ -3356,10 +3348,8 @@ table {
|
|
|
3356
3348
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3357
3349
|
}
|
|
3358
3350
|
.lumx-button--color-yellow.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-yellow.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3359
|
-
pointer-events: none;
|
|
3360
3351
|
opacity: 0.5;
|
|
3361
3352
|
cursor: default;
|
|
3362
|
-
pointer-events: all;
|
|
3363
3353
|
}
|
|
3364
3354
|
.lumx-button--color-yellow.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3365
3355
|
color: var(--lumx-color-yellow-N);
|
|
@@ -3383,10 +3373,8 @@ table {
|
|
|
3383
3373
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3384
3374
|
}
|
|
3385
3375
|
.lumx-button--color-yellow.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-yellow.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3386
|
-
pointer-events: none;
|
|
3387
3376
|
opacity: 0.5;
|
|
3388
3377
|
cursor: default;
|
|
3389
|
-
pointer-events: all;
|
|
3390
3378
|
}
|
|
3391
3379
|
|
|
3392
3380
|
.lumx-button--color-red.lumx-button--emphasis-high.lumx-button--theme-light {
|
|
@@ -3411,10 +3399,8 @@ table {
|
|
|
3411
3399
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3412
3400
|
}
|
|
3413
3401
|
.lumx-button--color-red.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-red.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3414
|
-
pointer-events: none;
|
|
3415
3402
|
opacity: 0.5;
|
|
3416
3403
|
cursor: default;
|
|
3417
|
-
pointer-events: all;
|
|
3418
3404
|
}
|
|
3419
3405
|
.lumx-button--color-red.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3420
3406
|
color: var(--lumx-color-red-N);
|
|
@@ -3438,10 +3424,8 @@ table {
|
|
|
3438
3424
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3439
3425
|
}
|
|
3440
3426
|
.lumx-button--color-red.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-red.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3441
|
-
pointer-events: none;
|
|
3442
3427
|
opacity: 0.5;
|
|
3443
3428
|
cursor: default;
|
|
3444
|
-
pointer-events: all;
|
|
3445
3429
|
}
|
|
3446
3430
|
|
|
3447
3431
|
.lumx-button--color-grey.lumx-button--emphasis-high.lumx-button--theme-light {
|
|
@@ -3466,10 +3450,8 @@ table {
|
|
|
3466
3450
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3467
3451
|
}
|
|
3468
3452
|
.lumx-button--color-grey.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-grey.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3469
|
-
pointer-events: none;
|
|
3470
3453
|
opacity: 0.5;
|
|
3471
3454
|
cursor: default;
|
|
3472
|
-
pointer-events: all;
|
|
3473
3455
|
}
|
|
3474
3456
|
.lumx-button--color-grey.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3475
3457
|
color: var(--lumx-color-grey-N);
|
|
@@ -3493,10 +3475,8 @@ table {
|
|
|
3493
3475
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3494
3476
|
}
|
|
3495
3477
|
.lumx-button--color-grey.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-grey.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3496
|
-
pointer-events: none;
|
|
3497
3478
|
opacity: 0.5;
|
|
3498
3479
|
cursor: default;
|
|
3499
|
-
pointer-events: all;
|
|
3500
3480
|
}
|
|
3501
3481
|
|
|
3502
3482
|
.lumx-button--color-primary.lumx-button--emphasis-high.lumx-button--theme-light {
|
|
@@ -3534,10 +3514,8 @@ table {
|
|
|
3534
3514
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3535
3515
|
}
|
|
3536
3516
|
.lumx-button--color-primary.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-primary.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3537
|
-
pointer-events: none;
|
|
3538
3517
|
opacity: 0.5;
|
|
3539
3518
|
cursor: default;
|
|
3540
|
-
pointer-events: all;
|
|
3541
3519
|
}
|
|
3542
3520
|
.lumx-button--color-primary.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3543
3521
|
color: var(--lumx-button-emphasis-high-state-default-theme-dark-color);
|
|
@@ -3574,10 +3552,8 @@ table {
|
|
|
3574
3552
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3575
3553
|
}
|
|
3576
3554
|
.lumx-button--color-primary.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-primary.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3577
|
-
pointer-events: none;
|
|
3578
3555
|
opacity: 0.5;
|
|
3579
3556
|
cursor: default;
|
|
3580
|
-
pointer-events: all;
|
|
3581
3557
|
}
|
|
3582
3558
|
|
|
3583
3559
|
.lumx-button--color-secondary.lumx-button--emphasis-high.lumx-button--theme-light {
|
|
@@ -3602,10 +3578,8 @@ table {
|
|
|
3602
3578
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3603
3579
|
}
|
|
3604
3580
|
.lumx-button--color-secondary.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-secondary.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3605
|
-
pointer-events: none;
|
|
3606
3581
|
opacity: 0.5;
|
|
3607
3582
|
cursor: default;
|
|
3608
|
-
pointer-events: all;
|
|
3609
3583
|
}
|
|
3610
3584
|
.lumx-button--color-secondary.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3611
3585
|
color: var(--lumx-color-secondary-N);
|
|
@@ -3629,10 +3603,8 @@ table {
|
|
|
3629
3603
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3630
3604
|
}
|
|
3631
3605
|
.lumx-button--color-secondary.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-secondary.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3632
|
-
pointer-events: none;
|
|
3633
3606
|
opacity: 0.5;
|
|
3634
3607
|
cursor: default;
|
|
3635
|
-
pointer-events: all;
|
|
3636
3608
|
}
|
|
3637
3609
|
|
|
3638
3610
|
.lumx-button--color-accent.lumx-button--emphasis-high.lumx-button--theme-light {
|
|
@@ -3657,10 +3629,8 @@ table {
|
|
|
3657
3629
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3658
3630
|
}
|
|
3659
3631
|
.lumx-button--color-accent.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-accent.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3660
|
-
pointer-events: none;
|
|
3661
3632
|
opacity: 0.5;
|
|
3662
3633
|
cursor: default;
|
|
3663
|
-
pointer-events: all;
|
|
3664
3634
|
}
|
|
3665
3635
|
.lumx-button--color-accent.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3666
3636
|
color: var(--lumx-color-accent-N);
|
|
@@ -3684,10 +3654,8 @@ table {
|
|
|
3684
3654
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3685
3655
|
}
|
|
3686
3656
|
.lumx-button--color-accent.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-accent.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3687
|
-
pointer-events: none;
|
|
3688
3657
|
opacity: 0.5;
|
|
3689
3658
|
cursor: default;
|
|
3690
|
-
pointer-events: all;
|
|
3691
3659
|
}
|
|
3692
3660
|
|
|
3693
3661
|
.lumx-button--color-black.lumx-button--emphasis-high.lumx-button--theme-light {
|
|
@@ -3712,10 +3680,8 @@ table {
|
|
|
3712
3680
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3713
3681
|
}
|
|
3714
3682
|
.lumx-button--color-black.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-black.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3715
|
-
pointer-events: none;
|
|
3716
3683
|
opacity: 0.5;
|
|
3717
3684
|
cursor: default;
|
|
3718
|
-
pointer-events: all;
|
|
3719
3685
|
}
|
|
3720
3686
|
.lumx-button--color-black.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3721
3687
|
color: var(--lumx-color-black-N);
|
|
@@ -3739,10 +3705,8 @@ table {
|
|
|
3739
3705
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3740
3706
|
}
|
|
3741
3707
|
.lumx-button--color-black.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-black.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3742
|
-
pointer-events: none;
|
|
3743
3708
|
opacity: 0.5;
|
|
3744
3709
|
cursor: default;
|
|
3745
|
-
pointer-events: all;
|
|
3746
3710
|
}
|
|
3747
3711
|
|
|
3748
3712
|
.lumx-button--color-white.lumx-button--emphasis-high.lumx-button--theme-light {
|
|
@@ -3767,10 +3731,8 @@ table {
|
|
|
3767
3731
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3768
3732
|
}
|
|
3769
3733
|
.lumx-button--color-white.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-white.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3770
|
-
pointer-events: none;
|
|
3771
3734
|
opacity: 0.5;
|
|
3772
3735
|
cursor: default;
|
|
3773
|
-
pointer-events: all;
|
|
3774
3736
|
}
|
|
3775
3737
|
.lumx-button--color-white.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3776
3738
|
color: var(--lumx-color-white-N);
|
|
@@ -3794,10 +3756,8 @@ table {
|
|
|
3794
3756
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3795
3757
|
}
|
|
3796
3758
|
.lumx-button--color-white.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-white.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3797
|
-
pointer-events: none;
|
|
3798
3759
|
opacity: 0.5;
|
|
3799
3760
|
cursor: default;
|
|
3800
|
-
pointer-events: all;
|
|
3801
3761
|
}
|
|
3802
3762
|
|
|
3803
3763
|
.lumx-button--color-orange.lumx-button--emphasis-high.lumx-button--theme-light {
|
|
@@ -3822,10 +3782,8 @@ table {
|
|
|
3822
3782
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
3823
3783
|
}
|
|
3824
3784
|
.lumx-button--color-orange.lumx-button--emphasis-high.lumx-button--theme-light:disabled, .lumx-button--color-orange.lumx-button--emphasis-high.lumx-button--theme-light[aria-disabled=true] {
|
|
3825
|
-
pointer-events: none;
|
|
3826
3785
|
opacity: 0.5;
|
|
3827
3786
|
cursor: default;
|
|
3828
|
-
pointer-events: all;
|
|
3829
3787
|
}
|
|
3830
3788
|
.lumx-button--color-orange.lumx-button--emphasis-high.lumx-button--theme-dark {
|
|
3831
3789
|
color: var(--lumx-color-orange-N);
|
|
@@ -3849,10 +3807,8 @@ table {
|
|
|
3849
3807
|
outline: 2px solid var(--lumx-color-light-N);
|
|
3850
3808
|
}
|
|
3851
3809
|
.lumx-button--color-orange.lumx-button--emphasis-high.lumx-button--theme-dark:disabled, .lumx-button--color-orange.lumx-button--emphasis-high.lumx-button--theme-dark[aria-disabled=true] {
|
|
3852
|
-
pointer-events: none;
|
|
3853
3810
|
opacity: 0.5;
|
|
3854
3811
|
cursor: default;
|
|
3855
|
-
pointer-events: all;
|
|
3856
3812
|
}
|
|
3857
3813
|
|
|
3858
3814
|
.lumx-button--color-dark.lumx-button--emphasis-medium {
|
|
@@ -3890,10 +3846,8 @@ table {
|
|
|
3890
3846
|
outline-offset: 2px;
|
|
3891
3847
|
}
|
|
3892
3848
|
.lumx-button--color-dark.lumx-button--emphasis-medium:disabled, .lumx-button--color-dark.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
3893
|
-
pointer-events: none;
|
|
3894
3849
|
opacity: 0.5;
|
|
3895
3850
|
cursor: default;
|
|
3896
|
-
pointer-events: all;
|
|
3897
3851
|
}
|
|
3898
3852
|
.lumx-button--color-dark.lumx-button--emphasis-low {
|
|
3899
3853
|
color: var(--lumx-button-emphasis-low-state-default-theme-light-color);
|
|
@@ -3930,10 +3884,8 @@ table {
|
|
|
3930
3884
|
outline-offset: 2px;
|
|
3931
3885
|
}
|
|
3932
3886
|
.lumx-button--color-dark.lumx-button--emphasis-low:disabled, .lumx-button--color-dark.lumx-button--emphasis-low[aria-disabled=true] {
|
|
3933
|
-
pointer-events: none;
|
|
3934
3887
|
opacity: 0.5;
|
|
3935
3888
|
cursor: default;
|
|
3936
|
-
pointer-events: all;
|
|
3937
3889
|
}
|
|
3938
3890
|
|
|
3939
3891
|
.lumx-button--color-light.lumx-button--emphasis-medium {
|
|
@@ -3971,10 +3923,8 @@ table {
|
|
|
3971
3923
|
outline-offset: 2px;
|
|
3972
3924
|
}
|
|
3973
3925
|
.lumx-button--color-light.lumx-button--emphasis-medium:disabled, .lumx-button--color-light.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
3974
|
-
pointer-events: none;
|
|
3975
3926
|
opacity: 0.5;
|
|
3976
3927
|
cursor: default;
|
|
3977
|
-
pointer-events: all;
|
|
3978
3928
|
}
|
|
3979
3929
|
.lumx-button--color-light.lumx-button--emphasis-low {
|
|
3980
3930
|
color: var(--lumx-button-emphasis-low-state-default-theme-dark-color);
|
|
@@ -4011,10 +3961,8 @@ table {
|
|
|
4011
3961
|
outline-offset: 2px;
|
|
4012
3962
|
}
|
|
4013
3963
|
.lumx-button--color-light.lumx-button--emphasis-low:disabled, .lumx-button--color-light.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4014
|
-
pointer-events: none;
|
|
4015
3964
|
opacity: 0.5;
|
|
4016
3965
|
cursor: default;
|
|
4017
|
-
pointer-events: all;
|
|
4018
3966
|
}
|
|
4019
3967
|
|
|
4020
3968
|
.lumx-button--color-blue.lumx-button--emphasis-medium {
|
|
@@ -4039,10 +3987,8 @@ table {
|
|
|
4039
3987
|
outline-offset: 2px;
|
|
4040
3988
|
}
|
|
4041
3989
|
.lumx-button--color-blue.lumx-button--emphasis-medium:disabled, .lumx-button--color-blue.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4042
|
-
pointer-events: none;
|
|
4043
3990
|
opacity: 0.5;
|
|
4044
3991
|
cursor: default;
|
|
4045
|
-
pointer-events: all;
|
|
4046
3992
|
}
|
|
4047
3993
|
.lumx-button--color-blue.lumx-button--emphasis-low {
|
|
4048
3994
|
color: var(--lumx-color-blue-D2);
|
|
@@ -4066,10 +4012,8 @@ table {
|
|
|
4066
4012
|
outline-offset: 2px;
|
|
4067
4013
|
}
|
|
4068
4014
|
.lumx-button--color-blue.lumx-button--emphasis-low:disabled, .lumx-button--color-blue.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4069
|
-
pointer-events: none;
|
|
4070
4015
|
opacity: 0.5;
|
|
4071
4016
|
cursor: default;
|
|
4072
|
-
pointer-events: all;
|
|
4073
4017
|
}
|
|
4074
4018
|
|
|
4075
4019
|
.lumx-button--color-green.lumx-button--emphasis-medium {
|
|
@@ -4094,10 +4038,8 @@ table {
|
|
|
4094
4038
|
outline-offset: 2px;
|
|
4095
4039
|
}
|
|
4096
4040
|
.lumx-button--color-green.lumx-button--emphasis-medium:disabled, .lumx-button--color-green.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4097
|
-
pointer-events: none;
|
|
4098
4041
|
opacity: 0.5;
|
|
4099
4042
|
cursor: default;
|
|
4100
|
-
pointer-events: all;
|
|
4101
4043
|
}
|
|
4102
4044
|
.lumx-button--color-green.lumx-button--emphasis-low {
|
|
4103
4045
|
color: var(--lumx-color-green-D2);
|
|
@@ -4121,10 +4063,8 @@ table {
|
|
|
4121
4063
|
outline-offset: 2px;
|
|
4122
4064
|
}
|
|
4123
4065
|
.lumx-button--color-green.lumx-button--emphasis-low:disabled, .lumx-button--color-green.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4124
|
-
pointer-events: none;
|
|
4125
4066
|
opacity: 0.5;
|
|
4126
4067
|
cursor: default;
|
|
4127
|
-
pointer-events: all;
|
|
4128
4068
|
}
|
|
4129
4069
|
|
|
4130
4070
|
.lumx-button--color-yellow.lumx-button--emphasis-medium {
|
|
@@ -4149,10 +4089,8 @@ table {
|
|
|
4149
4089
|
outline-offset: 2px;
|
|
4150
4090
|
}
|
|
4151
4091
|
.lumx-button--color-yellow.lumx-button--emphasis-medium:disabled, .lumx-button--color-yellow.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4152
|
-
pointer-events: none;
|
|
4153
4092
|
opacity: 0.5;
|
|
4154
4093
|
cursor: default;
|
|
4155
|
-
pointer-events: all;
|
|
4156
4094
|
}
|
|
4157
4095
|
.lumx-button--color-yellow.lumx-button--emphasis-low {
|
|
4158
4096
|
color: var(--lumx-color-yellow-D2);
|
|
@@ -4176,10 +4114,8 @@ table {
|
|
|
4176
4114
|
outline-offset: 2px;
|
|
4177
4115
|
}
|
|
4178
4116
|
.lumx-button--color-yellow.lumx-button--emphasis-low:disabled, .lumx-button--color-yellow.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4179
|
-
pointer-events: none;
|
|
4180
4117
|
opacity: 0.5;
|
|
4181
4118
|
cursor: default;
|
|
4182
|
-
pointer-events: all;
|
|
4183
4119
|
}
|
|
4184
4120
|
|
|
4185
4121
|
.lumx-button--color-red.lumx-button--emphasis-medium {
|
|
@@ -4204,10 +4140,8 @@ table {
|
|
|
4204
4140
|
outline-offset: 2px;
|
|
4205
4141
|
}
|
|
4206
4142
|
.lumx-button--color-red.lumx-button--emphasis-medium:disabled, .lumx-button--color-red.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4207
|
-
pointer-events: none;
|
|
4208
4143
|
opacity: 0.5;
|
|
4209
4144
|
cursor: default;
|
|
4210
|
-
pointer-events: all;
|
|
4211
4145
|
}
|
|
4212
4146
|
.lumx-button--color-red.lumx-button--emphasis-low {
|
|
4213
4147
|
color: var(--lumx-color-red-D2);
|
|
@@ -4231,10 +4165,8 @@ table {
|
|
|
4231
4165
|
outline-offset: 2px;
|
|
4232
4166
|
}
|
|
4233
4167
|
.lumx-button--color-red.lumx-button--emphasis-low:disabled, .lumx-button--color-red.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4234
|
-
pointer-events: none;
|
|
4235
4168
|
opacity: 0.5;
|
|
4236
4169
|
cursor: default;
|
|
4237
|
-
pointer-events: all;
|
|
4238
4170
|
}
|
|
4239
4171
|
|
|
4240
4172
|
.lumx-button--color-grey.lumx-button--emphasis-medium {
|
|
@@ -4259,10 +4191,8 @@ table {
|
|
|
4259
4191
|
outline-offset: 2px;
|
|
4260
4192
|
}
|
|
4261
4193
|
.lumx-button--color-grey.lumx-button--emphasis-medium:disabled, .lumx-button--color-grey.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4262
|
-
pointer-events: none;
|
|
4263
4194
|
opacity: 0.5;
|
|
4264
4195
|
cursor: default;
|
|
4265
|
-
pointer-events: all;
|
|
4266
4196
|
}
|
|
4267
4197
|
.lumx-button--color-grey.lumx-button--emphasis-low {
|
|
4268
4198
|
color: var(--lumx-color-grey-N);
|
|
@@ -4286,10 +4216,8 @@ table {
|
|
|
4286
4216
|
outline-offset: 2px;
|
|
4287
4217
|
}
|
|
4288
4218
|
.lumx-button--color-grey.lumx-button--emphasis-low:disabled, .lumx-button--color-grey.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4289
|
-
pointer-events: none;
|
|
4290
4219
|
opacity: 0.5;
|
|
4291
4220
|
cursor: default;
|
|
4292
|
-
pointer-events: all;
|
|
4293
4221
|
}
|
|
4294
4222
|
|
|
4295
4223
|
.lumx-button--color-primary.lumx-button--emphasis-medium {
|
|
@@ -4314,10 +4242,8 @@ table {
|
|
|
4314
4242
|
outline-offset: 2px;
|
|
4315
4243
|
}
|
|
4316
4244
|
.lumx-button--color-primary.lumx-button--emphasis-medium:disabled, .lumx-button--color-primary.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4317
|
-
pointer-events: none;
|
|
4318
4245
|
opacity: 0.5;
|
|
4319
4246
|
cursor: default;
|
|
4320
|
-
pointer-events: all;
|
|
4321
4247
|
}
|
|
4322
4248
|
.lumx-button--color-primary.lumx-button--emphasis-low {
|
|
4323
4249
|
color: var(--lumx-color-primary-D2);
|
|
@@ -4341,10 +4267,8 @@ table {
|
|
|
4341
4267
|
outline-offset: 2px;
|
|
4342
4268
|
}
|
|
4343
4269
|
.lumx-button--color-primary.lumx-button--emphasis-low:disabled, .lumx-button--color-primary.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4344
|
-
pointer-events: none;
|
|
4345
4270
|
opacity: 0.5;
|
|
4346
4271
|
cursor: default;
|
|
4347
|
-
pointer-events: all;
|
|
4348
4272
|
}
|
|
4349
4273
|
|
|
4350
4274
|
.lumx-button--color-secondary.lumx-button--emphasis-medium {
|
|
@@ -4369,10 +4293,8 @@ table {
|
|
|
4369
4293
|
outline-offset: 2px;
|
|
4370
4294
|
}
|
|
4371
4295
|
.lumx-button--color-secondary.lumx-button--emphasis-medium:disabled, .lumx-button--color-secondary.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4372
|
-
pointer-events: none;
|
|
4373
4296
|
opacity: 0.5;
|
|
4374
4297
|
cursor: default;
|
|
4375
|
-
pointer-events: all;
|
|
4376
4298
|
}
|
|
4377
4299
|
.lumx-button--color-secondary.lumx-button--emphasis-low {
|
|
4378
4300
|
color: var(--lumx-color-secondary-D2);
|
|
@@ -4396,10 +4318,8 @@ table {
|
|
|
4396
4318
|
outline-offset: 2px;
|
|
4397
4319
|
}
|
|
4398
4320
|
.lumx-button--color-secondary.lumx-button--emphasis-low:disabled, .lumx-button--color-secondary.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4399
|
-
pointer-events: none;
|
|
4400
4321
|
opacity: 0.5;
|
|
4401
4322
|
cursor: default;
|
|
4402
|
-
pointer-events: all;
|
|
4403
4323
|
}
|
|
4404
4324
|
|
|
4405
4325
|
.lumx-button--color-accent.lumx-button--emphasis-medium {
|
|
@@ -4424,10 +4344,8 @@ table {
|
|
|
4424
4344
|
outline-offset: 2px;
|
|
4425
4345
|
}
|
|
4426
4346
|
.lumx-button--color-accent.lumx-button--emphasis-medium:disabled, .lumx-button--color-accent.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4427
|
-
pointer-events: none;
|
|
4428
4347
|
opacity: 0.5;
|
|
4429
4348
|
cursor: default;
|
|
4430
|
-
pointer-events: all;
|
|
4431
4349
|
}
|
|
4432
4350
|
.lumx-button--color-accent.lumx-button--emphasis-low {
|
|
4433
4351
|
color: var(--lumx-color-accent-D2);
|
|
@@ -4451,10 +4369,8 @@ table {
|
|
|
4451
4369
|
outline-offset: 2px;
|
|
4452
4370
|
}
|
|
4453
4371
|
.lumx-button--color-accent.lumx-button--emphasis-low:disabled, .lumx-button--color-accent.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4454
|
-
pointer-events: none;
|
|
4455
4372
|
opacity: 0.5;
|
|
4456
4373
|
cursor: default;
|
|
4457
|
-
pointer-events: all;
|
|
4458
4374
|
}
|
|
4459
4375
|
|
|
4460
4376
|
.lumx-button--color-black.lumx-button--emphasis-medium {
|
|
@@ -4479,10 +4395,8 @@ table {
|
|
|
4479
4395
|
outline-offset: 2px;
|
|
4480
4396
|
}
|
|
4481
4397
|
.lumx-button--color-black.lumx-button--emphasis-medium:disabled, .lumx-button--color-black.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4482
|
-
pointer-events: none;
|
|
4483
4398
|
opacity: 0.5;
|
|
4484
4399
|
cursor: default;
|
|
4485
|
-
pointer-events: all;
|
|
4486
4400
|
}
|
|
4487
4401
|
.lumx-button--color-black.lumx-button--emphasis-low {
|
|
4488
4402
|
color: var(--lumx-color-black-N);
|
|
@@ -4506,10 +4420,8 @@ table {
|
|
|
4506
4420
|
outline-offset: 2px;
|
|
4507
4421
|
}
|
|
4508
4422
|
.lumx-button--color-black.lumx-button--emphasis-low:disabled, .lumx-button--color-black.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4509
|
-
pointer-events: none;
|
|
4510
4423
|
opacity: 0.5;
|
|
4511
4424
|
cursor: default;
|
|
4512
|
-
pointer-events: all;
|
|
4513
4425
|
}
|
|
4514
4426
|
|
|
4515
4427
|
.lumx-button--color-white.lumx-button--emphasis-medium {
|
|
@@ -4534,10 +4446,8 @@ table {
|
|
|
4534
4446
|
outline-offset: 2px;
|
|
4535
4447
|
}
|
|
4536
4448
|
.lumx-button--color-white.lumx-button--emphasis-medium:disabled, .lumx-button--color-white.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4537
|
-
pointer-events: none;
|
|
4538
4449
|
opacity: 0.5;
|
|
4539
4450
|
cursor: default;
|
|
4540
|
-
pointer-events: all;
|
|
4541
4451
|
}
|
|
4542
4452
|
.lumx-button--color-white.lumx-button--emphasis-low {
|
|
4543
4453
|
color: var(--lumx-color-white-N);
|
|
@@ -4561,10 +4471,8 @@ table {
|
|
|
4561
4471
|
outline-offset: 2px;
|
|
4562
4472
|
}
|
|
4563
4473
|
.lumx-button--color-white.lumx-button--emphasis-low:disabled, .lumx-button--color-white.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4564
|
-
pointer-events: none;
|
|
4565
4474
|
opacity: 0.5;
|
|
4566
4475
|
cursor: default;
|
|
4567
|
-
pointer-events: all;
|
|
4568
4476
|
}
|
|
4569
4477
|
|
|
4570
4478
|
.lumx-button--color-orange.lumx-button--emphasis-medium {
|
|
@@ -4589,10 +4497,8 @@ table {
|
|
|
4589
4497
|
outline-offset: 2px;
|
|
4590
4498
|
}
|
|
4591
4499
|
.lumx-button--color-orange.lumx-button--emphasis-medium:disabled, .lumx-button--color-orange.lumx-button--emphasis-medium[aria-disabled=true] {
|
|
4592
|
-
pointer-events: none;
|
|
4593
4500
|
opacity: 0.5;
|
|
4594
4501
|
cursor: default;
|
|
4595
|
-
pointer-events: all;
|
|
4596
4502
|
}
|
|
4597
4503
|
.lumx-button--color-orange.lumx-button--emphasis-low {
|
|
4598
4504
|
color: var(--lumx-color-orange-D2);
|
|
@@ -4616,10 +4522,8 @@ table {
|
|
|
4616
4522
|
outline-offset: 2px;
|
|
4617
4523
|
}
|
|
4618
4524
|
.lumx-button--color-orange.lumx-button--emphasis-low:disabled, .lumx-button--color-orange.lumx-button--emphasis-low[aria-disabled=true] {
|
|
4619
|
-
pointer-events: none;
|
|
4620
4525
|
opacity: 0.5;
|
|
4621
4526
|
cursor: default;
|
|
4622
|
-
pointer-events: all;
|
|
4623
4527
|
}
|
|
4624
4528
|
|
|
4625
4529
|
/* Button selected
|
|
@@ -4693,10 +4597,8 @@ table {
|
|
|
4693
4597
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-dark.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-dark.lumx-button--is-selected[aria-disabled=true],
|
|
4694
4598
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-dark.lumx-button--is-selected:disabled,
|
|
4695
4599
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-dark.lumx-button--is-selected[aria-disabled=true] {
|
|
4696
|
-
pointer-events: none;
|
|
4697
4600
|
opacity: 0.5;
|
|
4698
4601
|
cursor: default;
|
|
4699
|
-
pointer-events: all;
|
|
4700
4602
|
}
|
|
4701
4603
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-light.lumx-button--is-selected,
|
|
4702
4604
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-light.lumx-button--is-selected {
|
|
@@ -4743,10 +4645,8 @@ table {
|
|
|
4743
4645
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-light.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-light.lumx-button--is-selected[aria-disabled=true],
|
|
4744
4646
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-light.lumx-button--is-selected:disabled,
|
|
4745
4647
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-light.lumx-button--is-selected[aria-disabled=true] {
|
|
4746
|
-
pointer-events: none;
|
|
4747
4648
|
opacity: 0.5;
|
|
4748
4649
|
cursor: default;
|
|
4749
|
-
pointer-events: all;
|
|
4750
4650
|
}
|
|
4751
4651
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-blue.lumx-button--is-selected,
|
|
4752
4652
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-blue.lumx-button--is-selected {
|
|
@@ -4778,10 +4678,8 @@ table {
|
|
|
4778
4678
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-blue.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-blue.lumx-button--is-selected[aria-disabled=true],
|
|
4779
4679
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-blue.lumx-button--is-selected:disabled,
|
|
4780
4680
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-blue.lumx-button--is-selected[aria-disabled=true] {
|
|
4781
|
-
pointer-events: none;
|
|
4782
4681
|
opacity: 0.5;
|
|
4783
4682
|
cursor: default;
|
|
4784
|
-
pointer-events: all;
|
|
4785
4683
|
}
|
|
4786
4684
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-green.lumx-button--is-selected,
|
|
4787
4685
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-green.lumx-button--is-selected {
|
|
@@ -4813,10 +4711,8 @@ table {
|
|
|
4813
4711
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-green.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-green.lumx-button--is-selected[aria-disabled=true],
|
|
4814
4712
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-green.lumx-button--is-selected:disabled,
|
|
4815
4713
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-green.lumx-button--is-selected[aria-disabled=true] {
|
|
4816
|
-
pointer-events: none;
|
|
4817
4714
|
opacity: 0.5;
|
|
4818
4715
|
cursor: default;
|
|
4819
|
-
pointer-events: all;
|
|
4820
4716
|
}
|
|
4821
4717
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-yellow.lumx-button--is-selected,
|
|
4822
4718
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-yellow.lumx-button--is-selected {
|
|
@@ -4848,10 +4744,8 @@ table {
|
|
|
4848
4744
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-yellow.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-yellow.lumx-button--is-selected[aria-disabled=true],
|
|
4849
4745
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-yellow.lumx-button--is-selected:disabled,
|
|
4850
4746
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-yellow.lumx-button--is-selected[aria-disabled=true] {
|
|
4851
|
-
pointer-events: none;
|
|
4852
4747
|
opacity: 0.5;
|
|
4853
4748
|
cursor: default;
|
|
4854
|
-
pointer-events: all;
|
|
4855
4749
|
}
|
|
4856
4750
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-red.lumx-button--is-selected,
|
|
4857
4751
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-red.lumx-button--is-selected {
|
|
@@ -4883,10 +4777,8 @@ table {
|
|
|
4883
4777
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-red.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-red.lumx-button--is-selected[aria-disabled=true],
|
|
4884
4778
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-red.lumx-button--is-selected:disabled,
|
|
4885
4779
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-red.lumx-button--is-selected[aria-disabled=true] {
|
|
4886
|
-
pointer-events: none;
|
|
4887
4780
|
opacity: 0.5;
|
|
4888
4781
|
cursor: default;
|
|
4889
|
-
pointer-events: all;
|
|
4890
4782
|
}
|
|
4891
4783
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-grey.lumx-button--is-selected,
|
|
4892
4784
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-grey.lumx-button--is-selected {
|
|
@@ -4918,10 +4810,8 @@ table {
|
|
|
4918
4810
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-grey.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-grey.lumx-button--is-selected[aria-disabled=true],
|
|
4919
4811
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-grey.lumx-button--is-selected:disabled,
|
|
4920
4812
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-grey.lumx-button--is-selected[aria-disabled=true] {
|
|
4921
|
-
pointer-events: none;
|
|
4922
4813
|
opacity: 0.5;
|
|
4923
4814
|
cursor: default;
|
|
4924
|
-
pointer-events: all;
|
|
4925
4815
|
}
|
|
4926
4816
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-primary.lumx-button--is-selected,
|
|
4927
4817
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-primary.lumx-button--is-selected {
|
|
@@ -4953,10 +4843,8 @@ table {
|
|
|
4953
4843
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-primary.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-primary.lumx-button--is-selected[aria-disabled=true],
|
|
4954
4844
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-primary.lumx-button--is-selected:disabled,
|
|
4955
4845
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-primary.lumx-button--is-selected[aria-disabled=true] {
|
|
4956
|
-
pointer-events: none;
|
|
4957
4846
|
opacity: 0.5;
|
|
4958
4847
|
cursor: default;
|
|
4959
|
-
pointer-events: all;
|
|
4960
4848
|
}
|
|
4961
4849
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-secondary.lumx-button--is-selected,
|
|
4962
4850
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-secondary.lumx-button--is-selected {
|
|
@@ -4988,10 +4876,8 @@ table {
|
|
|
4988
4876
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-secondary.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-secondary.lumx-button--is-selected[aria-disabled=true],
|
|
4989
4877
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-secondary.lumx-button--is-selected:disabled,
|
|
4990
4878
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-secondary.lumx-button--is-selected[aria-disabled=true] {
|
|
4991
|
-
pointer-events: none;
|
|
4992
4879
|
opacity: 0.5;
|
|
4993
4880
|
cursor: default;
|
|
4994
|
-
pointer-events: all;
|
|
4995
4881
|
}
|
|
4996
4882
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-accent.lumx-button--is-selected,
|
|
4997
4883
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-accent.lumx-button--is-selected {
|
|
@@ -5023,10 +4909,8 @@ table {
|
|
|
5023
4909
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-accent.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-accent.lumx-button--is-selected[aria-disabled=true],
|
|
5024
4910
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-accent.lumx-button--is-selected:disabled,
|
|
5025
4911
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-accent.lumx-button--is-selected[aria-disabled=true] {
|
|
5026
|
-
pointer-events: none;
|
|
5027
4912
|
opacity: 0.5;
|
|
5028
4913
|
cursor: default;
|
|
5029
|
-
pointer-events: all;
|
|
5030
4914
|
}
|
|
5031
4915
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-black.lumx-button--is-selected,
|
|
5032
4916
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-black.lumx-button--is-selected {
|
|
@@ -5058,10 +4942,8 @@ table {
|
|
|
5058
4942
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-black.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-black.lumx-button--is-selected[aria-disabled=true],
|
|
5059
4943
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-black.lumx-button--is-selected:disabled,
|
|
5060
4944
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-black.lumx-button--is-selected[aria-disabled=true] {
|
|
5061
|
-
pointer-events: none;
|
|
5062
4945
|
opacity: 0.5;
|
|
5063
4946
|
cursor: default;
|
|
5064
|
-
pointer-events: all;
|
|
5065
4947
|
}
|
|
5066
4948
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-white.lumx-button--is-selected,
|
|
5067
4949
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-white.lumx-button--is-selected {
|
|
@@ -5093,10 +4975,8 @@ table {
|
|
|
5093
4975
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-white.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-white.lumx-button--is-selected[aria-disabled=true],
|
|
5094
4976
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-white.lumx-button--is-selected:disabled,
|
|
5095
4977
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-white.lumx-button--is-selected[aria-disabled=true] {
|
|
5096
|
-
pointer-events: none;
|
|
5097
4978
|
opacity: 0.5;
|
|
5098
4979
|
cursor: default;
|
|
5099
|
-
pointer-events: all;
|
|
5100
4980
|
}
|
|
5101
4981
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-orange.lumx-button--is-selected,
|
|
5102
4982
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-orange.lumx-button--is-selected {
|
|
@@ -5128,10 +5008,8 @@ table {
|
|
|
5128
5008
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-orange.lumx-button--is-selected:disabled, .lumx-button.lumx-button--is-selected.lumx-button--emphasis-medium.lumx-button--color-orange.lumx-button--is-selected[aria-disabled=true],
|
|
5129
5009
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-orange.lumx-button--is-selected:disabled,
|
|
5130
5010
|
.lumx-button.lumx-button--is-selected.lumx-button--emphasis-low.lumx-button--color-orange.lumx-button--is-selected[aria-disabled=true] {
|
|
5131
|
-
pointer-events: none;
|
|
5132
5011
|
opacity: 0.5;
|
|
5133
5012
|
cursor: default;
|
|
5134
|
-
pointer-events: all;
|
|
5135
5013
|
}
|
|
5136
5014
|
|
|
5137
5015
|
/* Button wrapper
|
|
@@ -5269,62 +5147,46 @@ table {
|
|
|
5269
5147
|
|
|
5270
5148
|
/* Checkbox states
|
|
5271
5149
|
========================================================================== */
|
|
5272
|
-
.lumx-checkbox--is-disabled .lumx-checkbox__input-native {
|
|
5273
|
-
pointer-events: none;
|
|
5274
|
-
}
|
|
5275
5150
|
.lumx-checkbox--is-disabled .lumx-checkbox__input-placeholder {
|
|
5276
|
-
pointer-events: none;
|
|
5277
5151
|
opacity: 0.5;
|
|
5278
5152
|
cursor: default;
|
|
5279
5153
|
}
|
|
5280
5154
|
.lumx-checkbox--is-disabled.lumx-checkbox--theme-light .lumx-checkbox__label,
|
|
5281
5155
|
.lumx-checkbox--is-disabled.lumx-checkbox--theme-light .lumx-checkbox__helper {
|
|
5282
|
-
pointer-events: none;
|
|
5283
5156
|
color: var(--lumx-color-dark-L3);
|
|
5284
5157
|
}
|
|
5285
5158
|
.lumx-checkbox--is-disabled.lumx-checkbox--theme-dark .lumx-checkbox__label,
|
|
5286
5159
|
.lumx-checkbox--is-disabled.lumx-checkbox--theme-dark .lumx-checkbox__helper {
|
|
5287
|
-
pointer-events: none;
|
|
5288
5160
|
color: var(--lumx-color-light-L3);
|
|
5289
5161
|
}
|
|
5290
5162
|
|
|
5291
5163
|
@media (hover: hover) {
|
|
5292
5164
|
|
|
5293
|
-
.lumx-checkbox--theme-light.lumx-checkbox--is-unchecked .lumx-checkbox__input-native:hover + .lumx-checkbox__input-placeholder .lumx-checkbox__input-background {
|
|
5165
|
+
:not(.lumx-checkbox--is-disabled).lumx-checkbox--theme-light.lumx-checkbox--is-unchecked .lumx-checkbox__input-native:hover + .lumx-checkbox__input-placeholder .lumx-checkbox__input-background {
|
|
5294
5166
|
background-color: var(--lumx-color-dark-L5);
|
|
5295
5167
|
}}
|
|
5296
|
-
|
|
5297
5168
|
@media (hover: hover) {
|
|
5298
|
-
|
|
5299
|
-
.lumx-checkbox--theme-dark.lumx-checkbox--is-unchecked .lumx-checkbox__input-native:hover + .lumx-checkbox__input-placeholder .lumx-checkbox__input-background {
|
|
5169
|
+
:not(.lumx-checkbox--is-disabled).lumx-checkbox--theme-dark.lumx-checkbox--is-unchecked .lumx-checkbox__input-native:hover + .lumx-checkbox__input-placeholder .lumx-checkbox__input-background {
|
|
5300
5170
|
background-color: var(--lumx-color-light-L5);
|
|
5301
5171
|
}}
|
|
5302
|
-
|
|
5303
5172
|
@media (hover: hover) {
|
|
5304
|
-
|
|
5305
|
-
.lumx-checkbox--theme-light.lumx-checkbox--is-checked .lumx-checkbox__input-native:hover + .lumx-checkbox__input-placeholder .lumx-checkbox__input-indicator {
|
|
5173
|
+
:not(.lumx-checkbox--is-disabled).lumx-checkbox--theme-light.lumx-checkbox--is-checked .lumx-checkbox__input-native:hover + .lumx-checkbox__input-placeholder .lumx-checkbox__input-indicator {
|
|
5306
5174
|
background-color: var(--lumx-color-primary-D1);
|
|
5307
5175
|
}}
|
|
5308
|
-
|
|
5309
5176
|
@media (hover: hover) {
|
|
5310
|
-
|
|
5311
|
-
.lumx-checkbox--theme-dark.lumx-checkbox--is-checked .lumx-checkbox__input-native:hover + .lumx-checkbox__input-placeholder .lumx-checkbox__input-indicator {
|
|
5177
|
+
:not(.lumx-checkbox--is-disabled).lumx-checkbox--theme-dark.lumx-checkbox--is-checked .lumx-checkbox__input-native:hover + .lumx-checkbox__input-placeholder .lumx-checkbox__input-indicator {
|
|
5312
5178
|
background-color: var(--lumx-color-light-L1);
|
|
5313
5179
|
}}
|
|
5314
|
-
|
|
5315
|
-
.lumx-checkbox--theme-light.lumx-checkbox--is-unchecked .lumx-checkbox__input-native:active + .lumx-checkbox__input-placeholder .lumx-checkbox__input-background {
|
|
5180
|
+
:not(.lumx-checkbox--is-disabled).lumx-checkbox--theme-light.lumx-checkbox--is-unchecked .lumx-checkbox__input-native:active + .lumx-checkbox__input-placeholder .lumx-checkbox__input-background {
|
|
5316
5181
|
background-color: var(--lumx-color-dark-L4);
|
|
5317
5182
|
}
|
|
5318
|
-
|
|
5319
|
-
.lumx-checkbox--theme-dark.lumx-checkbox--is-unchecked .lumx-checkbox__input-native:active + .lumx-checkbox__input-placeholder .lumx-checkbox__input-background {
|
|
5183
|
+
:not(.lumx-checkbox--is-disabled).lumx-checkbox--theme-dark.lumx-checkbox--is-unchecked .lumx-checkbox__input-native:active + .lumx-checkbox__input-placeholder .lumx-checkbox__input-background {
|
|
5320
5184
|
background-color: var(--lumx-color-light-L4);
|
|
5321
5185
|
}
|
|
5322
|
-
|
|
5323
|
-
.lumx-checkbox--theme-light.lumx-checkbox--is-checked .lumx-checkbox__input-native:active + .lumx-checkbox__input-placeholder .lumx-checkbox__input-indicator {
|
|
5186
|
+
:not(.lumx-checkbox--is-disabled).lumx-checkbox--theme-light.lumx-checkbox--is-checked .lumx-checkbox__input-native:active + .lumx-checkbox__input-placeholder .lumx-checkbox__input-indicator {
|
|
5324
5187
|
background-color: var(--lumx-color-primary-D2);
|
|
5325
5188
|
}
|
|
5326
|
-
|
|
5327
|
-
.lumx-checkbox--theme-dark.lumx-checkbox--is-checked .lumx-checkbox__input-native:active + .lumx-checkbox__input-placeholder .lumx-checkbox__input-indicator {
|
|
5189
|
+
:not(.lumx-checkbox--is-disabled).lumx-checkbox--theme-dark.lumx-checkbox--is-checked .lumx-checkbox__input-native:active + .lumx-checkbox__input-placeholder .lumx-checkbox__input-indicator {
|
|
5328
5190
|
background-color: var(--lumx-color-light-L2);
|
|
5329
5191
|
}
|
|
5330
5192
|
|
|
@@ -5425,14 +5287,14 @@ table {
|
|
|
5425
5287
|
background-color: var(--lumx-color-dark-L5);
|
|
5426
5288
|
color: var(--lumx-color-dark-N);
|
|
5427
5289
|
}
|
|
5428
|
-
.lumx-chip--is-unselected.lumx-chip--color-dark.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5290
|
+
.lumx-chip--is-unselected.lumx-chip--color-dark.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5429
5291
|
background-color: var(--lumx-color-dark-L4);
|
|
5430
5292
|
}
|
|
5431
5293
|
@media (hover: hover) {
|
|
5432
|
-
.lumx-chip--is-unselected.lumx-chip--color-dark.lumx-chip--is-clickable:hover {
|
|
5294
|
+
.lumx-chip--is-unselected.lumx-chip--color-dark.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5433
5295
|
background-color: var(--lumx-color-dark-L4);
|
|
5434
5296
|
}}
|
|
5435
|
-
.lumx-chip--is-unselected.lumx-chip--color-dark.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-dark.lumx-chip--is-clickable[data-lumx-active] {
|
|
5297
|
+
.lumx-chip--is-unselected.lumx-chip--color-dark.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-dark.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5436
5298
|
background-color: var(--lumx-color-dark-L3);
|
|
5437
5299
|
}
|
|
5438
5300
|
.lumx-chip--is-unselected.lumx-chip--color-dark .lumx-chip__label {
|
|
@@ -5448,14 +5310,14 @@ table {
|
|
|
5448
5310
|
background-color: var(--lumx-color-light-L5);
|
|
5449
5311
|
color: var(--lumx-color-light-N);
|
|
5450
5312
|
}
|
|
5451
|
-
.lumx-chip--is-unselected.lumx-chip--color-light.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5313
|
+
.lumx-chip--is-unselected.lumx-chip--color-light.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5452
5314
|
background-color: var(--lumx-color-light-L4);
|
|
5453
5315
|
}
|
|
5454
5316
|
@media (hover: hover) {
|
|
5455
|
-
.lumx-chip--is-unselected.lumx-chip--color-light.lumx-chip--is-clickable:hover {
|
|
5317
|
+
.lumx-chip--is-unselected.lumx-chip--color-light.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5456
5318
|
background-color: var(--lumx-color-light-L4);
|
|
5457
5319
|
}}
|
|
5458
|
-
.lumx-chip--is-unselected.lumx-chip--color-light.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-light.lumx-chip--is-clickable[data-lumx-active] {
|
|
5320
|
+
.lumx-chip--is-unselected.lumx-chip--color-light.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-light.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5459
5321
|
background-color: var(--lumx-color-light-L3);
|
|
5460
5322
|
}
|
|
5461
5323
|
|
|
@@ -5468,14 +5330,14 @@ table {
|
|
|
5468
5330
|
background-color: var(--lumx-color-blue-L5);
|
|
5469
5331
|
color: var(--lumx-color-blue-D2);
|
|
5470
5332
|
}
|
|
5471
|
-
.lumx-chip--is-unselected.lumx-chip--color-blue.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5333
|
+
.lumx-chip--is-unselected.lumx-chip--color-blue.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5472
5334
|
background-color: var(--lumx-color-blue-L4);
|
|
5473
5335
|
}
|
|
5474
5336
|
@media (hover: hover) {
|
|
5475
|
-
.lumx-chip--is-unselected.lumx-chip--color-blue.lumx-chip--is-clickable:hover {
|
|
5337
|
+
.lumx-chip--is-unselected.lumx-chip--color-blue.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5476
5338
|
background-color: var(--lumx-color-blue-L4);
|
|
5477
5339
|
}}
|
|
5478
|
-
.lumx-chip--is-unselected.lumx-chip--color-blue.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-blue.lumx-chip--is-clickable[data-lumx-active] {
|
|
5340
|
+
.lumx-chip--is-unselected.lumx-chip--color-blue.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-blue.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5479
5341
|
background-color: var(--lumx-color-blue-L3);
|
|
5480
5342
|
}
|
|
5481
5343
|
|
|
@@ -5488,14 +5350,14 @@ table {
|
|
|
5488
5350
|
background-color: var(--lumx-color-green-L5);
|
|
5489
5351
|
color: var(--lumx-color-green-D2);
|
|
5490
5352
|
}
|
|
5491
|
-
.lumx-chip--is-unselected.lumx-chip--color-green.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5353
|
+
.lumx-chip--is-unselected.lumx-chip--color-green.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5492
5354
|
background-color: var(--lumx-color-green-L4);
|
|
5493
5355
|
}
|
|
5494
5356
|
@media (hover: hover) {
|
|
5495
|
-
.lumx-chip--is-unselected.lumx-chip--color-green.lumx-chip--is-clickable:hover {
|
|
5357
|
+
.lumx-chip--is-unselected.lumx-chip--color-green.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5496
5358
|
background-color: var(--lumx-color-green-L4);
|
|
5497
5359
|
}}
|
|
5498
|
-
.lumx-chip--is-unselected.lumx-chip--color-green.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-green.lumx-chip--is-clickable[data-lumx-active] {
|
|
5360
|
+
.lumx-chip--is-unselected.lumx-chip--color-green.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-green.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5499
5361
|
background-color: var(--lumx-color-green-L3);
|
|
5500
5362
|
}
|
|
5501
5363
|
|
|
@@ -5508,14 +5370,14 @@ table {
|
|
|
5508
5370
|
background-color: var(--lumx-color-yellow-L5);
|
|
5509
5371
|
color: var(--lumx-color-dark-L1);
|
|
5510
5372
|
}
|
|
5511
|
-
.lumx-chip--is-unselected.lumx-chip--color-yellow.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5373
|
+
.lumx-chip--is-unselected.lumx-chip--color-yellow.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5512
5374
|
background-color: var(--lumx-color-yellow-L4);
|
|
5513
5375
|
}
|
|
5514
5376
|
@media (hover: hover) {
|
|
5515
|
-
.lumx-chip--is-unselected.lumx-chip--color-yellow.lumx-chip--is-clickable:hover {
|
|
5377
|
+
.lumx-chip--is-unselected.lumx-chip--color-yellow.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5516
5378
|
background-color: var(--lumx-color-yellow-L4);
|
|
5517
5379
|
}}
|
|
5518
|
-
.lumx-chip--is-unselected.lumx-chip--color-yellow.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-yellow.lumx-chip--is-clickable[data-lumx-active] {
|
|
5380
|
+
.lumx-chip--is-unselected.lumx-chip--color-yellow.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-yellow.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5519
5381
|
background-color: var(--lumx-color-yellow-L3);
|
|
5520
5382
|
}
|
|
5521
5383
|
|
|
@@ -5528,14 +5390,14 @@ table {
|
|
|
5528
5390
|
background-color: var(--lumx-color-red-L5);
|
|
5529
5391
|
color: var(--lumx-color-red-D2);
|
|
5530
5392
|
}
|
|
5531
|
-
.lumx-chip--is-unselected.lumx-chip--color-red.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5393
|
+
.lumx-chip--is-unselected.lumx-chip--color-red.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5532
5394
|
background-color: var(--lumx-color-red-L4);
|
|
5533
5395
|
}
|
|
5534
5396
|
@media (hover: hover) {
|
|
5535
|
-
.lumx-chip--is-unselected.lumx-chip--color-red.lumx-chip--is-clickable:hover {
|
|
5397
|
+
.lumx-chip--is-unselected.lumx-chip--color-red.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5536
5398
|
background-color: var(--lumx-color-red-L4);
|
|
5537
5399
|
}}
|
|
5538
|
-
.lumx-chip--is-unselected.lumx-chip--color-red.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-red.lumx-chip--is-clickable[data-lumx-active] {
|
|
5400
|
+
.lumx-chip--is-unselected.lumx-chip--color-red.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-red.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5539
5401
|
background-color: var(--lumx-color-red-L3);
|
|
5540
5402
|
}
|
|
5541
5403
|
|
|
@@ -5548,14 +5410,14 @@ table {
|
|
|
5548
5410
|
background-color: var(--lumx-color-grey-L5);
|
|
5549
5411
|
color: var(--lumx-color-grey-N);
|
|
5550
5412
|
}
|
|
5551
|
-
.lumx-chip--is-unselected.lumx-chip--color-grey.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5413
|
+
.lumx-chip--is-unselected.lumx-chip--color-grey.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5552
5414
|
background-color: var(--lumx-color-grey-L4);
|
|
5553
5415
|
}
|
|
5554
5416
|
@media (hover: hover) {
|
|
5555
|
-
.lumx-chip--is-unselected.lumx-chip--color-grey.lumx-chip--is-clickable:hover {
|
|
5417
|
+
.lumx-chip--is-unselected.lumx-chip--color-grey.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5556
5418
|
background-color: var(--lumx-color-grey-L4);
|
|
5557
5419
|
}}
|
|
5558
|
-
.lumx-chip--is-unselected.lumx-chip--color-grey.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-grey.lumx-chip--is-clickable[data-lumx-active] {
|
|
5420
|
+
.lumx-chip--is-unselected.lumx-chip--color-grey.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-grey.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5559
5421
|
background-color: var(--lumx-color-grey-L3);
|
|
5560
5422
|
}
|
|
5561
5423
|
|
|
@@ -5568,14 +5430,14 @@ table {
|
|
|
5568
5430
|
background-color: var(--lumx-color-primary-L5);
|
|
5569
5431
|
color: var(--lumx-color-primary-D2);
|
|
5570
5432
|
}
|
|
5571
|
-
.lumx-chip--is-unselected.lumx-chip--color-primary.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5433
|
+
.lumx-chip--is-unselected.lumx-chip--color-primary.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5572
5434
|
background-color: var(--lumx-color-primary-L4);
|
|
5573
5435
|
}
|
|
5574
5436
|
@media (hover: hover) {
|
|
5575
|
-
.lumx-chip--is-unselected.lumx-chip--color-primary.lumx-chip--is-clickable:hover {
|
|
5437
|
+
.lumx-chip--is-unselected.lumx-chip--color-primary.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5576
5438
|
background-color: var(--lumx-color-primary-L4);
|
|
5577
5439
|
}}
|
|
5578
|
-
.lumx-chip--is-unselected.lumx-chip--color-primary.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-primary.lumx-chip--is-clickable[data-lumx-active] {
|
|
5440
|
+
.lumx-chip--is-unselected.lumx-chip--color-primary.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-primary.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5579
5441
|
background-color: var(--lumx-color-primary-L3);
|
|
5580
5442
|
}
|
|
5581
5443
|
|
|
@@ -5588,14 +5450,14 @@ table {
|
|
|
5588
5450
|
background-color: var(--lumx-color-secondary-L5);
|
|
5589
5451
|
color: var(--lumx-color-secondary-D2);
|
|
5590
5452
|
}
|
|
5591
|
-
.lumx-chip--is-unselected.lumx-chip--color-secondary.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5453
|
+
.lumx-chip--is-unselected.lumx-chip--color-secondary.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5592
5454
|
background-color: var(--lumx-color-secondary-L4);
|
|
5593
5455
|
}
|
|
5594
5456
|
@media (hover: hover) {
|
|
5595
|
-
.lumx-chip--is-unselected.lumx-chip--color-secondary.lumx-chip--is-clickable:hover {
|
|
5457
|
+
.lumx-chip--is-unselected.lumx-chip--color-secondary.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5596
5458
|
background-color: var(--lumx-color-secondary-L4);
|
|
5597
5459
|
}}
|
|
5598
|
-
.lumx-chip--is-unselected.lumx-chip--color-secondary.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-secondary.lumx-chip--is-clickable[data-lumx-active] {
|
|
5460
|
+
.lumx-chip--is-unselected.lumx-chip--color-secondary.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-secondary.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5599
5461
|
background-color: var(--lumx-color-secondary-L3);
|
|
5600
5462
|
}
|
|
5601
5463
|
|
|
@@ -5608,14 +5470,14 @@ table {
|
|
|
5608
5470
|
background-color: var(--lumx-color-accent-L5);
|
|
5609
5471
|
color: var(--lumx-color-accent-D2);
|
|
5610
5472
|
}
|
|
5611
|
-
.lumx-chip--is-unselected.lumx-chip--color-accent.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5473
|
+
.lumx-chip--is-unselected.lumx-chip--color-accent.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5612
5474
|
background-color: var(--lumx-color-accent-L4);
|
|
5613
5475
|
}
|
|
5614
5476
|
@media (hover: hover) {
|
|
5615
|
-
.lumx-chip--is-unselected.lumx-chip--color-accent.lumx-chip--is-clickable:hover {
|
|
5477
|
+
.lumx-chip--is-unselected.lumx-chip--color-accent.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5616
5478
|
background-color: var(--lumx-color-accent-L4);
|
|
5617
5479
|
}}
|
|
5618
|
-
.lumx-chip--is-unselected.lumx-chip--color-accent.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-accent.lumx-chip--is-clickable[data-lumx-active] {
|
|
5480
|
+
.lumx-chip--is-unselected.lumx-chip--color-accent.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-accent.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5619
5481
|
background-color: var(--lumx-color-accent-L3);
|
|
5620
5482
|
}
|
|
5621
5483
|
|
|
@@ -5628,14 +5490,14 @@ table {
|
|
|
5628
5490
|
background-color: var(--lumx-color-black-L5);
|
|
5629
5491
|
color: var(--lumx-color-black-N);
|
|
5630
5492
|
}
|
|
5631
|
-
.lumx-chip--is-unselected.lumx-chip--color-black.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5493
|
+
.lumx-chip--is-unselected.lumx-chip--color-black.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5632
5494
|
background-color: var(--lumx-color-black-L4);
|
|
5633
5495
|
}
|
|
5634
5496
|
@media (hover: hover) {
|
|
5635
|
-
.lumx-chip--is-unselected.lumx-chip--color-black.lumx-chip--is-clickable:hover {
|
|
5497
|
+
.lumx-chip--is-unselected.lumx-chip--color-black.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5636
5498
|
background-color: var(--lumx-color-black-L4);
|
|
5637
5499
|
}}
|
|
5638
|
-
.lumx-chip--is-unselected.lumx-chip--color-black.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-black.lumx-chip--is-clickable[data-lumx-active] {
|
|
5500
|
+
.lumx-chip--is-unselected.lumx-chip--color-black.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-black.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5639
5501
|
background-color: var(--lumx-color-black-L3);
|
|
5640
5502
|
}
|
|
5641
5503
|
|
|
@@ -5648,14 +5510,14 @@ table {
|
|
|
5648
5510
|
background-color: var(--lumx-color-white-L5);
|
|
5649
5511
|
color: var(--lumx-color-white-N);
|
|
5650
5512
|
}
|
|
5651
|
-
.lumx-chip--is-unselected.lumx-chip--color-white.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5513
|
+
.lumx-chip--is-unselected.lumx-chip--color-white.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5652
5514
|
background-color: var(--lumx-color-white-L4);
|
|
5653
5515
|
}
|
|
5654
5516
|
@media (hover: hover) {
|
|
5655
|
-
.lumx-chip--is-unselected.lumx-chip--color-white.lumx-chip--is-clickable:hover {
|
|
5517
|
+
.lumx-chip--is-unselected.lumx-chip--color-white.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5656
5518
|
background-color: var(--lumx-color-white-L4);
|
|
5657
5519
|
}}
|
|
5658
|
-
.lumx-chip--is-unselected.lumx-chip--color-white.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-white.lumx-chip--is-clickable[data-lumx-active] {
|
|
5520
|
+
.lumx-chip--is-unselected.lumx-chip--color-white.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-white.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5659
5521
|
background-color: var(--lumx-color-white-L3);
|
|
5660
5522
|
}
|
|
5661
5523
|
|
|
@@ -5668,14 +5530,14 @@ table {
|
|
|
5668
5530
|
background-color: var(--lumx-color-orange-L5);
|
|
5669
5531
|
color: var(--lumx-color-orange-D2);
|
|
5670
5532
|
}
|
|
5671
|
-
.lumx-chip--is-unselected.lumx-chip--color-orange.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5533
|
+
.lumx-chip--is-unselected.lumx-chip--color-orange.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5672
5534
|
background-color: var(--lumx-color-orange-L4);
|
|
5673
5535
|
}
|
|
5674
5536
|
@media (hover: hover) {
|
|
5675
|
-
.lumx-chip--is-unselected.lumx-chip--color-orange.lumx-chip--is-clickable:hover {
|
|
5537
|
+
.lumx-chip--is-unselected.lumx-chip--color-orange.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5676
5538
|
background-color: var(--lumx-color-orange-L4);
|
|
5677
5539
|
}}
|
|
5678
|
-
.lumx-chip--is-unselected.lumx-chip--color-orange.lumx-chip--is-clickable:active, .lumx-chip--is-unselected.lumx-chip--color-orange.lumx-chip--is-clickable[data-lumx-active] {
|
|
5540
|
+
.lumx-chip--is-unselected.lumx-chip--color-orange.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-unselected.lumx-chip--color-orange.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5679
5541
|
background-color: var(--lumx-color-orange-L3);
|
|
5680
5542
|
}
|
|
5681
5543
|
|
|
@@ -5689,16 +5551,16 @@ table {
|
|
|
5689
5551
|
background-color: var(--lumx-chip-emphasis-selected-state-default-theme-light-background-color);
|
|
5690
5552
|
box-shadow: inset 0 0 0 var(--lumx-chip-emphasis-selected-state-default-border-width) var(--lumx-chip-emphasis-selected-state-default-theme-light-border-color);
|
|
5691
5553
|
}
|
|
5692
|
-
.lumx-chip--is-selected.lumx-chip--color-dark.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5554
|
+
.lumx-chip--is-selected.lumx-chip--color-dark.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5693
5555
|
background-color: var(--lumx-chip-emphasis-selected-state-hover-theme-light-background-color);
|
|
5694
5556
|
box-shadow: inset 0 0 0 var(--lumx-chip-emphasis-selected-state-hover-border-width) var(--lumx-chip-emphasis-selected-state-hover-theme-light-border-color);
|
|
5695
5557
|
}
|
|
5696
5558
|
@media (hover: hover) {
|
|
5697
|
-
.lumx-chip--is-selected.lumx-chip--color-dark.lumx-chip--is-clickable:hover {
|
|
5559
|
+
.lumx-chip--is-selected.lumx-chip--color-dark.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5698
5560
|
background-color: var(--lumx-chip-emphasis-selected-state-hover-theme-light-background-color);
|
|
5699
5561
|
box-shadow: inset 0 0 0 var(--lumx-chip-emphasis-selected-state-hover-border-width) var(--lumx-chip-emphasis-selected-state-hover-theme-light-border-color);
|
|
5700
5562
|
}}
|
|
5701
|
-
.lumx-chip--is-selected.lumx-chip--color-dark.lumx-chip--is-clickable:active, .lumx-chip--is-selected.lumx-chip--color-dark.lumx-chip--is-clickable[data-lumx-active] {
|
|
5563
|
+
.lumx-chip--is-selected.lumx-chip--color-dark.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-selected.lumx-chip--color-dark.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5702
5564
|
background-color: var(--lumx-chip-emphasis-selected-state-active-theme-light-background-color);
|
|
5703
5565
|
box-shadow: inset 0 0 0 var(--lumx-chip-emphasis-selected-state-active-border-width) var(--lumx-chip-emphasis-selected-state-active-theme-light-border-color);
|
|
5704
5566
|
}
|
|
@@ -5711,16 +5573,16 @@ table {
|
|
|
5711
5573
|
background-color: var(--lumx-chip-emphasis-selected-state-default-theme-dark-background-color);
|
|
5712
5574
|
box-shadow: inset 0 0 0 var(--lumx-chip-emphasis-selected-state-default-border-width) var(--lumx-chip-emphasis-selected-state-default-theme-dark-border-color);
|
|
5713
5575
|
}
|
|
5714
|
-
.lumx-chip--is-selected.lumx-chip--color-light.lumx-chip--is-clickable[data-lumx-hover] {
|
|
5576
|
+
.lumx-chip--is-selected.lumx-chip--color-light.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-hover] {
|
|
5715
5577
|
background-color: var(--lumx-chip-emphasis-selected-state-hover-theme-dark-background-color);
|
|
5716
5578
|
box-shadow: inset 0 0 0 var(--lumx-chip-emphasis-selected-state-hover-border-width) var(--lumx-chip-emphasis-selected-state-hover-theme-dark-border-color);
|
|
5717
5579
|
}
|
|
5718
5580
|
@media (hover: hover) {
|
|
5719
|
-
.lumx-chip--is-selected.lumx-chip--color-light.lumx-chip--is-clickable:hover {
|
|
5581
|
+
.lumx-chip--is-selected.lumx-chip--color-light.lumx-chip--is-clickable:not([aria-disabled=true]):hover {
|
|
5720
5582
|
background-color: var(--lumx-chip-emphasis-selected-state-hover-theme-dark-background-color);
|
|
5721
5583
|
box-shadow: inset 0 0 0 var(--lumx-chip-emphasis-selected-state-hover-border-width) var(--lumx-chip-emphasis-selected-state-hover-theme-dark-border-color);
|
|
5722
5584
|
}}
|
|
5723
|
-
.lumx-chip--is-selected.lumx-chip--color-light.lumx-chip--is-clickable:active, .lumx-chip--is-selected.lumx-chip--color-light.lumx-chip--is-clickable[data-lumx-active] {
|
|
5585
|
+
.lumx-chip--is-selected.lumx-chip--color-light.lumx-chip--is-clickable:not([aria-disabled=true]):active, .lumx-chip--is-selected.lumx-chip--color-light.lumx-chip--is-clickable:not([aria-disabled=true])[data-lumx-active] {
|
|
5724
5586
|
background-color: var(--lumx-chip-emphasis-selected-state-active-theme-dark-background-color);
|
|
5725
5587
|
box-shadow: inset 0 0 0 var(--lumx-chip-emphasis-selected-state-active-border-width) var(--lumx-chip-emphasis-selected-state-active-theme-dark-border-color);
|
|
5726
5588
|
}
|
|
@@ -5730,7 +5592,6 @@ table {
|
|
|
5730
5592
|
}
|
|
5731
5593
|
|
|
5732
5594
|
.lumx-chip--is-disabled {
|
|
5733
|
-
pointer-events: none;
|
|
5734
5595
|
opacity: 0.5;
|
|
5735
5596
|
cursor: default;
|
|
5736
5597
|
}
|
|
@@ -5855,11 +5716,11 @@ table {
|
|
|
5855
5716
|
font-weight: inherit;
|
|
5856
5717
|
line-height: inherit;
|
|
5857
5718
|
}
|
|
5858
|
-
.lumx-comment-block--theme-light > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"][data-lumx-hover], .lumx-comment-block--theme-light > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"][data-focus-visible-added] {
|
|
5719
|
+
.lumx-comment-block--theme-light > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"]:not(:disabled):not([aria-disabled=true])[data-lumx-hover], .lumx-comment-block--theme-light > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"]:not(:disabled):not([aria-disabled=true])[data-focus-visible-added] {
|
|
5859
5720
|
text-decoration: underline;
|
|
5860
5721
|
}
|
|
5861
5722
|
@media (hover: hover) {
|
|
5862
|
-
.lumx-comment-block--theme-light > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"]:hover {
|
|
5723
|
+
.lumx-comment-block--theme-light > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"]:not(:disabled):not([aria-disabled=true]):hover {
|
|
5863
5724
|
text-decoration: underline;
|
|
5864
5725
|
}}
|
|
5865
5726
|
.lumx-comment-block--theme-light > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"][data-focus-visible-added], .lumx-comment-block--theme-light > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"]:focus-visible {
|
|
@@ -5884,11 +5745,11 @@ table {
|
|
|
5884
5745
|
font-weight: inherit;
|
|
5885
5746
|
line-height: inherit;
|
|
5886
5747
|
}
|
|
5887
|
-
.lumx-comment-block--theme-dark > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"][data-lumx-hover], .lumx-comment-block--theme-dark > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"][data-focus-visible-added] {
|
|
5748
|
+
.lumx-comment-block--theme-dark > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"]:not(:disabled):not([aria-disabled=true])[data-lumx-hover], .lumx-comment-block--theme-dark > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"]:not(:disabled):not([aria-disabled=true])[data-focus-visible-added] {
|
|
5888
5749
|
text-decoration: underline;
|
|
5889
5750
|
}
|
|
5890
5751
|
@media (hover: hover) {
|
|
5891
|
-
.lumx-comment-block--theme-dark > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"]:hover {
|
|
5752
|
+
.lumx-comment-block--theme-dark > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"]:not(:disabled):not([aria-disabled=true]):hover {
|
|
5892
5753
|
text-decoration: underline;
|
|
5893
5754
|
}}
|
|
5894
5755
|
.lumx-comment-block--theme-dark > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"][data-focus-visible-added], .lumx-comment-block--theme-dark > .lumx-comment-block__wrapper .lumx-comment-block__name[tabindex="0"]:focus-visible {
|
|
@@ -6037,10 +5898,8 @@ table {
|
|
|
6037
5898
|
outline-offset: 2px;
|
|
6038
5899
|
}
|
|
6039
5900
|
.lumx-date-picker__month-day:disabled, .lumx-date-picker__month-day[aria-disabled=true] {
|
|
6040
|
-
pointer-events: none;
|
|
6041
5901
|
opacity: 0.5;
|
|
6042
5902
|
cursor: default;
|
|
6043
|
-
pointer-events: all;
|
|
6044
5903
|
}
|
|
6045
5904
|
.lumx-date-picker__month-day span {
|
|
6046
5905
|
font-size: 14px;
|
|
@@ -8100,11 +7959,11 @@ table {
|
|
|
8100
7959
|
font-weight: inherit;
|
|
8101
7960
|
line-height: inherit;
|
|
8102
7961
|
}
|
|
8103
|
-
.lumx-link[data-lumx-hover], .lumx-link[data-focus-visible-added] {
|
|
7962
|
+
.lumx-link:not(:disabled):not([aria-disabled=true])[data-lumx-hover], .lumx-link:not(:disabled):not([aria-disabled=true])[data-focus-visible-added] {
|
|
8104
7963
|
text-decoration: underline;
|
|
8105
7964
|
}
|
|
8106
7965
|
@media (hover: hover) {
|
|
8107
|
-
.lumx-link:hover {
|
|
7966
|
+
.lumx-link:not(:disabled):not([aria-disabled=true]):hover {
|
|
8108
7967
|
text-decoration: underline;
|
|
8109
7968
|
}}
|
|
8110
7969
|
.lumx-link[data-focus-visible-added], .lumx-link:focus-visible {
|
|
@@ -8112,7 +7971,6 @@ table {
|
|
|
8112
7971
|
outline-offset: 2px;
|
|
8113
7972
|
}
|
|
8114
7973
|
.lumx-link:disabled, .lumx-link[aria-disabled=true] {
|
|
8115
|
-
pointer-events: none;
|
|
8116
7974
|
opacity: 0.5;
|
|
8117
7975
|
cursor: default;
|
|
8118
7976
|
}
|
|
@@ -8837,14 +8695,14 @@ table {
|
|
|
8837
8695
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
8838
8696
|
outline-offset: -2px;
|
|
8839
8697
|
}
|
|
8840
|
-
.lumx-list-item__link[data-lumx-hover], .lumx-list-item__link[data-focus-visible-added] {
|
|
8698
|
+
.lumx-list-item__link:not([aria-disabled=true])[data-lumx-hover], .lumx-list-item__link:not([aria-disabled=true])[data-focus-visible-added] {
|
|
8841
8699
|
background-color: var(--lumx-color-dark-L5);
|
|
8842
8700
|
}
|
|
8843
8701
|
@media (hover: hover) {
|
|
8844
|
-
.lumx-list-item__link:hover {
|
|
8702
|
+
.lumx-list-item__link:not([aria-disabled=true]):hover {
|
|
8845
8703
|
background-color: var(--lumx-color-dark-L5);
|
|
8846
8704
|
}}
|
|
8847
|
-
.lumx-list-item__link:active, .lumx-list-item__link[data-lumx-active] {
|
|
8705
|
+
.lumx-list-item__link:not([aria-disabled=true]):active, .lumx-list-item__link:not([aria-disabled=true])[data-lumx-active] {
|
|
8848
8706
|
background-color: var(--lumx-color-dark-L4);
|
|
8849
8707
|
}
|
|
8850
8708
|
.lumx-list-item__link--is-highlighted {
|
|
@@ -8868,8 +8726,7 @@ table {
|
|
|
8868
8726
|
.lumx-list-item__link--is-selected:active, .lumx-list-item__link--is-selected[data-lumx-active] {
|
|
8869
8727
|
background-color: var(--lumx-color-primary-L3);
|
|
8870
8728
|
}
|
|
8871
|
-
.lumx-list-item__link--is-disabled
|
|
8872
|
-
pointer-events: none;
|
|
8729
|
+
.lumx-list-item__link--is-disabled {
|
|
8873
8730
|
opacity: 0.5;
|
|
8874
8731
|
cursor: default;
|
|
8875
8732
|
}
|
|
@@ -9604,11 +9461,11 @@ table {
|
|
|
9604
9461
|
font-weight: inherit;
|
|
9605
9462
|
line-height: inherit;
|
|
9606
9463
|
}
|
|
9607
|
-
.lumx-post-block--theme-light .lumx-post-block__title[data-lumx-hover], .lumx-post-block--theme-light .lumx-post-block__title[data-focus-visible-added] {
|
|
9464
|
+
.lumx-post-block--theme-light .lumx-post-block__title:not(:disabled):not([aria-disabled=true])[data-lumx-hover], .lumx-post-block--theme-light .lumx-post-block__title:not(:disabled):not([aria-disabled=true])[data-focus-visible-added] {
|
|
9608
9465
|
text-decoration: underline;
|
|
9609
9466
|
}
|
|
9610
9467
|
@media (hover: hover) {
|
|
9611
|
-
.lumx-post-block--theme-light .lumx-post-block__title:hover {
|
|
9468
|
+
.lumx-post-block--theme-light .lumx-post-block__title:not(:disabled):not([aria-disabled=true]):hover {
|
|
9612
9469
|
text-decoration: underline;
|
|
9613
9470
|
}}
|
|
9614
9471
|
.lumx-post-block--theme-light .lumx-post-block__title[data-focus-visible-added], .lumx-post-block--theme-light .lumx-post-block__title:focus-visible {
|
|
@@ -9633,11 +9490,11 @@ table {
|
|
|
9633
9490
|
font-weight: inherit;
|
|
9634
9491
|
line-height: inherit;
|
|
9635
9492
|
}
|
|
9636
|
-
.lumx-post-block--theme-dark .lumx-post-block__title[data-lumx-hover], .lumx-post-block--theme-dark .lumx-post-block__title[data-focus-visible-added] {
|
|
9493
|
+
.lumx-post-block--theme-dark .lumx-post-block__title:not(:disabled):not([aria-disabled=true])[data-lumx-hover], .lumx-post-block--theme-dark .lumx-post-block__title:not(:disabled):not([aria-disabled=true])[data-focus-visible-added] {
|
|
9637
9494
|
text-decoration: underline;
|
|
9638
9495
|
}
|
|
9639
9496
|
@media (hover: hover) {
|
|
9640
|
-
.lumx-post-block--theme-dark .lumx-post-block__title:hover {
|
|
9497
|
+
.lumx-post-block--theme-dark .lumx-post-block__title:not(:disabled):not([aria-disabled=true]):hover {
|
|
9641
9498
|
text-decoration: underline;
|
|
9642
9499
|
}}
|
|
9643
9500
|
.lumx-post-block--theme-dark .lumx-post-block__title[data-focus-visible-added], .lumx-post-block--theme-dark .lumx-post-block__title:focus-visible {
|
|
@@ -10045,42 +9902,32 @@ table {
|
|
|
10045
9902
|
|
|
10046
9903
|
/* Radio button states
|
|
10047
9904
|
========================================================================== */
|
|
10048
|
-
.lumx-radio-button--is-disabled .lumx-radio-button__input-native {
|
|
10049
|
-
pointer-events: none;
|
|
10050
|
-
}
|
|
10051
9905
|
.lumx-radio-button--is-disabled .lumx-radio-button__input-placeholder {
|
|
10052
|
-
pointer-events: none;
|
|
10053
9906
|
opacity: 0.5;
|
|
10054
9907
|
cursor: default;
|
|
10055
9908
|
}
|
|
10056
9909
|
.lumx-radio-button--is-disabled.lumx-radio-button--theme-light .lumx-radio-button__label,
|
|
10057
9910
|
.lumx-radio-button--is-disabled.lumx-radio-button--theme-light .lumx-radio-button__helper {
|
|
10058
|
-
pointer-events: none;
|
|
10059
9911
|
color: var(--lumx-color-dark-L3);
|
|
10060
9912
|
}
|
|
10061
9913
|
.lumx-radio-button--is-disabled.lumx-radio-button--theme-dark .lumx-radio-button__label,
|
|
10062
9914
|
.lumx-radio-button--is-disabled.lumx-radio-button--theme-dark .lumx-radio-button__helper {
|
|
10063
|
-
pointer-events: none;
|
|
10064
9915
|
color: var(--lumx-color-light-L3);
|
|
10065
9916
|
}
|
|
10066
9917
|
|
|
10067
9918
|
@media (hover: hover) {
|
|
10068
9919
|
|
|
10069
|
-
.lumx-radio-button--theme-light.lumx-radio-button--is-unchecked .lumx-radio-button__input-native:hover + .lumx-radio-button__input-placeholder .lumx-radio-button__input-background {
|
|
9920
|
+
:not(.lumx-radio-button--is-disabled).lumx-radio-button--theme-light.lumx-radio-button--is-unchecked .lumx-radio-button__input-native:hover + .lumx-radio-button__input-placeholder .lumx-radio-button__input-background {
|
|
10070
9921
|
background-color: var(--lumx-color-dark-L5);
|
|
10071
9922
|
}}
|
|
10072
|
-
|
|
10073
9923
|
@media (hover: hover) {
|
|
10074
|
-
|
|
10075
|
-
.lumx-radio-button--theme-dark.lumx-radio-button--is-unchecked .lumx-radio-button__input-native:hover + .lumx-radio-button__input-placeholder .lumx-radio-button__input-background {
|
|
9924
|
+
:not(.lumx-radio-button--is-disabled).lumx-radio-button--theme-dark.lumx-radio-button--is-unchecked .lumx-radio-button__input-native:hover + .lumx-radio-button__input-placeholder .lumx-radio-button__input-background {
|
|
10076
9925
|
background-color: var(--lumx-color-light-L5);
|
|
10077
9926
|
}}
|
|
10078
|
-
|
|
10079
|
-
.lumx-radio-button--theme-light.lumx-radio-button--is-unchecked .lumx-radio-button__input-native:active + .lumx-radio-button__input-placeholder .lumx-radio-button__input-background {
|
|
9927
|
+
:not(.lumx-radio-button--is-disabled).lumx-radio-button--theme-light.lumx-radio-button--is-unchecked .lumx-radio-button__input-native:active + .lumx-radio-button__input-placeholder .lumx-radio-button__input-background {
|
|
10080
9928
|
background-color: var(--lumx-color-dark-L4);
|
|
10081
9929
|
}
|
|
10082
|
-
|
|
10083
|
-
.lumx-radio-button--theme-dark.lumx-radio-button--is-unchecked .lumx-radio-button__input-native:active + .lumx-radio-button__input-placeholder .lumx-radio-button__input-background {
|
|
9930
|
+
:not(.lumx-radio-button--is-disabled).lumx-radio-button--theme-dark.lumx-radio-button--is-unchecked .lumx-radio-button__input-native:active + .lumx-radio-button__input-placeholder .lumx-radio-button__input-background {
|
|
10084
9931
|
background-color: var(--lumx-color-light-L4);
|
|
10085
9932
|
}
|
|
10086
9933
|
|
|
@@ -10327,16 +10174,13 @@ table {
|
|
|
10327
10174
|
/* Select states
|
|
10328
10175
|
========================================================================== */
|
|
10329
10176
|
.lumx-select--is-disabled .lumx-select__wrapper {
|
|
10330
|
-
pointer-events: none;
|
|
10331
10177
|
opacity: 0.5;
|
|
10332
10178
|
cursor: default;
|
|
10333
10179
|
}
|
|
10334
10180
|
.lumx-select--is-disabled.lumx-select--theme-light .lumx-select__label {
|
|
10335
|
-
pointer-events: none;
|
|
10336
10181
|
color: var(--lumx-color-dark-L3);
|
|
10337
10182
|
}
|
|
10338
10183
|
.lumx-select--is-disabled.lumx-select--theme-dark .lumx-select__label {
|
|
10339
|
-
pointer-events: none;
|
|
10340
10184
|
color: var(--lumx-color-light-L3);
|
|
10341
10185
|
}
|
|
10342
10186
|
|
|
@@ -10545,14 +10389,14 @@ table {
|
|
|
10545
10389
|
outline: 2px solid var(--lumx-color-dark-N);
|
|
10546
10390
|
outline-offset: -2px;
|
|
10547
10391
|
}
|
|
10548
|
-
.lumx-side-navigation-item .lumx-side-navigation-item__link[data-lumx-hover], .lumx-side-navigation-item .lumx-side-navigation-item__link[data-focus-visible-added] {
|
|
10392
|
+
.lumx-side-navigation-item .lumx-side-navigation-item__link:not([aria-disabled=true])[data-lumx-hover], .lumx-side-navigation-item .lumx-side-navigation-item__link:not([aria-disabled=true])[data-focus-visible-added] {
|
|
10549
10393
|
background-color: var(--lumx-color-dark-L5);
|
|
10550
10394
|
}
|
|
10551
10395
|
@media (hover: hover) {
|
|
10552
|
-
.lumx-side-navigation-item .lumx-side-navigation-item__link:hover {
|
|
10396
|
+
.lumx-side-navigation-item .lumx-side-navigation-item__link:not([aria-disabled=true]):hover {
|
|
10553
10397
|
background-color: var(--lumx-color-dark-L5);
|
|
10554
10398
|
}}
|
|
10555
|
-
.lumx-side-navigation-item .lumx-side-navigation-item__link:active, .lumx-side-navigation-item .lumx-side-navigation-item__link[data-lumx-active] {
|
|
10399
|
+
.lumx-side-navigation-item .lumx-side-navigation-item__link:not([aria-disabled=true]):active, .lumx-side-navigation-item .lumx-side-navigation-item__link:not([aria-disabled=true])[data-lumx-active] {
|
|
10556
10400
|
background-color: var(--lumx-color-dark-L4);
|
|
10557
10401
|
}
|
|
10558
10402
|
|
|
@@ -11491,62 +11335,46 @@ table {
|
|
|
11491
11335
|
|
|
11492
11336
|
/* Switch states
|
|
11493
11337
|
========================================================================== */
|
|
11494
|
-
.lumx-switch--is-disabled .lumx-switch__input-native {
|
|
11495
|
-
pointer-events: none;
|
|
11496
|
-
}
|
|
11497
11338
|
.lumx-switch--is-disabled .lumx-switch__input-placeholder {
|
|
11498
|
-
pointer-events: none;
|
|
11499
11339
|
opacity: 0.5;
|
|
11500
11340
|
cursor: default;
|
|
11501
11341
|
}
|
|
11502
11342
|
.lumx-switch--is-disabled.lumx-switch--theme-light .lumx-switch__label,
|
|
11503
11343
|
.lumx-switch--is-disabled.lumx-switch--theme-light .lumx-switch__helper {
|
|
11504
|
-
pointer-events: none;
|
|
11505
11344
|
color: var(--lumx-color-dark-L3);
|
|
11506
11345
|
}
|
|
11507
11346
|
.lumx-switch--is-disabled.lumx-switch--theme-dark .lumx-switch__label,
|
|
11508
11347
|
.lumx-switch--is-disabled.lumx-switch--theme-dark .lumx-switch__helper {
|
|
11509
|
-
pointer-events: none;
|
|
11510
11348
|
color: var(--lumx-color-light-L3);
|
|
11511
11349
|
}
|
|
11512
11350
|
|
|
11513
11351
|
@media (hover: hover) {
|
|
11514
11352
|
|
|
11515
|
-
.lumx-switch--theme-light.lumx-switch--is-unchecked .lumx-switch__input-native:hover + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11353
|
+
:not(.lumx-switch--is-disabled).lumx-switch--theme-light.lumx-switch--is-unchecked .lumx-switch__input-native:hover + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11516
11354
|
background-color: var(--lumx-color-dark-L5);
|
|
11517
11355
|
}}
|
|
11518
|
-
|
|
11519
11356
|
@media (hover: hover) {
|
|
11520
|
-
|
|
11521
|
-
.lumx-switch--theme-dark.lumx-switch--is-unchecked .lumx-switch__input-native:hover + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11357
|
+
:not(.lumx-switch--is-disabled).lumx-switch--theme-dark.lumx-switch--is-unchecked .lumx-switch__input-native:hover + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11522
11358
|
background-color: var(--lumx-color-light-L5);
|
|
11523
11359
|
}}
|
|
11524
|
-
|
|
11525
11360
|
@media (hover: hover) {
|
|
11526
|
-
|
|
11527
|
-
.lumx-switch--theme-light.lumx-switch--is-checked .lumx-switch__input-native:hover + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11361
|
+
:not(.lumx-switch--is-disabled).lumx-switch--theme-light.lumx-switch--is-checked .lumx-switch__input-native:hover + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11528
11362
|
background-color: var(--lumx-color-primary-D1);
|
|
11529
11363
|
}}
|
|
11530
|
-
|
|
11531
11364
|
@media (hover: hover) {
|
|
11532
|
-
|
|
11533
|
-
.lumx-switch--theme-dark.lumx-switch--is-checked .lumx-switch__input-native:hover + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11365
|
+
:not(.lumx-switch--is-disabled).lumx-switch--theme-dark.lumx-switch--is-checked .lumx-switch__input-native:hover + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11534
11366
|
background-color: var(--lumx-color-light-L1);
|
|
11535
11367
|
}}
|
|
11536
|
-
|
|
11537
|
-
.lumx-switch--theme-light.lumx-switch--is-unchecked .lumx-switch__input-native:active + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11368
|
+
:not(.lumx-switch--is-disabled).lumx-switch--theme-light.lumx-switch--is-unchecked .lumx-switch__input-native:active + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11538
11369
|
background-color: var(--lumx-color-dark-L4);
|
|
11539
11370
|
}
|
|
11540
|
-
|
|
11541
|
-
.lumx-switch--theme-dark.lumx-switch--is-unchecked .lumx-switch__input-native:active + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11371
|
+
:not(.lumx-switch--is-disabled).lumx-switch--theme-dark.lumx-switch--is-unchecked .lumx-switch__input-native:active + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11542
11372
|
background-color: var(--lumx-color-light-L4);
|
|
11543
11373
|
}
|
|
11544
|
-
|
|
11545
|
-
.lumx-switch--theme-light.lumx-switch--is-checked .lumx-switch__input-native:active + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11374
|
+
:not(.lumx-switch--is-disabled).lumx-switch--theme-light.lumx-switch--is-checked .lumx-switch__input-native:active + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11546
11375
|
background-color: var(--lumx-color-primary-D2);
|
|
11547
11376
|
}
|
|
11548
|
-
|
|
11549
|
-
.lumx-switch--theme-dark.lumx-switch--is-checked .lumx-switch__input-native:active + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11377
|
+
:not(.lumx-switch--is-disabled).lumx-switch--theme-dark.lumx-switch--is-checked .lumx-switch__input-native:active + .lumx-switch__input-placeholder .lumx-switch__input-background {
|
|
11550
11378
|
background-color: var(--lumx-color-light-L2);
|
|
11551
11379
|
}
|
|
11552
11380
|
|
|
@@ -12013,7 +11841,6 @@ table {
|
|
|
12013
11841
|
.lumx-tabs--theme-light .lumx-tabs__link--is-disabled {
|
|
12014
11842
|
color: var(--lumx-tabs-link-emphasis-low-state-default-theme-light-color);
|
|
12015
11843
|
background-color: var(--lumx-tabs-link-emphasis-low-state-default-theme-light-background-color);
|
|
12016
|
-
pointer-events: none;
|
|
12017
11844
|
color: var(--lumx-color-dark-L3);
|
|
12018
11845
|
}
|
|
12019
11846
|
.lumx-tabs--theme-light .lumx-tabs__link--is-disabled::after {
|
|
@@ -12042,7 +11869,6 @@ table {
|
|
|
12042
11869
|
.lumx-tabs--theme-dark .lumx-tabs__link--is-disabled {
|
|
12043
11870
|
color: var(--lumx-tabs-link-emphasis-low-state-default-theme-dark-color);
|
|
12044
11871
|
background-color: var(--lumx-tabs-link-emphasis-low-state-default-theme-dark-background-color);
|
|
12045
|
-
pointer-events: none;
|
|
12046
11872
|
color: var(--lumx-color-light-L3);
|
|
12047
11873
|
}
|
|
12048
11874
|
.lumx-tabs--theme-dark .lumx-tabs__link--is-disabled::after {
|
|
@@ -12302,28 +12128,25 @@ table {
|
|
|
12302
12128
|
/* Text field states
|
|
12303
12129
|
========================================================================== */
|
|
12304
12130
|
.lumx-text-field--is-disabled .lumx-text-field__wrapper {
|
|
12305
|
-
pointer-events: none;
|
|
12306
12131
|
opacity: 0.5;
|
|
12307
12132
|
cursor: default;
|
|
12308
12133
|
}
|
|
12309
12134
|
.lumx-text-field--is-disabled.lumx-text-field--theme-light .lumx-text-field__label,
|
|
12310
12135
|
.lumx-text-field--is-disabled.lumx-text-field--theme-light .lumx-text-field__helper {
|
|
12311
|
-
pointer-events: none;
|
|
12312
12136
|
color: var(--lumx-color-dark-L3);
|
|
12313
12137
|
}
|
|
12314
12138
|
.lumx-text-field--is-disabled.lumx-text-field--theme-dark .lumx-text-field__label,
|
|
12315
12139
|
.lumx-text-field--is-disabled.lumx-text-field--theme-dark .lumx-text-field__helper {
|
|
12316
|
-
pointer-events: none;
|
|
12317
12140
|
color: var(--lumx-color-light-L3);
|
|
12318
12141
|
}
|
|
12319
12142
|
|
|
12320
12143
|
@media (hover: hover) {
|
|
12321
12144
|
|
|
12322
|
-
.lumx-text-field--theme-light .lumx-text-field__wrapper:hover {
|
|
12145
|
+
.lumx-text-field--theme-light:not(.lumx-text-field--is-disabled) .lumx-text-field__wrapper:hover {
|
|
12323
12146
|
background-color: var(--lumx-text-field-state-hover-theme-light-input-background-color);
|
|
12324
12147
|
}}
|
|
12325
12148
|
@media (hover: hover) {
|
|
12326
|
-
.lumx-text-field--theme-light .lumx-text-field__wrapper:hover::before {
|
|
12149
|
+
.lumx-text-field--theme-light:not(.lumx-text-field--is-disabled) .lumx-text-field__wrapper:hover::before {
|
|
12327
12150
|
border-color: var(--lumx-text-field-state-hover-theme-light-input-border-color);
|
|
12328
12151
|
border-width: var(--lumx-text-field-state-hover-input-border-top-width) var(--lumx-text-field-state-hover-input-border-right-width) var(--lumx-text-field-state-hover-input-border-bottom-width) var(--lumx-text-field-state-hover-input-border-left-width);
|
|
12329
12152
|
}}
|
|
@@ -12340,11 +12163,11 @@ table {
|
|
|
12340
12163
|
|
|
12341
12164
|
@media (hover: hover) {
|
|
12342
12165
|
|
|
12343
|
-
.lumx-text-field--theme-dark .lumx-text-field__wrapper:hover {
|
|
12166
|
+
.lumx-text-field--theme-dark:not(.lumx-text-field--is-disabled) .lumx-text-field__wrapper:hover {
|
|
12344
12167
|
background-color: var(--lumx-text-field-state-hover-theme-dark-input-background-color);
|
|
12345
12168
|
}}
|
|
12346
12169
|
@media (hover: hover) {
|
|
12347
|
-
.lumx-text-field--theme-dark .lumx-text-field__wrapper:hover::before {
|
|
12170
|
+
.lumx-text-field--theme-dark:not(.lumx-text-field--is-disabled) .lumx-text-field__wrapper:hover::before {
|
|
12348
12171
|
border-color: var(--lumx-text-field-state-hover-theme-dark-input-border-color);
|
|
12349
12172
|
border-width: var(--lumx-text-field-state-hover-input-border-top-width) var(--lumx-text-field-state-hover-input-border-right-width) var(--lumx-text-field-state-hover-input-border-bottom-width) var(--lumx-text-field-state-hover-input-border-left-width);
|
|
12350
12173
|
}}
|
|
@@ -12359,7 +12182,7 @@ table {
|
|
|
12359
12182
|
color: var(--lumx-text-field-state-hover-theme-dark-input-placeholder-color);
|
|
12360
12183
|
}
|
|
12361
12184
|
|
|
12362
|
-
.lumx-text-field--theme-light.lumx-text-field--is-focus .lumx-text-field__label {
|
|
12185
|
+
.lumx-text-field--theme-light.lumx-text-field--is-focus:not(.lumx-text-field--is-disabled) .lumx-text-field__label {
|
|
12363
12186
|
color: var(--lumx-text-field-state-focus-theme-light-header-label-color);
|
|
12364
12187
|
}
|
|
12365
12188
|
.lumx-text-field--theme-light.lumx-text-field--is-focus .lumx-text-field__wrapper {
|
|
@@ -12380,7 +12203,7 @@ table {
|
|
|
12380
12203
|
color: var(--lumx-text-field-state-focus-theme-light-input-placeholder-color);
|
|
12381
12204
|
}
|
|
12382
12205
|
|
|
12383
|
-
.lumx-text-field--theme-dark.lumx-text-field--is-focus .lumx-text-field__label {
|
|
12206
|
+
.lumx-text-field--theme-dark.lumx-text-field--is-focus:not(.lumx-text-field--is-disabled) .lumx-text-field__label {
|
|
12384
12207
|
color: var(--lumx-text-field-state-focus-theme-dark-header-label-color);
|
|
12385
12208
|
}
|
|
12386
12209
|
.lumx-text-field--theme-dark.lumx-text-field--is-focus .lumx-text-field__wrapper {
|