From 5fc77b508109cb6d5e205282c2f3165b38ff099a Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 23 Mar 2016 12:33:56 -0400 Subject: [PATCH] chore(sass): fix linter errors --- ionic/components/action-sheet/action-sheet.ios.scss | 3 ++- ionic/components/segment/segment.md.scss | 2 +- ionic/components/toolbar/toolbar.md.scss | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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); } }