Only focus read more in keyboard mode
This commit is contained in:
parent
df06e13041
commit
dd3f5a65ce
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue