@carbon/styles 1.22.0-rc.0 → 1.22.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
|
@@ -4186,6 +4186,12 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4186
4186
|
}
|
|
4187
4187
|
}
|
|
4188
4188
|
|
|
4189
|
+
.cds--breadcrumb .cds--overflow-menu.cds--btn--icon-only {
|
|
4190
|
+
min-height: 1.125rem;
|
|
4191
|
+
padding-right: 0;
|
|
4192
|
+
padding-left: 0;
|
|
4193
|
+
}
|
|
4194
|
+
|
|
4189
4195
|
.cds--link {
|
|
4190
4196
|
-webkit-box-sizing: border-box;
|
|
4191
4197
|
box-sizing: border-box;
|
|
@@ -17632,6 +17638,10 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
17632
17638
|
fill: var(--cds-icon-primary, #161616);
|
|
17633
17639
|
}
|
|
17634
17640
|
|
|
17641
|
+
.cds--overflow-menu__wrapper {
|
|
17642
|
+
line-height: 0;
|
|
17643
|
+
}
|
|
17644
|
+
|
|
17635
17645
|
.cds--overflow-menu-options {
|
|
17636
17646
|
-webkit-box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
|
|
17637
17647
|
box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
|