Twenty Seventeen: Sticky icon fix to stop appearing in regular post flow

The sticky icon was appearing in posts it shouldn't have, not just when stuck. This fixes that.

Props laurelfulford, mageshp, davidakennedy
Fixes #38534



git-svn-id: https://develop.svn.wordpress.org/trunk@39080 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister
2016-11-01 20:55:15 +00:00
parent 75677ccb20
commit 419dfa52b7
@@ -1814,7 +1814,7 @@ body:not(.has-header-image) .custom-header-image {
position: relative;
}
.icon-thumb-tack {
.post:not(.sticky) .icon-thumb-tack {
display: none;
}