Skip to content

Commit

Permalink
chore(sass): fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Mar 23, 2016
1 parent 5ca6bf4 commit 5fc77b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ionic/components/action-sheet/action-sheet.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion ionic/components/segment/segment.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down
2 changes: 1 addition & 1 deletion ionic/components/toolbar/toolbar.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ ion-buttons[right] {
background-color: $color-base;

&.activated {
color: $color-contrast;
color: $color-contrast;
background-color: color-shade($color-base);
}
}
Expand Down

0 comments on commit 5fc77b5

Please sign in to comment.