@carbon/styles 1.88.0-rc.0 → 1.88.0-rc.1

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
@@ -6847,24 +6847,24 @@ a.cds--overflow-menu-options__btn::before {
6847
6847
  color: var(--cds-link-hover-text-color, var(--cds-link-primary-hover, #0043ce));
6848
6848
  text-decoration: underline;
6849
6849
  }
6850
- .cds--link:active, .cds--link:active:visited, .cds--link:active:visited:hover {
6850
+ .cds--link:active:not(.cds--link--disabled), .cds--link:active:visited, .cds--link:active:visited:hover {
6851
6851
  outline: 1px solid var(--cds-focus, #0f62fe);
6852
6852
  color: var(--cds-link-text-color, var(--cds-link-primary, #0f62fe));
6853
6853
  outline-color: var(--cds-link-focus-text-color, var(--cds-focus, #0f62fe));
6854
6854
  text-decoration: underline;
6855
6855
  }
6856
6856
  @media screen and (prefers-contrast) {
6857
- .cds--link:active, .cds--link:active:visited, .cds--link:active:visited:hover {
6857
+ .cds--link:active:not(.cds--link--disabled), .cds--link:active:visited, .cds--link:active:visited:hover {
6858
6858
  outline-style: dotted;
6859
6859
  }
6860
6860
  }
6861
- .cds--link:focus {
6861
+ .cds--link:focus:not(.cds--link--disabled) {
6862
6862
  outline: 1px solid var(--cds-focus, #0f62fe);
6863
6863
  outline-color: var(--cds-link-focus-text-color, var(--cds-focus, #0f62fe));
6864
6864
  text-decoration: underline;
6865
6865
  }
6866
6866
  @media screen and (prefers-contrast) {
6867
- .cds--link:focus {
6867
+ .cds--link:focus:not(.cds--link--disabled) {
6868
6868
  outline-style: dotted;
6869
6869
  }
6870
6870
  }