[CSS] Details inside another details (accordion widget) will represent their 'open/close feedback arrows' properly now

This commit is contained in:
Eliseu Amaro 2022-02-28 12:54:22 +00:00
부모 077975136e
커밋 9b86794cda
로그인 계정: eliseuamaro
GPG 키 ID: 96DA09D4B97BC2D5
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -225,6 +225,10 @@
word-break:break-all;
}
.note-attachments-unit>figure img {
height: auto;
}
.note-author-uri,.note-conversation-info,.note-text-details .note-text-details-summary small {
font-style:italic;
}

파일 보기

@ -386,7 +386,7 @@
margin-bottom: 0;
}
.section-settings-details[open] summary:after {
.section-settings-details[open] > summary:after {
animation: fadeOut 200ms cubic-bezier(0, 0.55, 0.45, 1);
transform: rotate(180deg);
}