fix(action-sheet): set border bottom of last button to transparent

this prevents the button from shifting around when activated
This commit is contained in:
Brandy Carney
2016-12-06 17:00:02 -05:00
parent b17950d326
commit ffdd8f4bd1

View File

@ -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 {