group link resets and scafolding css

This commit is contained in:
Adam Bradley
2014-03-03 13:58:59 -06:00
parent b300e0de66
commit 8ef8227373
2 changed files with 12 additions and 13 deletions

View File

@@ -111,11 +111,17 @@ a:hover {
}
/* *
* Remove tap highlight color on Safari
* Remove tap highlight color
*/
a {
-webkit-user-drag: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
&[href]:hover {
cursor: pointer;
}
}
/* ==========================================================================
@@ -338,6 +344,11 @@ textarea {
vertical-align: top; /* 2 */
}
img {
-webkit-user-drag: none;
}
/* ==========================================================================
Tables
========================================================================== */

View File

@@ -10,18 +10,6 @@
@include box-sizing(border-box);
}
a {
-webkit-user-drag: none;
-webkit-tap-highlight-color: transparent;
&[href]:hover {
cursor: pointer;
}
}
img {
-webkit-user-drag: none;
}
body, .ionic-body {
@include touch-callout(none);
@include font-smoothing(antialiased);