summaryrefslogtreecommitdiff
path: root/scss/modules/link.scss
diff options
context:
space:
mode:
authorJoe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com>2023-10-26 09:24:18 +0100
committerGitHub <noreply@github.com>2023-10-26 09:24:18 +0100
commit25724e5f9bcbf287d9981b4602863c9272f341bf (patch)
tree06afa077095d449c9d8ba921431f5620f59a915d /scss/modules/link.scss
parent58a6b29df62f95f68baa0fcc7c8b5b053d409ea6 (diff)
parent3e57ea5aa0ff95c74bc4bf61913957fc2726874a (diff)
Merge pull request #23 from Sycamost/dev
Call for submissions refers to Lallans 103 (#22)
Diffstat (limited to 'scss/modules/link.scss')
-rw-r--r--scss/modules/link.scss16
1 files changed, 3 insertions, 13 deletions
diff --git a/scss/modules/link.scss b/scss/modules/link.scss
index d225e9d..dfcabcf 100644
--- a/scss/modules/link.scss
+++ b/scss/modules/link.scss
@@ -10,28 +10,18 @@
color 100ms,
text-decoration-color 100ms,
text-decoration-thickness 100ms,
- text-underline-offset 100ms,
- border-color 100ms,
- text-shadow 100ms;
+ border-color 100ms;
}
.link:is(:hover, :focus, :focus-visible, :focus-within),
.group-hover:is(:hover, :focus, :focus-visible, :focus-within) .link {
text-decoration-color: currentColor;
- text-decoration-thickness: calc(4 * var(--relative-eighth-rem));
- text-underline-offset: calc(3 * var(--relative-eighth-rem));
- text-shadow:
- 0 1px 0 currentColor,
- 1px 0 0 currentColor,
- 1px 0 0 currentColor,
- 0 1px 0 currentColor;
+ text-decoration-thickness: calc(3 * var(--relative-eighth-rem));
transition:
color 300ms,
text-decoration-color 300ms,
text-decoration-thickness 300ms,
- text-underline-offset 300ms,
- border-color 300ms,
- text-shadow 300ms;
+ border-color 300ms;
}
.link:focus, .link:focus-visible {