mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
style(next): forms/input groups: fix icons being skewed in certain conditions
This commit is contained in:
parent
41e925dc94
commit
77264b5385
@ -281,12 +281,15 @@ input::selection,
|
||||
--accented-background-color: transparent;
|
||||
|
||||
border: none;
|
||||
font-style: italic;
|
||||
color: var(--input-placeholder-color);
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.input-group .input-group-text:not(button):not(a):not(.bx) {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Combo box-like dropdown buttons */
|
||||
|
||||
.select-button.dropdown-toggle::after {
|
||||
|
Loading…
x
Reference in New Issue
Block a user