mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed separator color in Koenig menu
This commit is contained in:
parent
951333701a
commit
c65b1b02d5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{{#each @itemSections as |section sectionIndex|}}
|
{{#each @itemSections as |section sectionIndex|}}
|
||||||
{{#if section.items}}
|
{{#if section.items}}
|
||||||
{{#if (or (not section.developerExperiment) (enable-developer-experiments))}}
|
{{#if (or (not section.developerExperiment) (enable-developer-experiments))}}
|
||||||
<div class="flex flex-column justify-center flex-shrink-0 {{unless (eq sectionIndex 0) "mt3 bt b--lightgrey"}} mb2 pl4 pr4 pt3 midlightgrey ttu f-supersmall fw5 tracked-3" style="min-width: calc(100% - 3.2rem);">
|
<div class="flex flex-column justify-center flex-shrink-0 {{unless (eq sectionIndex 0) "mt3 bt b--whitegrey"}} mb2 pl4 pr4 pt3 midlightgrey ttu f-supersmall fw5 tracked-3" style="min-width: calc(100% - 3.2rem);">
|
||||||
{{section.title}}
|
{{section.title}}
|
||||||
</div>
|
</div>
|
||||||
{{#each section.items as |item|}}
|
{{#each section.items as |item|}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue