[Glitch] Fix announcements icon rotating like settings one
Port cd0c547936
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main
parent
5ab111554e
commit
dc35563f65
|
@ -4609,7 +4609,7 @@ a.status-card {
|
|||
color: $primary-text-color;
|
||||
}
|
||||
|
||||
.icon {
|
||||
.icon-sliders {
|
||||
transform: rotate(60deg);
|
||||
}
|
||||
}
|
||||
|
@ -4659,7 +4659,7 @@ a.status-card {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.no-reduce-motion .column-header__button .icon {
|
||||
.no-reduce-motion .column-header__button .icon-sliders {
|
||||
transition: transform 150ms ease-in-out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue