mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
group link resets and scafolding css
This commit is contained in:
@@ -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
|
||||
========================================================================== */
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user