mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
Merge pull request #5867 from manucorporat/fix-action-sheet-safari
fix(action-sheet): action sheet button no longer shortens when activated in Safari
This commit is contained in:
@ -67,7 +67,7 @@ ion-action-sheet {
|
|||||||
|
|
||||||
.action-sheet-button {
|
.action-sheet-button {
|
||||||
padding: $action-sheet-ios-button-padding;
|
padding: $action-sheet-ios-button-padding;
|
||||||
|
margin: 0;
|
||||||
min-height: $action-sheet-ios-button-min-height;
|
min-height: $action-sheet-ios-button-min-height;
|
||||||
|
|
||||||
border-bottom: $action-sheet-ios-button-border-width $action-sheet-ios-button-border-style $action-sheet-ios-border-color;
|
border-bottom: $action-sheet-ios-button-border-width $action-sheet-ios-button-border-style $action-sheet-ios-border-color;
|
||||||
|
Reference in New Issue
Block a user