fix(segment-button): remove border for standalone

this also fixes some sass lint errors
This commit is contained in:
Brandy Carney
2018-02-09 17:49:11 -05:00
parent 7d277e2357
commit 25b23d1138
5 changed files with 6 additions and 4 deletions

View File

@ -13,7 +13,7 @@ ion-nav {
width: 100%;
height: 100%;
background-color: black;
background-color: #000;
contain: layout size style;

View File

@ -19,6 +19,8 @@ ion-segment-button {
overflow: hidden;
border: 0;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;

View File

@ -77,4 +77,4 @@ ion-select {
.item-label-stacked .select,
.item-label-floating .select {
max-width: 100%;
}
}

View File

@ -16,4 +16,4 @@
color: $base-color !important;
}
}
}

View File

@ -16,4 +16,4 @@
color: $base-color !important;
}
}
}