Use details and summary for announcement panel
This commit is contained in:
parent
62741a5d2e
commit
ee23aba994
2 changed files with 15 additions and 18 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue