mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Use HTML details/summary elements for blockquote switcher
This commit is contained in:
parent
c6652ba9b4
commit
9f8fdb2dfb
3 changed files with 8 additions and 19 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue