@carbon/styles 1.79.1 → 1.80.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);
|
|
@@ -21372,6 +21353,8 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
21372
21353
|
}
|
|
21373
21354
|
|
|
21374
21355
|
.cds--page-header__tab-bar {
|
|
21356
|
+
display: grid;
|
|
21357
|
+
padding: 0 1rem;
|
|
21375
21358
|
border: 1px solid green; /* stylelint-disable-line */
|
|
21376
21359
|
}
|
|
21377
21360
|
|
|
@@ -24993,13 +24976,11 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
24993
24976
|
.cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch::after,
|
|
24994
24977
|
.cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch::after {
|
|
24995
24978
|
display: block;
|
|
24996
|
-
border: 2px solid var(--cds-focus, #0f62fe);
|
|
24997
24979
|
border-radius: 1rem;
|
|
24998
|
-
block-size:
|
|
24980
|
+
block-size: 100%;
|
|
24999
24981
|
content: "";
|
|
25000
|
-
|
|
25001
|
-
|
|
25002
|
-
margin-inline-start: -0.1875rem;
|
|
24982
|
+
outline: 2px solid var(--cds-focus, #0f62fe);
|
|
24983
|
+
outline-offset: 1px;
|
|
25003
24984
|
}
|
|
25004
24985
|
|
|
25005
24986
|
.cds--toggle__switch--checked {
|