style(dark): fix mandatory icon in dark theme

This commit is contained in:
Colin Darie 2023-11-28 11:10:14 +01:00
parent f96d248cc5
commit a0e8d79ab6
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -73,9 +73,6 @@
}
.mandatory {
fill: currentColor;
}
label:not(.fr-label),
legend.form-label {
@ -650,6 +647,10 @@ textarea::placeholder {
background-color: var(--background-action-low-blue-france);
}
.mandatory {
fill: currentColor;
}
.fixed-footer {
border-top: 2px solid $blue-france-500;
position: fixed;