Fix some colors not being applied to forms

This commit is contained in:
Jean-Romain Garnier 2021-01-16 12:17:39 +01:00
parent 4be2f5f21e
commit 2bf5979e3b
4 changed files with 16 additions and 7 deletions

View file

@ -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;