File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
332332button : -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
You can’t perform that action at this time.
0 commit comments