Fix announcements icon rotating like settings one (#30388)

pull/2716/head
David Lapshin 2024-05-21 18:24:51 +03:00 committed by GitHub
parent 32223863a5
commit cd0c547936
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4372,7 +4372,7 @@ a.status-card {
color: $primary-text-color;
}
.icon {
.icon-sliders {
transform: rotate(60deg);
}
}
@ -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;
}