mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-01 04:12:58 +08:00
style(next): fix the combo box style being overridden in some particular cases
This commit is contained in:
parent
7d81c65e8e
commit
c832eed0d7
@ -273,6 +273,7 @@ input::selection,
|
|||||||
|
|
||||||
select,
|
select,
|
||||||
select.form-select,
|
select.form-select,
|
||||||
|
select.form-control,
|
||||||
.select-button.dropdown-toggle.btn {
|
.select-button.dropdown-toggle.btn {
|
||||||
outline: 3px solid transparent;
|
outline: 3px solid transparent;
|
||||||
outline-offset: 6px;
|
outline-offset: 6px;
|
||||||
@ -285,6 +286,7 @@ select.form-select,
|
|||||||
|
|
||||||
select:hover,
|
select:hover,
|
||||||
select.form-select:hover,
|
select.form-select:hover,
|
||||||
|
select.form-control:hover,
|
||||||
.select-button.dropdown-toggle.btn:hover {
|
.select-button.dropdown-toggle.btn:hover {
|
||||||
background-color: var(--input-hover-background);
|
background-color: var(--input-hover-background);
|
||||||
color: var(--input-hover-color);
|
color: var(--input-hover-color);
|
||||||
@ -297,6 +299,7 @@ button.select-button.dropdown-toggle.btn:active {
|
|||||||
|
|
||||||
select:focus,
|
select:focus,
|
||||||
select.form-select:focus,
|
select.form-select:focus,
|
||||||
|
select.form-control:focus,
|
||||||
.select-button.dropdown-toggle.btn: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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user