mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed Tags empty screen button bug
This commit is contained in:
parent
1861c8b4eb
commit
fd5e009d29
@ -156,7 +156,7 @@ ul.nostyle li {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.gh-list a {
|
||||
.gh-list a:not(.gh-btn) {
|
||||
color: var(--black);
|
||||
}
|
||||
|
||||
|
@ -319,7 +319,7 @@ h5,
|
||||
h6 {
|
||||
margin: 0 0 0.3em 0;
|
||||
color: var(--black);
|
||||
line-height: 1.15em;
|
||||
line-height: 1.3em;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
<div class="no-posts">
|
||||
{{svg-jar "tags-placeholder" class="gh-tags-placeholder"}}
|
||||
<h3>You haven't created any {{this.type}} tags yet!</h3>
|
||||
<LinkTo @route="tag.new" class="gh-btn gh-btn-primary gh-btn-lg">
|
||||
<LinkTo @route="tag.new" class="gh-btn gh-btn-primary gh-btn-lg gh-btn-green">
|
||||
<span>Create a new tag</span>
|
||||
</LinkTo>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user