Explorar el Código

added cursour cross-hair when removing outer elements

Gildas hace 5 años
padre
commit
a2be66a711
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }