Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanita Barrett committed Apr 22, 2021
1 parent 522a489 commit cd3b376
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/govuk/components/file-upload/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
padding-top: $component-padding;
padding-bottom: $component-padding;

&::-webkit-file-upload-button {
-webkit-appearance: button;
color: $govuk-text-colour;
}

&:focus {
// "Yank" the padding with negative margin to avoid a jump
// when element is focused
Expand Down

0 comments on commit cd3b376

Please sign in to comment.