mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 00:02:28 +08:00
style(next): fix the up / down buttons of the "Find in text" input box
This commit is contained in:
parent
59fdc7d048
commit
4efc86b9a3
@ -216,6 +216,7 @@ input::selection,
|
|||||||
.input-group button,
|
.input-group button,
|
||||||
.input-group a {
|
.input-group a {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
--bs-border-width: 0;
|
--bs-border-width: 0;
|
||||||
--accented-background-color: transparent;
|
--accented-background-color: transparent;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@ -228,15 +229,21 @@ input::selection,
|
|||||||
.input-group button:hover,
|
.input-group button:hover,
|
||||||
.input-group a:hover {
|
.input-group a:hover {
|
||||||
--muted-text-color: var(--input-action-button-hover);
|
--muted-text-color: var(--input-action-button-hover);
|
||||||
|
color: var(--input-action-button-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group button:focus-visible,
|
.input-group button:focus-visible,
|
||||||
.input-group a:focus-visible {
|
.input-group a:focus-visible {
|
||||||
|
box-shadow: unset;
|
||||||
outline: transparent;
|
outline: transparent;
|
||||||
border: transparent;
|
border: transparent;
|
||||||
text-shadow: 0 0 3px var(--input-action-button-hover);
|
text-shadow: 0 0 3px var(--input-action-button-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-group button:active {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
.input-group a.disabled {
|
.input-group a.disabled {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
/* Workaround to set the "background" property. */
|
/* Workaround to set the "background" property. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user