mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(item-sliding): hide opposite side options when other side is open (#17986)
* fix(item-sliding): hide opposite side options * Fix padding issue * add visibility hidden for item options
This commit is contained in:

committed by
Liam DeBeasi

parent
983382c327
commit
f13722cc20
@ -77,6 +77,8 @@ ion-item-options {
|
||||
|
||||
ion-item-options {
|
||||
display: flex;
|
||||
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
&.item-sliding-active-options-start .item-options-start,
|
||||
|
Reference in New Issue
Block a user