mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
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:
@ -118,7 +118,7 @@ $action-sheet-ios-button-cancel-font-weight: 600 !default;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-sheet-ios .action-sheet-button:last-child {
|
.action-sheet-ios .action-sheet-button:last-child {
|
||||||
border-bottom: 0;
|
border-bottom-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-sheet-ios .action-sheet-button.activated {
|
.action-sheet-ios .action-sheet-button.activated {
|
||||||
|
Reference in New Issue
Block a user