diff --git a/ionic/components/action-sheet/action-sheet.ios.scss b/ionic/components/action-sheet/action-sheet.ios.scss index ef38bdc5af..c8c8cb48f3 100644 --- a/ionic/components/action-sheet/action-sheet.ios.scss +++ b/ionic/components/action-sheet/action-sheet.ios.scss @@ -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; diff --git a/ionic/components/segment/segment.md.scss b/ionic/components/segment/segment.md.scss index 4a8e833a69..a4fa38e8ee 100644 --- a/ionic/components/segment/segment.md.scss +++ b/ionic/components/segment/segment.md.scss @@ -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; } } diff --git a/ionic/components/toolbar/toolbar.md.scss b/ionic/components/toolbar/toolbar.md.scss index 6a0f2b8ca8..1ce99852af 100644 --- a/ionic/components/toolbar/toolbar.md.scss +++ b/ionic/components/toolbar/toolbar.md.scss @@ -229,7 +229,7 @@ ion-buttons[right] { background-color: $color-base; &.activated { - color: $color-contrast; + color: $color-contrast; background-color: color-shade($color-base); } }