mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Updated link styles in Button and Email CTA cards
This commit is contained in:
parent
091e44a562
commit
68d599f4a9
3 changed files with 20 additions and 6 deletions
|
@ -976,4 +976,18 @@ figure {
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 400;
|
||||
}
|
||||
|
||||
.kg-settings-link-title {
|
||||
font-weight: 600;
|
||||
letter-spacing: 0;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.kg-settings-link-url {
|
||||
font-weight: 400;
|
||||
font-size: 1.2rem;
|
||||
color: var(--midgrey);
|
||||
letter-spacing: 0;
|
||||
line-height: 1em;
|
||||
}
|
|
@ -83,8 +83,8 @@
|
|||
@renderInPlace={{false}} {{!-- avoid dropdown inheriting editor styles --}}
|
||||
as |suggestion|
|
||||
>
|
||||
<span class="db b">{{suggestion.name}}</span>
|
||||
{{suggestion.url}}
|
||||
<span class="kg-settings-link-title" title="{{suggestion.name}}">{{suggestion.name}}</span>
|
||||
<span class="kg-settings-link-url" title="{{suggestion.url}}">{{suggestion.url}}</span>
|
||||
</GhInputWithSelect>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -171,8 +171,8 @@
|
|||
@renderInPlace={{false}} {{!-- avoid dropdown inheriting editor styles --}}
|
||||
as |suggestion|
|
||||
>
|
||||
<span class="db b">{{suggestion.name}}</span>
|
||||
{{suggestion.url}}
|
||||
<span class="kg-settings-link-title" title="{{suggestion.name}}">{{suggestion.name}}</span>
|
||||
<span class="kg-settings-link-url" title="{{suggestion.url}}">{{suggestion.url}}</span>
|
||||
</GhInputWithSelect>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -220,8 +220,8 @@
|
|||
@renderInPlace={{false}} {{!-- avoid dropdown inheriting editor styles --}}
|
||||
as |suggestion|
|
||||
>
|
||||
<span class="db b">{{suggestion.name}}</span>
|
||||
{{suggestion.url}}
|
||||
<span class="kg-settings-link-title" title="{{suggestion.name}}">{{suggestion.name}}</span>
|
||||
<span class="kg-settings-link-url" title="{{suggestion.url}}">{{suggestion.url}}</span>
|
||||
</GhInputWithSelect>
|
||||
{{/if}}
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue