@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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/styles",
|
|
3
3
|
"description": "Styles for the Carbon Design System",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.58.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"scss/**/*.css",
|
|
69
69
|
"css/**/*.css"
|
|
70
70
|
],
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "23f19271f964a10a9fbc4616a43b05f5cc14e7d1"
|
|
72
72
|
}
|
|
@@ -209,8 +209,12 @@
|
|
|
209
209
|
.#{$prefix}--structured-list-svg {
|
|
210
210
|
fill: transparent;
|
|
211
211
|
}
|
|
212
|
+
.#{$prefix}--structured-list--selection
|
|
213
|
+
.#{$prefix}--structured-list-td:last-child {
|
|
214
|
+
inline-size: $spacing-07;
|
|
215
|
+
padding-inline-start: 0;
|
|
216
|
+
}
|
|
212
217
|
}
|
|
213
|
-
|
|
214
218
|
@if (
|
|
215
219
|
enabled('enable-v12-structured-list-visible-icons') or
|
|
216
220
|
$enable-v12-structured-list-visible-icons
|
|
@@ -268,4 +272,12 @@
|
|
|
268
272
|
margin-block-start: $spacing-01;
|
|
269
273
|
vertical-align: top;
|
|
270
274
|
}
|
|
275
|
+
|
|
276
|
+
.#{$prefix}--structured-list--selection
|
|
277
|
+
.#{$prefix}--structured-list-td:first-child:has(
|
|
278
|
+
.#{$prefix}--structured-list__icon
|
|
279
|
+
) {
|
|
280
|
+
inline-size: $spacing-07;
|
|
281
|
+
padding-inline-end: 0;
|
|
282
|
+
}
|
|
271
283
|
}
|