Replace lost button and input focus style

Fix #481
This commit is contained in:
Thomas Hooper 2015-12-01 17:32:50 +00:00
parent 2bdda84272
commit 2789f8d0af

9
normalize.css vendored
View File

@ -314,6 +314,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.