mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 11:11:11 +02:00
Sign-up server rules: Show different icon on toggle button when description is expanded (#38293)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user