2
0

Fix announcements icon rotating like settings one (#30388)

This commit is contained in:
David Lapshin
2024-05-21 18:24:51 +03:00
committed by GitHub
parent 32223863a5
commit cd0c547936

View File

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