fix: inheret bg color for editable input
This commit is contained in:
parent
56e02a899e
commit
fb4814ff3c
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ function focus_on_label() {
|
|||
&:focus {
|
||||
outline: none;
|
||||
border-radius: var(--border-radius);
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue