hide img expand icon when img not hovered
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&.on-hover:not(:hover) .btn-expand {
|
&:not(:hover) .btn-expand {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user