Fix some colors not being applied to forms
This commit is contained in:
parent
4be2f5f21e
commit
2bf5979e3b
4 changed files with 16 additions and 7 deletions
|
@ -49,6 +49,7 @@ $link-focus-color: none;
|
|||
// Forms
|
||||
$forms-text-color: none;
|
||||
$forms-background-color: none;
|
||||
$forms-placeholder-color: none;
|
||||
|
||||
|
||||
// Vue.js tree
|
||||
|
@ -58,7 +59,9 @@ $tree-background-selected-color: none;
|
|||
|
||||
|
||||
// Django autocomplete light
|
||||
$dal-result-focus-text-color: none;
|
||||
$dal-result-focus-background-color: none;
|
||||
$dal-result-selected-text-color: none;
|
||||
$dal-result-selected-background-color: none;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue