Use details and summary for announcement panel

This commit is contained in:
Mouse Reeve
2022-02-11 13:50:55 -05:00
parent 62741a5d2e
commit ee23aba994
2 changed files with 15 additions and 18 deletions

View File

@ -319,7 +319,7 @@ details.details-panel summary {
position: relative;
}
details.details-panel summary .details-close {
details summary .details-close {
position: absolute;
right: 0;
top: 0;
@ -327,7 +327,7 @@ details.details-panel summary .details-close {
transition: transform 0.2s ease;
}
details[open].details-panel summary .details-close {
details[open] summary .details-close {
transform: rotate(0deg);
}