style: button focus style should not stay after click (#36902)

:focus => :focus-visible

close #36896
This commit is contained in:
afc163 2022-08-05 10:58:07 +08:00 committed by GitHub
parent 212802bc09
commit 30d60fc05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
cursor: pointer;
transition: color 0.3s;
&:focus,
&:focus-visible,
&:hover {
color: @link-hover-color;
}