mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-12 01:41:53 -05: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