better UX of code editor

This commit is contained in:
Jan Prochazka
2022-09-28 13:04:50 +02:00
parent c5a7f458ba
commit e7ac7558ca
2 changed files with 52 additions and 35 deletions

View File

@@ -190,4 +190,10 @@ textarea {
.ace_gutter-cell.ace-gutter-sql-run:hover {
background-color: var(--theme-bg-2);
}
.ace_gutter-cell.ace-gutter-current-part {
/* background-color: var(--theme-bg-2); */
font-weight: bold;
color: var(--theme-font-hover);
}