fix: book focus state
This commit is contained in:
parent
b9506f48ac
commit
1f3f03a7bd
3 changed files with 7 additions and 3 deletions
|
@ -14,6 +14,10 @@
|
|||
transition-duration: 300ms;
|
||||
}
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
& a:hover img,
|
||||
& a:focus img,
|
||||
& a:active img {
|
||||
|
|
Reference in a new issue