hide img expand icon when img not hovered

This commit is contained in:
axolotle
2022-07-06 16:06:48 +02:00
parent e2cfe73e58
commit 6e60e5b905
+1 -1
View File
@@ -2,7 +2,7 @@
display: inline-block;
position: relative;
&.on-hover:not(:hover) .btn-expand {
&:not(:hover) .btn-expand {
display: none;
}