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:
parent
c39c2de067
commit
8757a5deec
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
@task={{this.copySiteUrl}}
|
@task={{this.copySiteUrl}}
|
||||||
@successText="Copied!"
|
@successText="Copied!"
|
||||||
@successClass="gh-share-link-success"
|
@successClass="gh-share-link-success"
|
||||||
@class="gh-share-link" />
|
@class="gh-btn-icon" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="share-links">
|
<ul class="share-links">
|
||||||
|
|
|
@ -3027,7 +3027,7 @@ Share publication modal */
|
||||||
border: 1px solid var(--lightgrey);
|
border: 1px solid var(--lightgrey);
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy-publication-link .gh-share-link {
|
.copy-publication-link .gh-btn-icon {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue