update img expand hover strategy

This commit is contained in:
axolotle
2022-07-06 16:15:54 +02:00
parent 254ea2815b
commit 92af23580e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
display: inline-block;
position: relative;
&:not(:hover) .btn-expand {
&.on-hover:not(:hover) .btn-expand {
display: none;
}