Fix the text highlight colour.

This commit is contained in:
Dave Page 2019-02-25 17:08:05 +00:00
parent 0694f59e70
commit 1770c94b07

View File

@ -151,4 +151,8 @@
color: $sql-hint-active-fg;
}
}
}
}
.CodeMirror-focused .CodeMirror-selected {
background: $color-primary-light !important;
}