Skip to content

Commit

Permalink
Fix announcements icon rotating like settings one (mastodon#30388)
Browse files Browse the repository at this point in the history
  • Loading branch information
daudix committed May 21, 2024
1 parent 3222386 commit cd0c547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4372,7 +4372,7 @@ a.status-card {
color: $primary-text-color;
}

.icon {
.icon-sliders {
transform: rotate(60deg);
}
}
Expand All @@ -4383,7 +4383,7 @@ a.status-card {
}
}

.no-reduce-motion .column-header__button .icon {
.no-reduce-motion .column-header__button .icon-sliders {
transition: transform 150ms ease-in-out;
}

Expand Down

0 comments on commit cd0c547

Please sign in to comment.