Change dropdown hover color to white (#5593)

Signed-off-by: Navaneesh Kumar <navaneeshkumarb@gmail.com>
This commit is contained in:
Navaneesh Kumar 2020-08-03 12:47:25 -07:00 committed by GitHub
parent 019d031f3e
commit 213b38613c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ input[name="end_input"], input[name="range_input"] {
li.active, .dropdown-item:focus, .dropdown-item:hover {
background-color: steelblue;
color: #fff;
}
button.new_ui_button {