Skip to content

Commit

Permalink
Merge pull request #219 from hecfernandez/hectorfernandez/fix-epic-ca…
Browse files Browse the repository at this point in the history
…rets

fix epic caret icons rotation
  • Loading branch information
CarlosLVar authored Sep 5, 2024
2 parents 91bea87 + adf1f75 commit b926223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/modules/epics/dashboard/epic-row/epic-row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
&.unfold {
.name {
.icon {
transform: rotate(180deg);
transform: rotate(0deg);
}
}
}
Expand All @@ -60,7 +60,7 @@
margin-left: .25rem;
}
.icon {
transform: rotate(0);
transform: rotate(-90deg);
transition: all .2s;
}
}
Expand Down

0 comments on commit b926223

Please sign in to comment.