From: Eric Morris Date: Mon, 30 Sep 2013 23:10:26 +0000 (-0700) Subject: Remove tel number style overrides to reduce media queries X-Git-Tag: v1.0.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4221fa67ffdefe1dac8e86fd584b519a67286f2d;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Remove tel number style overrides to reduce media queries --- diff --git a/css/ink.css b/css/ink.css index aba20143..abb78034 100644 --- a/css/ink.css +++ b/css/ink.css @@ -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 * **********************************************/