mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Handle NULL booleans in the data editor. Fixes #1790
This commit is contained in:
committed by
Dave Page
parent
b7c5039416
commit
4566877188
@@ -394,6 +394,11 @@ input.editor-checkbox {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* remove outlined border on focus */
|
||||
input.editor-checkbox:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* Override selected row color */
|
||||
.sc.selected {
|
||||
background-color: #eeeeee !important;
|
||||
|
||||
Reference in New Issue
Block a user