mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Fix hidden ng-select contents on focus
This commit is contained in:
parent
777d8b4609
commit
f770f0444a
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ $border-color-dark-mode: #47494f;
|
|||
border-color: $border-color-dark-mode;
|
||||
|
||||
input:focus {
|
||||
background-color: $bg-dark-mode !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue