Parcourir la source

hide img expand icon when img not hovered

axolotle il y a 1 an
Parent
commit
6e60e5b905
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
   }