mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-17 16:31:44 +08:00
style(next): tweak combo box-like dropdown buttons
This commit is contained in:
parent
c3656e27c8
commit
349ae84c8e
@ -235,9 +235,16 @@ select.form-select:hover,
|
|||||||
color: var(--input-hover-color);
|
color: var(--input-hover-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.select-button.dropdown-toggle:active,
|
||||||
|
button.select-button.dropdown-toggle.btn:active {
|
||||||
|
background-color: transparent;
|
||||||
|
color: var(--select-focus-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
select:focus,
|
select:focus,
|
||||||
select.form-select:focus,
|
select.form-select:focus,
|
||||||
.select-button.dropdown-toggle:focus {
|
.select-button.dropdown-toggle:focus,
|
||||||
|
.select-button.dropdown-toggle.btn:focus {
|
||||||
box-shadow: unset;
|
box-shadow: unset;
|
||||||
outline: 3px solid var(--input-focus-outline-color);
|
outline: 3px solid var(--input-focus-outline-color);
|
||||||
outline-offset: 0;
|
outline-offset: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user