Skip to content

Commit

Permalink
WordCamp Coming Soon Page: Add styles for unlinked menu bar item.
Browse files Browse the repository at this point in the history
Fixes #859
Props grapplerulrich

git-svn-id: http://meta.svn.wordpress.org/sites/trunk/wordcamp.org@6055 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
iandunn committed Oct 25, 2017
1 parent b5234c3 commit e79efcf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,12 @@ label {
text-decoration: underline;
}

#wpadminbar .wc-coming-soon-info .ab-item,
#wpadminbar .wc-coming-soon-info a {
background: #FFE399;
color: #23282d;
}

/* Hide Jetpack's Infinite Scroll element */
#infinite-footer {
display: none !important;
Expand Down

0 comments on commit e79efcf

Please sign in to comment.