Use HTML details/summary elements for blockquote switcher

This commit is contained in:
the-djmaze 2022-09-26 11:06:42 +02:00
parent c6652ba9b4
commit 9f8fdb2dfb
3 changed files with 8 additions and 19 deletions

View file

@ -331,7 +331,7 @@ html.rl-no-preview-pane {
border-bottom: 1px solid #ddd;
}
.rlBlockquoteSwitcher {
.sm-bq-switcher > summary {
border: 1px solid #999;
display: block;
width: 3em;
@ -369,10 +369,6 @@ html.rl-no-preview-pane {
margin: 0;
}
.rl-bq-switcher.hidden-bq {
display: none;
}
&.html {
img {