Expand quotes in .nohide search mode; fix #6914
Also hide the hider and shower widgets, since they don't need to do anything in this state.
This commit is contained in:
parent
326af9339b
commit
87f199c258
1 changed files with 5 additions and 5 deletions
|
|
@ -432,18 +432,18 @@ body.nohide .email .compressed_note > span {
|
|||
cursor: pointer;
|
||||
display: none;
|
||||
}
|
||||
.quote_container.controllable > .shower {
|
||||
body:not(.nohide) .quote_container.controllable > .shower {
|
||||
display: block;
|
||||
}
|
||||
.quote_container.controllable > .hider,
|
||||
.quote_container.controllable > .quote {
|
||||
body:not(.nohide) .quote_container.controllable > .quote {
|
||||
display: none;
|
||||
}
|
||||
.quote_container.controllable.show > .shower {
|
||||
body:not(.nohide) .quote_container.controllable.show > .shower {
|
||||
display: none;
|
||||
}
|
||||
.quote_container.controllable.show > .hider,
|
||||
.quote_container.controllable.show > .quote {
|
||||
body:not(.nohide) .quote_container.controllable.show > .hider,
|
||||
body:not(.nohide) .quote_container.controllable.show > .quote {
|
||||
display: block;
|
||||
}
|
||||
.quote_container > .shower:hover,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue