[Glitch] Fix incorrect element selector from #30221

Port 94493cff92 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main
David Lapshin 2024-05-16 10:33:29 +03:00 committed by Claire
parent 2810231180
commit 061464a563
1 changed files with 4 additions and 4 deletions

View File

@ -4602,10 +4602,6 @@ a.status-card {
outline: $ui-button-focus-outline;
}
.no-reduce-motion .icon {
transition: transform 0.15s ease-in-out;
}
&.active {
color: $primary-text-color;
@ -4663,6 +4659,10 @@ a.status-card {
padding: 0;
}
.no-reduce-motion .column-header__button .icon {
transition: transform 150ms ease-in-out;
}
.column-header__collapsible {
max-height: 70vh;
overflow: hidden;