diff --git a/normalize.css b/normalize.css index 8debc1d..d98f778 100644 --- a/normalize.css +++ b/normalize.css @@ -325,6 +325,15 @@ input::-moz-focus-inner { padding: 0; } +/** + * Replace focus style removed in the border reset above + */ + +button:-moz-focusring, +input:-moz-focusring { + outline: 1px dotted ButtonText; +} + /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.