瀏覽代碼

apply transition only on background-color

Gildas 5 年之前
父節點
當前提交
de7e5635fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {