fix(segment-button): remove border for standalone

this also fixes some sass lint errors
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Brandy Carney
2018-02-09 17:49:11 -05:00
gitea-unlock(16/)
parent 7d277e2357
commit 25b23d1138
octicon-diff(16/tw-mr-1) 5 changed files with 6 additions and 4 deletions

2
packages/core/src/components/nav/nav.scss
View File

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

2
packages/core/src/components/segment-button/segment-button.scss
View File

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

2
packages/core/src/components/select/select.scss
View File

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

2
packages/core/src/components/text/text.ios.scss
View File

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

2
packages/core/src/components/text/text.md.scss
View File

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