@carbon/styles 1.79.1 → 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);
@@ -24993,13 +24974,11 @@ span.cds--pagination__text.cds--pagination__items-count {
24993
24974
  .cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch::after,
24994
24975
  .cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch::after {
24995
24976
  display: block;
24996
- border: 2px solid var(--cds-focus, #0f62fe);
24997
24977
  border-radius: 1rem;
24998
- block-size: calc(100% + 0.375rem);
24978
+ block-size: 100%;
24999
24979
  content: "";
25000
- inline-size: calc(100% + 0.375rem);
25001
- margin-block-start: -0.1875rem;
25002
- margin-inline-start: -0.1875rem;
24980
+ outline: 2px solid var(--cds-focus, #0f62fe);
24981
+ outline-offset: 1px;
25003
24982
  }
25004
24983
 
25005
24984
  .cds--toggle__switch--checked {