style(dark): fix mandatory icon in dark theme
This commit is contained in:
parent
f96d248cc5
commit
a0e8d79ab6
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue