Browse Source

hide img expand icon when img not hovered

axolotle 1 year ago
parent
commit
6e60e5b905
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/assets/scss/classes/_img-wrapper.scss

+ 1 - 1
src/assets/scss/classes/_img-wrapper.scss

@@ -2,7 +2,7 @@
   display: inline-block;
   position: relative;
 
-  &.on-hover:not(:hover) .btn-expand {
+  &:not(:hover) .btn-expand {
     display: none;
   }