chore(sass): fix linter errors

This commit is contained in:
Brandy Carney
2016-03-23 12:33:56 -04:00
parent 5ca6bf404a
commit 5fc77b5081
3 changed files with 4 additions and 3 deletions

View File

@@ -66,8 +66,9 @@ ion-action-sheet {
}
.action-sheet-button {
padding: $action-sheet-ios-button-padding;
margin: 0;
padding: $action-sheet-ios-button-padding;
min-height: $action-sheet-ios-button-min-height;
border-bottom: $action-sheet-ios-button-border-width $action-sheet-ios-button-border-style $action-sheet-ios-border-color;

View File

@@ -47,8 +47,8 @@ $segment-button-md-icon-line-height: $segment-button-md-line-height !d
&.activated,
&.segment-activated {
opacity: 1;
border-color: $segment-button-md-border-color-activated;
opacity: 1;
}
}

View File

@@ -229,7 +229,7 @@ ion-buttons[right] {
background-color: $color-base;
&.activated {
color: $color-contrast;
color: $color-contrast;
background-color: color-shade($color-base);
}
}