Skip to content

Commit

Permalink
Updated engagement bar metrics so when no link it doesn't hover
Browse files Browse the repository at this point in the history
no issue
  • Loading branch information
moreofmorris committed Oct 14, 2022
1 parent 60ce10b commit e074676
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions ghost/admin/app/styles/layouts/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -872,12 +872,6 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
padding-left: 2rem;
padding-right: 2rem;
white-space: nowrap;
opacity: 1;
transition: opacity .1s linear;
}

.gh-post-analytics-item:hover {
opacity: 0.7;
}

.gh-post-analytics-item:first-child {
Expand Down Expand Up @@ -917,6 +911,15 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
text-transform: uppercase;
}

.gh-post-analytics-item > a {
opacity: 1;
transition: opacity .1s linear;
}

.gh-post-analytics-item > a:hover {
opacity: 0.7;
}

.gh-attribution-box {
margin: 0;
padding: 24px;
Expand Down

0 comments on commit e074676

Please sign in to comment.