From ffdd8f4bd1be7bd7d85e35d46b8d269ffb1846ac Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 6 Dec 2016 17:00:02 -0500 Subject: [PATCH] fix(action-sheet): set border bottom of last button to transparent this prevents the button from shifting around when activated --- src/components/action-sheet/action-sheet.ios.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/action-sheet/action-sheet.ios.scss b/src/components/action-sheet/action-sheet.ios.scss index 37e2dc50b9..8cc0035268 100644 --- a/src/components/action-sheet/action-sheet.ios.scss +++ b/src/components/action-sheet/action-sheet.ios.scss @@ -118,7 +118,7 @@ $action-sheet-ios-button-cancel-font-weight: 600 !default; } .action-sheet-ios .action-sheet-button:last-child { - border-bottom: 0; + border-bottom-color: transparent; } .action-sheet-ios .action-sheet-button.activated {