mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 08:13:40 +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;
|
--accented-background-color: transparent;
|
||||||
|
|
||||||
border: none;
|
border: none;
|
||||||
font-style: italic;
|
|
||||||
color: var(--input-placeholder-color);
|
color: var(--input-placeholder-color);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-group .input-group-text:not(button):not(a):not(.bx) {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
/* Combo box-like dropdown buttons */
|
/* Combo box-like dropdown buttons */
|
||||||
|
|
||||||
.select-button.dropdown-toggle::after {
|
.select-button.dropdown-toggle::after {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user