mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
style(next): file input: change the foreground color depending on the state
This commit is contained in:
parent
e4d49cc45d
commit
cba504fb24
@ -364,8 +364,14 @@ optgroup {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tn-file-input input[type="file"]:focus {
|
||||
.tn-file-input:hover input[type="file"] {
|
||||
color: var(--input-hover-color);
|
||||
}
|
||||
|
||||
.tn-file-input input[type="file"]:focus,
|
||||
.tn-file-input input[type="file"]:active {
|
||||
outline: none;
|
||||
color: var(--input-focus-color);
|
||||
}
|
||||
|
||||
/* The browse icon */
|
||||
|
Loading…
x
Reference in New Issue
Block a user