mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix the text highlight colour.
This commit is contained in:
parent
0694f59e70
commit
1770c94b07
@ -151,4 +151,8 @@
|
||||
color: $sql-hint-active-fg;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.CodeMirror-focused .CodeMirror-selected {
|
||||
background: $color-primary-light !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user