Skip to content

Commit

Permalink
fix(text-field): Hide extraneous border in FF in HC mode. (#2931)
Browse files Browse the repository at this point in the history

(cherry picked from commit 418868a)
  • Loading branch information
aprigogin authored and Kenneth G. Franqueiro committed Jun 18, 2018
1 parent c311df5 commit bd4c563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
.mdc-text-field__input {
display: flex;
padding: 12px;
border: none;
border: none !important; // FF adds unwanted border in HC mode on windows.
background-color: transparent;
z-index: 1;
}
Expand Down

0 comments on commit bd4c563

Please sign in to comment.