Skip to content

Commit

Permalink
bug(button): remove dotted border on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersonestevo committed Mar 13, 2017
1 parent cdb3763 commit 4c3944f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/button/_button-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ $mat-mini-fab-padding: 8px !default;
opacity: 1;
}
}

&::-moz-focus-inner {
border: 0;
}
}

// Applies styles to buttons with backgrounds: raised, fab, and mini-fab
Expand Down

0 comments on commit 4c3944f

Please sign in to comment.