File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33/**
44 * 1. Set default font family to sans-serif.
5- * 2. Prevent iOS text size adjust after orientation change, without disabling
6- * user zoom.
5+ * 2. Prevent iOS and IE text size adjust after device orientation change,
6+ * without disabling user zoom.
77 */
88
99html {
@@ -71,7 +71,7 @@ audio:not([controls]) {
7171
7272/**
7373 * Address `[hidden]` styling not present in IE 8/9/10.
74- * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
74+ * Hide the `template` element in IE 8/9/10/ 11, Safari, and Firefox < 22.
7575 */
7676
7777[hidden ],
9191}
9292
9393/**
94- * Improve readability when focused and also mouse hovered in all browsers.
94+ * Improve readability of focused elements when they are also in an
95+ * active/hover state.
9596 */
9697
9798a : active ,
You can’t perform that action at this time.
0 commit comments