mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +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-select:hover,
|
||||||
select.form-control:hover,
|
select.form-control:hover,
|
||||||
.select-button.dropdown-toggle.btn: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);
|
color: var(--input-hover-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user