fix: minor bug w/shadow overlay when link wrapping grid image is focused
This commit is contained in:
parent
f84c7e10d6
commit
cd7aa6a011
3 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue