Commit fff15126 authored by Fatih Acet's avatar Fatih Acet

RepoEditor: Fix active line hilite color.

parent d75c6135
...@@ -71,6 +71,11 @@ ...@@ -71,6 +71,11 @@
height: 100%; height: 100%;
.monaco-editor.vs { .monaco-editor.vs {
.current-line {
border: none;
background: #f1f1f2;
}
.line-numbers { .line-numbers {
cursor: pointer; cursor: pointer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment