Sign-up server rules: Show different icon on toggle button when description is expanded (#38293)

This commit is contained in:
diondiondion
2026-03-19 11:58:59 +01:00
committed by GitHub
parent 2ce4529e1e
commit 43d66959aa
2 changed files with 7 additions and 1 deletions

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;