Fix shadow on hover with .transparent class

This commit is contained in:
daudix 2024-07-18 00:54:45 +03:00
parent 506623face
commit 95751760fd
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

View File

@ -100,5 +100,12 @@ img {
}
}
}
&.transparent,
&[src*="#transparent"] {
&:hover {
box-shadow: none;
}
}
}
}