Only focus read more in keyboard mode

This commit is contained in:
Josh Perez 2021-10-21 18:06:47 -04:00 committed by GitHub
parent df06e13041
commit dd3f5a65ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@
font-weight: bold;
&:focus {
color: $color-ultramarine;
@include keyboard-mode {
color: $color-ultramarine;
}
}
}