1
0
Эх сурвалжийг харах

apply transition only on background-color

Gildas 5 жил өмнө
parent
commit
de7e5635fc

+ 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 {