Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

#634: overwrite appearance of password submit input #650

Merged
merged 1 commit into from
Nov 28, 2017
Merged

#634: overwrite appearance of password submit input #650

merged 1 commit into from
Nov 28, 2017

Conversation

ovlb
Copy link
Contributor

@ovlb ovlb commented Nov 23, 2017

Bug: The button to set a password had a different look than other buttons on the site

Fix: add -webkit-appearance: none on the input element to force browser to discard the default styling. For a reduced test case demonstrating the fix see https://codepen.io/ovl/full/qVYgoO/

Bug: The button to set a password had a different look than other buttons on the site

Fix: add -webkit-appearance none on the button element to force browser to discard the default styling. For a reduced test case demonstrating the fix see https://codepen.io/ovl/full/qVYgoO/
@dannycoates
Copy link
Contributor

Thank you @ovlb 😄

@dannycoates dannycoates merged commit beb3a6e into mozilla:master Nov 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants