Updated the header card

refs https://github.com/TryGhost/Team/issues/1253

- removed the accent class in the edit mode
This commit is contained in:
Thibaut Patel 2021-12-15 18:26:47 +01:00
parent d26267b8c0
commit 033fb41b90
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
@allowBr={{true}}
/>
{{#if @payload.buttonEnabled}}
<a href="javascript:void(0)" class="gh-btn gh-btn-accent kg-header-card-button" disabled={{not @payload.buttonText}}>
<a href="javascript:void(0)" class="gh-btn kg-header-card-button" disabled={{not @payload.buttonText}}>
<span>
{{or @payload.buttonText "Add button text"}}
</span>