Skip to content

Commit ffdd8f4

Browse files
committed
fix(action-sheet): set border bottom of last button to transparent
this prevents the button from shifting around when activated
1 parent b17950d commit ffdd8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/action-sheet/action-sheet.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $action-sheet-ios-button-cancel-font-weight: 600 !default;
118118
}
119119

120120
.action-sheet-ios .action-sheet-button:last-child {
121-
border-bottom: 0;
121+
border-bottom-color: transparent;
122122
}
123123

124124
.action-sheet-ios .action-sheet-button.activated {

0 commit comments

Comments
 (0)