tangled
alpha
login
or
join now
vt3e.cat
/
www
2
fork
atom
this repo has no descr,ription
vt3e.cat
2
fork
atom
overview
issues
pulls
pipelines
fix: fix global focus-visible style
vt3e.cat
2 months ago
50a65f89
7985014b
verified
This commit was signed with the committer's
known signature
.
vt3e.cat
SSH Key Fingerprint:
SHA256:bC12nO0d6wKnJ426YBbLO7LVxmZlwJ1l2X0eqOroDV0=
+6
-5
1 changed file
expand all
collapse all
unified
split
pkgs
web
src
styles
main.scss
+6
-5
pkgs/web/src/styles/main.scss
···
33
33
border-color var(--transition),
34
34
border-radius var(--transition),
35
35
font-weight var(--transition),
36
36
+
text-decoration-thickness var(--transition),
36
37
opacity var(--transition),
37
38
transform var(--transition),
38
39
backdrop-filter var(--transition),
39
40
text-decoration-color var(--transition),
40
41
filter var(--transition);
42
42
+
}
41
43
42
42
-
&:focus-visible {
43
43
-
outline-color: hsl(var(--blue));
44
44
-
outline-offset: 2px;
45
45
-
border-radius: 2px;
46
46
-
}
44
44
+
*:focus-visible {
45
45
+
outline-color: hsl(var(--accent));
46
46
+
outline-offset: 2px;
47
47
+
border-radius: 2px;
47
48
}
48
49
49
50
:root {