mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Animated "advanced" table open/close on change themes screen
refs https://github.com/TryGhost/Team/issues/1149 - switched to using `{{liquid-if}}` to get our standard open/close animation when the `showAdvanced` property is changed
This commit is contained in:
parent
9a0a98e64a
commit
db0fc23dee
@ -8,11 +8,11 @@
|
||||
</GhCanvasHeader>
|
||||
|
||||
<section class="view-container">
|
||||
{{#if this.showAdvanced}}
|
||||
{{#liquid-if this.showAdvanced}}
|
||||
<div class="gh-themes-container-labs">
|
||||
<GhThemeTableLabs @themes={{this.themes}} />
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/liquid-if}}
|
||||
|
||||
<div class="gh-theme-directory-container-labs">
|
||||
<div class="theme-directory-labs">
|
||||
|
Loading…
Reference in New Issue
Block a user