mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(sliding-item): swipe event
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
--ion-color-base: #{ion-color(primary, base)};
|
||||
--ion-color-contrast: #{ion-color(primary, contrast)};
|
||||
|
||||
background: #{current-color(base)};
|
||||
color: #{current-color(contrast)};
|
||||
|
||||
font-family: $font-family-base;
|
||||
@ -23,16 +24,12 @@
|
||||
|
||||
outline: none;
|
||||
|
||||
background: #{current-color(base)};
|
||||
background: transparent;
|
||||
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.item-option-native:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.item-option-button-inner {
|
||||
display: flex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user