فهرست منبع

added cursour cross-hair when removing outer elements

Gildas 5 سال پیش
والد
کامیت
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;
 }