style(procedure/form): fix bg on input file within non-dsfr forms
This commit is contained in:
parent
e3ddb7779f
commit
fe0312b1d7
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
padding: 0 $default-padding;
|
||||
background-color: $light-grey;
|
||||
|
||||
input[type=file] {
|
||||
background-color: transparent; // Remove white bg set by DSFR
|
||||
}
|
||||
|
||||
&.no-background {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue