diff --git a/ionic/components/action-sheet/action-sheet.scss b/ionic/components/action-sheet/action-sheet.scss index c73f8fb5af..1de53d58ac 100644 --- a/ionic/components/action-sheet/action-sheet.scss +++ b/ionic/components/action-sheet/action-sheet.scss @@ -41,25 +41,20 @@ ion-action-sheet { .action-sheet-container { width: auto; overflow: hidden; +} - button { - display: block; - padding: 1px; - width: 100%; - margin: 0; - border-radius: 0; - border-color: $action-sheet-options-border-color; - background-color: transparent; +.action-sheet-button { + display: block; + width: 100%; + margin: 0; + border-radius: 0; + border-color: $action-sheet-options-border-color; +} - color: $action-sheet-options-text-color; - font-size: 21px; - } - - button.activated { - box-shadow: none; - border-color: $action-sheet-options-border-color; - background: $action-sheet-options-background-active-color; - } +.action-sheet-button.activated { + box-shadow: none; + border-color: $action-sheet-options-border-color; + background: $action-sheet-options-background-active-color; } .action-sheet-title { @@ -73,11 +68,7 @@ ion-action-sheet { background-color: #fff; overflow: hidden; - button { - border-width: 1px 0px 0px 0px; - } - - button:first-child:last-child { + .action-sheet-button:first-child:last-child { border-width: 0; } } diff --git a/ionic/components/action-sheet/action-sheet.ts b/ionic/components/action-sheet/action-sheet.ts index 44b80682ea..068154b190 100644 --- a/ionic/components/action-sheet/action-sheet.ts +++ b/ionic/components/action-sheet/action-sheet.ts @@ -22,17 +22,17 @@ import {extend} from '../../util/util'; '