mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Fixed unrelated elements sharing the same CSS class
refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
parent
2325969f77
commit
e84e58f9b3
@ -4,7 +4,7 @@
|
||||
</h4>
|
||||
{{/if}}
|
||||
<div class="gh-post-analytics-box column gh-post-analytics-newsletter-clicks">
|
||||
{{#if (feature "audienceFeedback")}}<h3 class="gh-post-analytics-header">Newsletter clicks</h3>{{/if}}
|
||||
{{#if (feature "audienceFeedback")}}<h3 class="gh-newsletter-clicks-header">Newsletter clicks</h3>{{/if}}
|
||||
<div class="gh-links-list">
|
||||
<div class="gh-links-list-header">
|
||||
{{#if (and this.showPagination (feature "fixNewsletterLinks")) }}
|
||||
|
@ -860,13 +860,13 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
.gh-post-analytics-header {
|
||||
.gh-newsletter-clicks-header {
|
||||
align-items: center;
|
||||
font-size: 1.55rem;
|
||||
font-weight: 700;
|
||||
line-height: 1em;
|
||||
margin: 0 0 8px;
|
||||
padding: 32px 0;
|
||||
padding: 0;
|
||||
color: var(--black);
|
||||
white-space: nowrap;
|
||||
letter-spacing: -.3px;
|
||||
|
Loading…
Reference in New Issue
Block a user