From 419dfa52b7f682d7ff824504b81d0152755784e8 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Tue, 1 Nov 2016 20:55:15 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyseventeen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index 356151c02a..dd52b8ac1a 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -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; }