Skip to content

Commit 65e14b8

Browse files
author
Jonathan Neal
committed
Update documentation and CHANGELOG.md
1 parent 6fe149b commit 65e14b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Remove color inheritance from form controls.
77
* Address inconsistent styling of abbr[title].
88
* Correct inheritance and scaling of font-size for preformatted text.
9+
* Replace focus style removed in the border reset in Firefox 4+.
910

1011
=== 3.0.3 (March 30, 2015)
1112

normalize.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ input::-moz-focus-inner {
326326
}
327327

328328
/**
329-
* Replace focus style removed in the border reset above
329+
* Restore focus style in Firefox 4+ (unset by a rule above)
330330
*/
331331

332332
button:-moz-focusring,
@@ -416,7 +416,7 @@ textarea {
416416
}
417417

418418
/**
419-
* Don't inherit the `font-weight` (applied by a rule above).
419+
* Restore font weight (unset by a rule above).
420420
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
421421
*/
422422

0 commit comments

Comments
 (0)