소스 검색

[core] Remove the gray background of the active line in the Ace editor

Johan Ahlen 10 년 전
부모
커밋
b8d402e3df
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      desktop/core/src/desktop/static/desktop/js/ace/theme-hue.js
  2. 4 4
      tools/ace-editor/lib/ace/theme/hue.css

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/js/ace/theme-hue.js


+ 4 - 4
tools/ace-editor/lib/ace/theme/hue.css

@@ -16,6 +16,10 @@
  limitations under the License.
 */
 
+.ace_hidden-cursors .ace_cursor {
+  opacity: 0;
+}
+
 .ace-hue .ace_gutter {
   background: #f6f6f6;
   color: #4D4D4C
@@ -52,10 +56,6 @@
   border: 1px solid #D1D1D1
 }
 
-.ace-hue .ace_marker-layer .ace_active-line {
-  background: #EFEFEF
-}
-
 .ace-hue .ace_gutter-active-line {
   background-color: #dcdcdc
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.