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,7 +11,9 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
color: $color-ultramarine;
|
@include keyboard-mode {
|
||||||
|
color: $color-ultramarine;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue