mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 20:02:28 +08:00
style(next): fix the background of disabled input action buttons
This commit is contained in:
parent
26e3c13575
commit
707d406ee9
@ -97,6 +97,7 @@ input::selection,
|
||||
background: transparent;
|
||||
padding: 0 4px;
|
||||
|
||||
/* Workaround to set the "color" property. */
|
||||
--muted-text-color: var(--input-action-button-color);
|
||||
}
|
||||
|
||||
@ -107,6 +108,8 @@ input::selection,
|
||||
|
||||
.input-group a.disabled {
|
||||
opacity: .5;
|
||||
/* Workaround to set the "background" property. */
|
||||
--button-disabled-background-color: transparent;
|
||||
}
|
||||
|
||||
.input-group .input-clearer-button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user