mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
style(next): refactor
This commit is contained in:
@@ -217,7 +217,6 @@ input::selection,
|
|||||||
|
|
||||||
select,
|
select,
|
||||||
select.form-select,
|
select.form-select,
|
||||||
.select-button.dropdown-toggle,
|
|
||||||
.select-button.dropdown-toggle.btn {
|
.select-button.dropdown-toggle.btn {
|
||||||
outline: 3px solid transparent;
|
outline: 3px solid transparent;
|
||||||
outline-offset: 6px;
|
outline-offset: 6px;
|
||||||
@@ -230,12 +229,11 @@ select.form-select,
|
|||||||
|
|
||||||
select:hover,
|
select:hover,
|
||||||
select.form-select:hover,
|
select.form-select:hover,
|
||||||
.select-button.dropdown-toggle: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);
|
||||||
}
|
}
|
||||||
|
|
||||||
button.select-button.dropdown-toggle:active,
|
|
||||||
button.select-button.dropdown-toggle.btn:active {
|
button.select-button.dropdown-toggle.btn:active {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: var(--select-focus-text-color);
|
color: var(--select-focus-text-color);
|
||||||
@@ -243,7 +241,6 @@ button.select-button.dropdown-toggle.btn:active {
|
|||||||
|
|
||||||
select:focus,
|
select:focus,
|
||||||
select.form-select:focus,
|
select.form-select:focus,
|
||||||
.select-button.dropdown-toggle: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);
|
||||||
|
|||||||
Reference in New Issue
Block a user