mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
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:
commit
6fe149b301
9
normalize.css
vendored
9
normalize.css
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user