Skip to content

Commit

Permalink
fix(MdListItemExpand): specifically target direct md-list-expand-icon…
Browse files Browse the repository at this point in the history
… children when parent is active.
  • Loading branch information
Pwntus committed Jun 7, 2018
1 parent 24e63ba commit acc6d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdList/MdListItem/MdListItemExpand.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
will-change: border;
&.md-active {
.md-list-expand-icon {
> .md-list-item-content > .md-list-expand-icon {
perspective: 1000px;
perspective-origin: 50% 50%;
transform: rotateX(180deg);
Expand Down

0 comments on commit acc6d8f

Please sign in to comment.