Просмотр исходного кода

apply transition only on background-color

Gildas 5 лет назад
Родитель
Сommit
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;
     z-index: 2147483645;
     pointer-events: none;
     pointer-events: none;
     background-color: transparent;
     background-color: transparent;
-    transition: all 125ms;
+    transition: background-color 125ms;
 }
 }
 
 
 .note-mask-moving.note-yellow {
 .note-mask-moving.note-yellow {