do not use solid background for invalid to not cover selection
This commit is contained in:
parent
98e26ed5ea
commit
341f52b809
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ exports.cssText = ".ace-tm .ace_editor {\
|
|||
}\
|
||||
\
|
||||
.ace-tm .ace_line .ace_invalid {\
|
||||
background-color: rgb(153, 0, 0);\
|
||||
color: white;\
|
||||
background-color: rgba(255, 0, 0, 0.1);\
|
||||
color: red;\
|
||||
}\
|
||||
\
|
||||
.ace-tm .ace_line .ace_support.ace_function {\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue