@carbon/styles 1.74.0-rc.0 → 1.75.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/styles.css
CHANGED
|
@@ -10467,10 +10467,8 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10467
10467
|
display: block;
|
|
10468
10468
|
}
|
|
10469
10469
|
|
|
10470
|
-
.cds--list-box__wrapper--decorator .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
|
|
10471
|
-
.cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
|
|
10472
|
-
.cds--list-box__wrapper--slug .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
|
|
10473
|
-
.cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
|
|
10470
|
+
.cds--list-box__wrapper--decorator .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--list-box__inner-wrapper--decorator .cds--ai-label,
|
|
10471
|
+
.cds--list-box__wrapper--decorator .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--list-box__inner-wrapper--decorator .cds--ai-label,
|
|
10474
10472
|
.cds--list-box__wrapper--slug .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
|
|
10475
10473
|
.cds--list-box__wrapper--slug .cds--list-box--warning .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--ai-label,
|
|
10476
10474
|
.cds--list-box__wrapper--slug .cds--list-box__field:has(.cds--list-box__selection) ~ .cds--slug,
|
|
@@ -10657,6 +10655,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10657
10655
|
}
|
|
10658
10656
|
|
|
10659
10657
|
.cds--menu--shown {
|
|
10658
|
+
overflow: visible;
|
|
10660
10659
|
opacity: 1;
|
|
10661
10660
|
}
|
|
10662
10661
|
|