@carbon/styles 1.46.0 → 1.47.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
|
@@ -3662,6 +3662,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
3662
3662
|
}
|
|
3663
3663
|
|
|
3664
3664
|
.cds--accordion__wrapper {
|
|
3665
|
+
overflow: hidden;
|
|
3665
3666
|
padding: 0;
|
|
3666
3667
|
max-block-size: 0;
|
|
3667
3668
|
opacity: 0;
|
|
@@ -3670,7 +3671,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
3670
3671
|
}
|
|
3671
3672
|
|
|
3672
3673
|
.cds--accordion__content {
|
|
3673
|
-
overflow: hidden;
|
|
3674
3674
|
padding-inline: var(--cds-layout-density-padding-inline-local);
|
|
3675
3675
|
}
|
|
3676
3676
|
@media (min-width: 480px) {
|
|
@@ -3717,6 +3717,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
3717
3717
|
overflow: visible;
|
|
3718
3718
|
}
|
|
3719
3719
|
.cds--accordion__item--active .cds--accordion__wrapper {
|
|
3720
|
+
overflow: visible;
|
|
3720
3721
|
max-block-size: -moz-fit-content;
|
|
3721
3722
|
max-block-size: fit-content;
|
|
3722
3723
|
opacity: 1;
|
|
@@ -15295,6 +15296,11 @@ button.cds--dropdown-text:focus {
|
|
|
15295
15296
|
}
|
|
15296
15297
|
|
|
15297
15298
|
.cds--number--nosteppers input[type=number] {
|
|
15299
|
+
padding-inline-end: 0;
|
|
15300
|
+
}
|
|
15301
|
+
|
|
15302
|
+
.cds--number--nosteppers input[type=number][data-invalid],
|
|
15303
|
+
.cds--number--nosteppers .cds--number__input-wrapper--warning input[type=number] {
|
|
15298
15304
|
padding-inline-end: 3rem;
|
|
15299
15305
|
}
|
|
15300
15306
|
|
|
@@ -19785,7 +19791,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
19785
19791
|
|
|
19786
19792
|
.cds--progress--vertical .cds--progress-optional {
|
|
19787
19793
|
position: static;
|
|
19788
|
-
margin:
|
|
19794
|
+
margin: 0 0 auto;
|
|
19789
19795
|
inline-size: 100%;
|
|
19790
19796
|
}
|
|
19791
19797
|
|