0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated the copy link behaviour on the social share modal (#19933)

This commit is contained in:
Daniël van der Winden 2024-03-27 12:18:15 +01:00 committed by GitHub
parent c39c2de067
commit 8757a5deec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
@task={{this.copySiteUrl}}
@successText="Copied!"
@successClass="gh-share-link-success"
@class="gh-share-link" />
@class="gh-btn-icon" />
</div>
<ul class="share-links">

View file

@ -3027,7 +3027,7 @@ Share publication modal */
border: 1px solid var(--lightgrey);
}
.copy-publication-link .gh-share-link {
.copy-publication-link .gh-btn-icon {
font-weight: 600;
}