Skip to content

Commit 6b6b392

Browse files
jefersonestevommalerba
authored andcommitted
bug(button): remove dotted border on firefox (#3583)
Fixes #3582
1 parent 4e38f69 commit 6b6b392

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/button/_button-base.scss

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ $mat-mini-fab-padding: 8px !default;
6060
opacity: 1;
6161
}
6262
}
63+
64+
&::-moz-focus-inner {
65+
border: 0;
66+
}
6367
}
6468

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

0 commit comments

Comments
 (0)