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

View file

@ -11,9 +11,11 @@
font-weight: bold; font-weight: bold;
&:focus { &:focus {
@include keyboard-mode {
color: $color-ultramarine; color: $color-ultramarine;
} }
} }
}
&__at-mention { &__at-mention {
border-radius: 4px; border-radius: 4px;