scss: apply common widget border styles to file inputs (#35443)

This commit is contained in:
Frédéric Péters 2019-08-19 12:50:12 +02:00
parent 6b82d105f4
commit 289503da5d
1 changed files with 0 additions and 5 deletions

View File

@ -176,11 +176,6 @@ select[readonly] {
background-image: none;
}
input[type=file] {
border: none;
padding-left: 0;
}
select {
@include vendor-prefix('appearance', 'none');
padding-right: 4em;