mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed 'Preview' link color in PSM/email
This commit is contained in:
parent
059f8cfd0e
commit
c554081c4f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<label class="nowrap flex-auto">Test email</label>
|
<label class="nowrap flex-auto">Test email</label>
|
||||||
<button type="button" class="gh-btn gh-btn-link settings-menu-email-button" {{on "click" this.toggleEmailPreview}} data-test-button="toggle-email-preview">
|
<button type="button" class="gh-btn gh-btn-link settings-menu-email-button" {{on "click" this.toggleEmailPreview}} data-test-button="toggle-email-preview">
|
||||||
<span class="blue">
|
<span class="green">
|
||||||
Preview in browser
|
Preview in browser
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue