Avoid flashing empty graveyard on popup opening.
This commit is contained in:
parent
55852655c6
commit
bc22234a69
|
@ -26,7 +26,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
<button aria-role="button" id="close" class="close icon" title="__MSG_Close__"></button>
|
||||
<button aria-role="button" id="reload" class="reload icon" title="__MSG_Reload__"></button>
|
||||
<button aria-role="button" id="options" class="options icon" title="__MSG_Options__"></button>
|
||||
<div class="hider">
|
||||
<div class="hider empty">
|
||||
<button aria-role="button" class="reveal" title="__MSG_Reveal__">…</button>
|
||||
<div class="hider-label">__MSG_Hider__</div>
|
||||
<a class="hider-close">×</a>
|
||||
|
|
Loading…
Reference in New Issue