ソースを参照

hide img expand icon when img not hovered

axolotle 1 年間 前
コミット
6e60e5b905
1 ファイル変更1 行追加1 行削除
  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;
   }