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

added cursour cross-hair when removing outer elements

Gildas 5 лет назад
Родитель
Сommit
a2be66a711
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      extension/ui/pages/editor-frame-web.css

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

@@ -68,7 +68,7 @@ single-file-note {
     outline-color: green !important;
 }
 
-.single-file-cut-hover, .single-file-remove-highlights-mode .single-file-highlight:hover {
+.single-file-cut-hover, .single-file-cut-outer-hover, .single-file-remove-highlights-mode .single-file-highlight:hover {
     cursor: crosshair !important;
 }