@carbon/styles 1.91.0-rc.0 → 1.92.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
|
@@ -6280,6 +6280,12 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
6280
6280
|
margin-block-start: 0;
|
|
6281
6281
|
}
|
|
6282
6282
|
|
|
6283
|
+
.cds--overflow-menu--xs {
|
|
6284
|
+
block-size: 1.5rem;
|
|
6285
|
+
inline-size: 1.5rem;
|
|
6286
|
+
min-block-size: 1.5rem;
|
|
6287
|
+
}
|
|
6288
|
+
|
|
6283
6289
|
.cds--overflow-menu--sm {
|
|
6284
6290
|
block-size: 2rem;
|
|
6285
6291
|
inline-size: 2rem;
|
|
@@ -6342,7 +6348,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
6342
6348
|
align-items: flex-start;
|
|
6343
6349
|
background-color: var(--cds-layer);
|
|
6344
6350
|
inline-size: 10rem;
|
|
6345
|
-
inset-block-start:
|
|
6351
|
+
inset-block-start: 2rem;
|
|
6346
6352
|
inset-inline-start: 0;
|
|
6347
6353
|
list-style: none;
|
|
6348
6354
|
}
|
|
@@ -6407,6 +6413,13 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
6407
6413
|
inset-inline-start: -0.375rem;
|
|
6408
6414
|
}
|
|
6409
6415
|
|
|
6416
|
+
.cds--overflow-menu-options--xs.cds--overflow-menu-options[data-floating-menu-direction=bottom]::after, .cds--overflow-menu-options--xs.cds--overflow-menu-options[data-floating-menu-direction=top]::after {
|
|
6417
|
+
inline-size: 1.5rem;
|
|
6418
|
+
}
|
|
6419
|
+
.cds--overflow-menu-options--xs.cds--overflow-menu-options[data-floating-menu-direction=left]::after, .cds--overflow-menu-options--xs.cds--overflow-menu-options[data-floating-menu-direction=right]::after {
|
|
6420
|
+
block-size: 1.5rem;
|
|
6421
|
+
}
|
|
6422
|
+
|
|
6410
6423
|
.cds--overflow-menu-options--sm.cds--overflow-menu-options[data-floating-menu-direction=bottom]::after, .cds--overflow-menu-options--sm.cds--overflow-menu-options[data-floating-menu-direction=top]::after {
|
|
6411
6424
|
inline-size: 2rem;
|
|
6412
6425
|
}
|
|
@@ -6461,6 +6474,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
6461
6474
|
box-sizing: inherit;
|
|
6462
6475
|
}
|
|
6463
6476
|
|
|
6477
|
+
.cds--overflow-menu-options--xs .cds--overflow-menu-options__option {
|
|
6478
|
+
block-size: 1.5rem;
|
|
6479
|
+
}
|
|
6480
|
+
|
|
6464
6481
|
.cds--overflow-menu-options--sm .cds--overflow-menu-options__option {
|
|
6465
6482
|
block-size: 2rem;
|
|
6466
6483
|
}
|
|
@@ -14267,14 +14284,14 @@ tr.cds--parent-row.cds--expandable-row.cds--expandable-row--hover td:first-of-ty
|
|
|
14267
14284
|
|
|
14268
14285
|
.cds--data-table--zebra tbody tr[data-parent-row]:nth-child(4n+3) td,
|
|
14269
14286
|
.cds--data-table--zebra tbody tr[data-child-row]:nth-child(4n+4) td {
|
|
14270
|
-
|
|
14287
|
+
background-color: var(--cds-layer-accent);
|
|
14288
|
+
border-block-end: 1px solid var(--cds-layer-accent);
|
|
14289
|
+
border-block-start: 1px solid var(--cds-layer-accent);
|
|
14271
14290
|
}
|
|
14272
14291
|
|
|
14273
14292
|
.cds--data-table--zebra tbody tr[data-parent-row]:nth-child(4n+1) td,
|
|
14274
14293
|
.cds--data-table--zebra tbody tr[data-child-row]:nth-child(4n+2) td {
|
|
14275
|
-
|
|
14276
|
-
border-block-end: 1px solid var(--cds-layer-accent);
|
|
14277
|
-
border-block-start: 1px solid var(--cds-layer-accent);
|
|
14294
|
+
border-block-end: 1px solid var(--cds-layer);
|
|
14278
14295
|
}
|
|
14279
14296
|
|
|
14280
14297
|
.cds--data-table--zebra tr.cds--parent-row td,
|
|
@@ -20781,6 +20798,14 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
20781
20798
|
mask-image: linear-gradient(to bottom, var(--cds-layer) calc(100% - 80px), transparent calc(100% - 48px), transparent 100%), linear-gradient(to left, var(--cds-layer) 0, 16px, transparent 16px), linear-gradient(to right, var(--cds-layer) 0, 2px, transparent 2px), linear-gradient(to top, var(--cds-layer) 0, 2px, transparent 2px);
|
|
20782
20799
|
}
|
|
20783
20800
|
|
|
20801
|
+
.cds--modal--slug .cds--modal-content.cds--modal-scroll-content.cds--modal-scroll-content--no-fade,
|
|
20802
|
+
.cds--modal--decorator .cds--modal-content.cds--modal-scroll-content.cds--modal-scroll-content--no-fade,
|
|
20803
|
+
.cds--modal-scroll-content.cds--modal-scroll-content--no-fade,
|
|
20804
|
+
.cds--modal-scroll-content--no-fade {
|
|
20805
|
+
-webkit-mask-image: none;
|
|
20806
|
+
mask-image: none;
|
|
20807
|
+
}
|
|
20808
|
+
|
|
20784
20809
|
.cds--modal-scroll-content:has(.cds--autoalign) {
|
|
20785
20810
|
-webkit-mask-image: none;
|
|
20786
20811
|
mask-image: none;
|