소스 검색

HUE-5245 [editor] Bump the darkness of placeholders and disabled snippet actions

Johan Ahlen 9 년 전
부모
커밋
c663d0e5b8

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


+ 1 - 1
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -816,7 +816,7 @@ table.airy tr td {
 
 .snippet-side-btn.disabled {
   cursor: default !important;
-  color: #C2CFD8 !important;
+  opacity: 0.5;
 }
 
 .snippet-side-btn:focus {

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

@@ -63,7 +63,7 @@
 }
 
 .ace-hue .ace_invisible {
-  color: #D1D1D1
+  color: #BBB
 }
 
 .ace-hue .ace_keyword,

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