try adding slightly different syntax for a:has(img)
This commit is contained in:
@ -71,7 +71,9 @@ a:hover {
|
||||
transform: translate(0px,-2px);
|
||||
}
|
||||
|
||||
a:has(img):hover {
|
||||
/* seems like this doesnt always wowrk */
|
||||
a:has(img):hover,
|
||||
a:has(+ img):hover {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user