@carbon/styles 1.79.0 → 1.80.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
|
@@ -13879,25 +13879,6 @@ tr.cds--parent-row.cds--expandable-row.cds--expandable-row--hover td:first-of-ty
|
|
|
13879
13879
|
inline-size: 2rem;
|
|
13880
13880
|
}
|
|
13881
13881
|
|
|
13882
|
-
tr.cds--parent-row.cds--expandable-row td.cds--table-expand + td::after {
|
|
13883
|
-
position: absolute;
|
|
13884
|
-
background-color: var(--cds-layer-accent);
|
|
13885
|
-
block-size: 0.0625rem;
|
|
13886
|
-
content: "";
|
|
13887
|
-
inline-size: 0.5rem;
|
|
13888
|
-
inset-block-end: -0.0625rem;
|
|
13889
|
-
inset-inline-start: 0;
|
|
13890
|
-
}
|
|
13891
|
-
|
|
13892
|
-
tr.cds--parent-row.cds--expandable-row:hover td.cds--table-expand + td::after,
|
|
13893
|
-
tr.cds--parent-row.cds--expandable-row.cds--expandable-row--hover td.cds--table-expand + td::after {
|
|
13894
|
-
background-color: var(--cds-layer-hover);
|
|
13895
|
-
}
|
|
13896
|
-
|
|
13897
|
-
tr.cds--parent-row.cds--data-table--selected td.cds--table-expand + td::after {
|
|
13898
|
-
display: none;
|
|
13899
|
-
}
|
|
13900
|
-
|
|
13901
13882
|
.cds--data-table--zebra tbody tr[data-parent-row]:nth-child(4n+3) td,
|
|
13902
13883
|
.cds--data-table--zebra tbody tr[data-child-row]:nth-child(4n+4) td {
|
|
13903
13884
|
border-block-end: 1px solid var(--cds-layer);
|
|
@@ -15219,6 +15200,8 @@ th .cds--table-sort__flex {
|
|
|
15219
15200
|
padding: 0;
|
|
15220
15201
|
border: none;
|
|
15221
15202
|
background-color: var(--cds-layer);
|
|
15203
|
+
block-size: -moz-fit-content;
|
|
15204
|
+
block-size: fit-content;
|
|
15222
15205
|
color: var(--cds-text-primary, #161616);
|
|
15223
15206
|
inline-size: 48rem;
|
|
15224
15207
|
max-block-size: 50%;
|
|
@@ -24991,13 +24974,11 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
24991
24974
|
.cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch::after,
|
|
24992
24975
|
.cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch::after {
|
|
24993
24976
|
display: block;
|
|
24994
|
-
border: 2px solid var(--cds-focus, #0f62fe);
|
|
24995
24977
|
border-radius: 1rem;
|
|
24996
|
-
block-size:
|
|
24978
|
+
block-size: 100%;
|
|
24997
24979
|
content: "";
|
|
24998
|
-
|
|
24999
|
-
|
|
25000
|
-
margin-inline-start: -0.1875rem;
|
|
24980
|
+
outline: 2px solid var(--cds-focus, #0f62fe);
|
|
24981
|
+
outline-offset: 1px;
|
|
25001
24982
|
}
|
|
25002
24983
|
|
|
25003
24984
|
.cds--toggle__switch--checked {
|