mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Updated engagement bar metrics so when no link it doesn't hover
no issue
This commit is contained in:
parent
60ce10be9f
commit
e074676e12
@ -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 {
|
||||
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user