mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
[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:
@@ -85,6 +85,11 @@ $fluid-breakpoint: $maximum-width + 20px;
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&[aria-expanded='true'] .icon-expand,
|
||||||
|
&[aria-expanded='false'] .icon-collapse {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: 1lh;
|
width: 1lh;
|
||||||
height: 1lh;
|
height: 1lh;
|
||||||
|
|||||||
Reference in New Issue
Block a user