Fix image shadow present with transparent class

This commit is contained in:
daudix
2024-06-19 02:57:17 +03:00
parent fe3a058dfc
commit 0160d2bcba

View File

@ -36,7 +36,7 @@ video {
border-radius: 0; border-radius: 0;
&:hover { &:hover {
box-shadow: none; box-shadow: none !important;
} }
} }
} }