mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user