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