@carbon/styles 1.43.0-rc.0 → 1.44.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 +8 -4
- package/css/styles.min.css +1 -1
- package/package.json +2 -2
- package/scss/components/combo-button/_combo-button.scss +1 -1
- package/scss/components/data-table/expandable/_data-table-expandable.scss +1 -1
- package/scss/components/dropdown/_dropdown.scss +4 -4
- package/scss/components/file-uploader/_file-uploader.scss +2 -2
- package/scss/components/list-box/_list-box.scss +1 -1
- package/scss/components/menu-button/_menu-button.scss +5 -1
package/css/styles.css
CHANGED
|
@@ -8914,15 +8914,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8914
8914
|
}
|
|
8915
8915
|
|
|
8916
8916
|
.cds--combo-button__container--sm .cds--combo-button__primary-action {
|
|
8917
|
-
min-inline-size:
|
|
8917
|
+
min-inline-size: 9.9375rem;
|
|
8918
8918
|
}
|
|
8919
8919
|
|
|
8920
8920
|
.cds--combo-button__container--md .cds--combo-button__primary-action {
|
|
8921
|
-
min-inline-size:
|
|
8921
|
+
min-inline-size: 9.4375rem;
|
|
8922
8922
|
}
|
|
8923
8923
|
|
|
8924
8924
|
.cds--combo-button__container--lg .cds--combo-button__primary-action {
|
|
8925
|
-
min-inline-size:
|
|
8925
|
+
min-inline-size: 8.9375rem;
|
|
8926
8926
|
}
|
|
8927
8927
|
|
|
8928
8928
|
.cds--combo-button__primary-action .cds--btn {
|
|
@@ -16820,8 +16820,12 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
16820
16820
|
inset-inline-start: calc(-1 * 0.75rem);
|
|
16821
16821
|
}
|
|
16822
16822
|
|
|
16823
|
+
.cds--menu-button__container {
|
|
16824
|
+
display: inline-block;
|
|
16825
|
+
}
|
|
16826
|
+
|
|
16823
16827
|
.cds--menu-button__trigger:not(.cds--btn--ghost) {
|
|
16824
|
-
min-inline-size:
|
|
16828
|
+
min-inline-size: 12rem;
|
|
16825
16829
|
}
|
|
16826
16830
|
|
|
16827
16831
|
.cds--menu-button__trigger svg {
|