We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01973c0 + ef468bb commit 653fb3aCopy full SHA for 653fb3a
css/src/components/link.module.css
@@ -6,8 +6,10 @@
6
border-bottom: var(--border-width-2-5) solid transparent;
7
}
8
9
-.Link:focus-visible {
10
- outline: none;
+.Link:focus {
+ outline: var(--border-width-05) solid var(--primary-focus);
11
+ outline-offset: var(--spacing-05);
12
+ border-radius: var(--border-radius-10);
13
14
15
.Link--regular {
@@ -49,16 +51,6 @@
49
51
border: none;
50
52
53
-.Link--default:focus {
- box-shadow: var(--shadow-spread) var(--primary-shadow);
54
- border-radius: var(--border-radius-10);
55
-}
56
-
57
-.Link--subtle:focus {
58
- box-shadow: var(--shadow-spread) var(--secondary-shadow);
59
60
61
62
.Link--default-disabled {
63
color: var(--primary-lighter);
64
pointer-events: none;
0 commit comments