fix: same bug in watching
This commit is contained in:
parent
cd7aa6a011
commit
6bd06f5dcf
3 changed files with 15 additions and 3 deletions
|
@ -1,4 +1,16 @@
|
|||
.watching {
|
||||
& a:focus img,
|
||||
& a:focus-within img {
|
||||
border: 0
|
||||
}
|
||||
|
||||
& a:focus .shadow::after,
|
||||
& a:focus-within .shadow::after {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
& img {
|
||||
border: var(--border-default);
|
||||
width: 100%;
|
||||
|
|
Reference in a new issue