Browse Source

apply transition only on background-color

Gildas 5 năm trước cách đây
mục cha
commit
de7e5635fc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      extension/ui/pages/editor-mask-web.css

+ 1 - 1
extension/ui/pages/editor-mask-web.css

@@ -4,7 +4,7 @@
     z-index: 2147483645;
     pointer-events: none;
     background-color: transparent;
-    transition: all 125ms;
+    transition: background-color 125ms;
 }
 
 .note-mask-moving.note-yellow {