소스 검색

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;
 }