[Glitch] Sign-up server rules: Show different icon on toggle button when description is expanded

Port 43d66959aa to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2026-03-19 11:58:59 +01:00
committed by Claire
parent fac3080289
commit 4759142f0e

View File

@@ -85,6 +85,11 @@ $fluid-breakpoint: $maximum-width + 20px;
display: none;
}
&[aria-expanded='true'] .icon-expand,
&[aria-expanded='false'] .icon-collapse {
display: none;
}
.icon {
width: 1lh;
height: 1lh;