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

View File

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