@carbon/styles 1.57.0 → 1.58.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
|
@@ -22047,6 +22047,11 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22047
22047
|
fill: transparent;
|
|
22048
22048
|
}
|
|
22049
22049
|
|
|
22050
|
+
.cds--structured-list--selection .cds--structured-list-td:last-child {
|
|
22051
|
+
inline-size: 2rem;
|
|
22052
|
+
padding-inline-start: 0;
|
|
22053
|
+
}
|
|
22054
|
+
|
|
22050
22055
|
.cds--structured-list.cds--skeleton .cds--structured-list-th:first-child {
|
|
22051
22056
|
inline-size: 8%;
|
|
22052
22057
|
}
|
|
@@ -22105,6 +22110,11 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22105
22110
|
vertical-align: top;
|
|
22106
22111
|
}
|
|
22107
22112
|
|
|
22113
|
+
.cds--structured-list--selection .cds--structured-list-td:first-child:has(.cds--structured-list__icon) {
|
|
22114
|
+
inline-size: 2rem;
|
|
22115
|
+
padding-inline-end: 0;
|
|
22116
|
+
}
|
|
22117
|
+
|
|
22108
22118
|
.cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list {
|
|
22109
22119
|
display: grid;
|
|
22110
22120
|
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|