Browse Source

:art: fix https://github.com/siyuan-note/siyuan/issues/10097

Vanessa 1 năm trước cách đây
mục cha
commit
69f2eeb625
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      app/src/assets/scss/protyle/_wysiwyg.scss

+ 5 - 0
app/src/assets/scss/protyle/_wysiwyg.scss

@@ -621,4 +621,9 @@
   .protyle-icons--show {
     opacity: .86;
   }
+
+  .render-node .img:hover .protyle-icons,
+  .render-node .render-node:hover > .protyle-icons {
+    opacity: 0;
+  }
 }