11@charset "UTF-8" ;
2+ /* ==========================================================================
3+ Styling and layout for all media
4+ ========================================================================== */
25/* Reset
36 ========================================================================== */
47/**
@@ -23,22 +26,6 @@ summary {
2326 display : list-item;
2427}
2528
26- /**
27- * Add the correct display in IE 11.
28- */
29- template {
30- display : none;
31- }
32-
33- /**
34- * Remove tap delay in modern browsers.
35- */
36- a ,
37- input ,
38- button {
39- touch-action : manipulation;
40- }
41-
4229/* Clearfix
4330 ========================================================================== */
4431header ::after ,
@@ -51,9 +38,6 @@ nav ol::after,
5138 clear : both;
5239}
5340
54- /* ==========================================================================
55- Styling and layout for all media
56- ========================================================================== */
5741/* ==========================================================================
5842 Styling and layout for screen media (mobile first)
5943 ========================================================================== */
@@ -293,6 +277,7 @@ nav ol::after,
293277 * 2. Remove default underline style from non-hover state links.
294278 * 3. Interrupt the decoration line to let the shape of the text show through
295279 * in supported browsers.
280+ * 4. Remove tap delay in modern browsers.
296281 */
297282 a {
298283 /* 1 */
@@ -302,6 +287,8 @@ nav ol::after,
302287 /* 3 */
303288 -webkit-text-decoration-skip : ink;
304289 text-decoration-skip-ink : auto;
290+ /* 4 */
291+ touch-action : manipulation;
305292 }
306293
307294 a : hover , a : active {
@@ -990,11 +977,15 @@ li > ol {
990977 }
991978
992979 /**
993- * Show the overflow in Edge.
980+ * 1. Show the overflow in Edge.
981+ * 2. Remove tap delay in modern browsers.
994982 */
995983 button ,
996984input {
985+ /* 1 */
997986 overflow : visible;
987+ /* 2 */
988+ touch-action : manipulation;
998989 }
999990
1000991 /**
0 commit comments