fix: minor bug w/shadow overlay when link wrapping grid image is focused

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

View file

@ -67,6 +67,13 @@
border: 0
}
& a:focus .shadow::after,
& a:focus-within .shadow::after {
left: 0;
width: 100%;
height: 100%
}
& .meta-text {
position: absolute;
z-index: 2;