fix: remplacer la couleur d'accentuation Dash 4 par notre couleur primaire (#101)
Dash 4 utilise le token CSS --Dash-Fill-Interactive-Strong (violet par défaut) pour l'état actif/focus des composants dcc (Dropdown, Input, Tabs, DatePicker...). Surchargé au :root avec var(--primary-color).
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
--bs-font-monospace: "Fira Code";
|
--bs-font-monospace: "Fira Code";
|
||||||
--primary-color: rgb(179, 56, 33);
|
--primary-color: rgb(179, 56, 33);
|
||||||
--primary-color-text: #b33821;
|
--primary-color-text: #b33821;
|
||||||
|
/* Dash 4 utilise cette variable pour l'état actif/focus des composants
|
||||||
|
dcc (Dropdown, Input, Tabs, DatePicker...) ; défaut violet remplacé
|
||||||
|
par notre couleur primaire. */
|
||||||
|
--Dash-Fill-Interactive-Strong: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user