mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-02 13:02:00 +08:00
style(next): tweak the inputs wrapped inside input groups
This commit is contained in:
parent
9ea7b35e6a
commit
5dd7b2c049
@ -52,4 +52,12 @@ input::selection,
|
|||||||
.form-control::selection {
|
.form-control::selection {
|
||||||
background: var(--input-selection-background);
|
background: var(--input-selection-background);
|
||||||
color: var(--input-selection-text-color);
|
color: var(--input-selection-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-group input
|
||||||
|
.input-group input:focus,
|
||||||
|
.input-group .form-control,
|
||||||
|
.input-group .form-control:focus {
|
||||||
|
/* Ignore the focus outline for the inputs that are children of an input group */
|
||||||
|
outline: unset;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user