renamed _base.scss to _scaffolding.scss

This commit is contained in:
Adam Bradley
2013-09-18 13:23:56 -05:00
parent 1c1d10cfa6
commit af4b6975b0
3 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
// Base // Base
"ionic/reset", "ionic/reset",
"ionic/base", "ionic/scaffolding",
"ionic/grid", "ionic/grid",
"ionic/type", "ionic/type",

View File

@ -79,11 +79,6 @@ body {
border-radius: $border-radius-base; border-radius: $border-radius-base;
} }
// Remove tap highlight color on Safari
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.page, .full-section { .page, .full-section {
position: fixed; position: fixed;
top: 0; top: 0;

View File

@ -16,6 +16,11 @@ p {
line-height: 1.4; line-height: 1.4;
} }
// Remove tap highlight color on Safari
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
// Emphasis & misc // Emphasis & misc
// ------------------------- // -------------------------