Browse Source

Fix link styles

pull/4023/head
Andrew Kingston 5 years ago
parent
commit
d0c6f64b22
  1. 4
      packages/standard-components/src/Link.svelte

4
packages/standard-components/src/Link.svelte

@ -66,11 +66,11 @@
a {
color: var(--spectrum-alias-text-color);
display: inline-block;
white-space: pre-wrap;
white-space: nowrap;
transition: color 130ms ease-in-out;
}
a:hover {
color: var(--spectrum-global-color-blue-600);
color: var(--spectrum-global-color-blue-600) !important;
}
.placeholder {
font-style: italic;

Loading…
Cancel
Save