Skip to content

Commit

Permalink
perf(item-sliding): remove duplicate class (#11829)
Browse files Browse the repository at this point in the history
* fix(lint): unused import

* perf(item-sliding): remove duplicate class

* fix(item-sliding): revert and merge selector

* fix(item-sliding): pass lint
  • Loading branch information
AmitMY authored and brandyscarney committed Jun 2, 2017
1 parent 6256b0f commit c9cb9ae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/item/item-sliding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,7 @@ ion-item-sliding.active-slide {
display: flex;
}

&.active-options-left ion-item-options[side=left] {
width: 100%;

visibility: visible;
}

&.active-options-left ion-item-options[side=left],
&.active-options-right ion-item-options:not([side=left]) {
width: 100%;

Expand Down

0 comments on commit c9cb9ae

Please sign in to comment.