]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Remove tel number style overrides to reduce media queries
authorEric Morris <eric@zurb.com>
Mon, 30 Sep 2013 23:10:26 +0000 (16:10 -0700)
committerEric Morris <eric@zurb.com>
Mon, 30 Sep 2013 23:10:26 +0000 (16:10 -0700)
css/ink.css

index aba201435821bb1c81e6f4df71675d1867635ac0..abb78034a2b31b2c3e5fa665115beadd4bceb9a6 100644 (file)
@@ -84,39 +84,6 @@ hr {
   border: none;
 }
 
-@media only screen and (max-device-width: 480px) {
-  a[href^="tel"], 
-  a[href^="sms"] { 
-    text-decoration: none; 
-    pointer-events: none; 
-    cursor: default; 
-  }
-
-  .mobile_link a[href^="tel"], 
-  .mobile_link a[href^="sms"] { 
-    text-decoration: default; 
-    color: orange !important; 
-    pointer-events: auto; 
-    cursor: default; 
-  }
-}
-
-@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
-  a[href^="tel"], a[href^="sms"] { 
-    text-decoration: none; 
-    color: blue;
-    pointer-events: none; 
-    cursor: default; 
-  }
-  .mobile_link a[href^="tel"], 
-  .mobile_link a[href^="sms"] { 
-    text-decoration: default; 
-    color: orange !important; 
-    pointer-events: auto; 
-    cursor: default; 
-  }
-}
-
 /**********************************************
 * Responsive Grid                             *
 **********************************************/