Skip to content

Commit

Permalink
bug(button): remove dotted border on firefox (#3583)
Browse files Browse the repository at this point in the history
Fixes #3582
  • Loading branch information
jefersonestevo authored and mmalerba committed Mar 17, 2017
1 parent 4e38f69 commit 6b6b392
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 6b6b392

Please sign in to comment.