[Glitch] Sign-up server rules: Show different icon on toggle button when description is expanded
Port 43d66959aaef15b2ef26e9fa41e644cbddf89f2a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
fac3080289
commit
4759142f0e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user