fix: same bug in watching

This commit is contained in:
Cory Dransfeldt 2024-08-10 21:45:54 -07:00
parent cd7aa6a011
commit 6bd06f5dcf
No known key found for this signature in database
3 changed files with 15 additions and 3 deletions

View file

@ -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%;