We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fc1462 + abf3d0b commit 83fb11aCopy full SHA for 83fb11a
UNRELEASED.md
@@ -17,6 +17,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
17
### Enhancements
18
19
- Made the `action` prop optional on `EmptyState` ([#1583](https://github.com/Shopify/polaris-react/pull/1583))
20
+- Prevented Firefox from showing an extra dotted border on focused buttons ([#1409](https://github.com/Shopify/polaris-react/pull/1409))
21
22
### Bug fixes
23
src/styles/global/elements.scss
@@ -50,3 +50,10 @@ p {
50
font-size: 1em;
51
font-weight: 400;
52
}
53
+
54
+button::-moz-focus-inner,
55
+[type='button']::-moz-focus-inner,
56
+[type='reset']::-moz-focus-inner,
57
+[type='submit']::-moz-focus-inner {
58
+ border-style: none;
59
+}
0 commit comments