mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 19:51:36 +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 {
|
||||
background: var(--input-selection-background);
|
||||
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