Merge pull request #490 from lastfm/fix-firefox-button-focus-outline-take-two-481

Replace lost button and input focus style
This commit is contained in:
Jonathan Neal 2016-01-31 19:53:43 -05:00
commit 6fe149b301

9
normalize.css vendored
View File

@ -325,6 +325,15 @@ input::-moz-focus-inner {
padding: 0; 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 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet. * the UA stylesheet.