mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
style(next)/combo box: properly handle the hover state when the dropdown arrow is not defined
This commit is contained in:
@@ -349,7 +349,7 @@ select:hover,
|
||||
select.form-select:hover,
|
||||
select.form-control:hover,
|
||||
.select-button.dropdown-toggle.btn:hover {
|
||||
background: var(--input-hover-background) var(--dropdown-arrow);
|
||||
background: var(--input-hover-background) var(--dropdown-arrow,);
|
||||
color: var(--input-hover-color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user