Fix hidden ng-select contents on focus

This commit is contained in:
Michael Shamoon 2020-12-28 17:49:10 -08:00
parent 7a8dce2d19
commit 2cfce4047e

View File

@ -269,7 +269,7 @@ $border-color-dark-mode: #47494f;
border-color: $border-color-dark-mode;
input:focus {
background-color: $bg-dark-mode !important;
background-color: transparent !important;
}
}