Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(input): Fix border styles on Firefox.
Browse files Browse the repository at this point in the history
Fixes #2914.
  • Loading branch information
topherfangio committed Oct 7, 2015
1 parent 1146155 commit 88282d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ md-input-container {
line-height: $input-line-height;
-ms-flex-preferred-size: $input-line-height; //IE fix
border-radius: 0;
border-style: solid; // Firefox fix

// Fix number inputs in Firefox to be full-width
width: auto;
Expand Down

0 comments on commit 88282d1

Please sign in to comment.