Skip to content

Commit

Permalink
Merge pull request #630 from Automattic/fix/block-editor-compat
Browse files Browse the repository at this point in the history
Use CSS to hide the Block Editor's Author label + select
  • Loading branch information
rebeccahum authored Dec 7, 2018
2 parents b9a3e0b + f284d8b commit 938f7a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/co-authors-plus.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,9 @@
margin-left: 30px;
font-size: 13px;
}

/** Block Editor Hack for 5.0: Hide the core author input **/
.block-editor label[for^="post-author-selector-"],
.block-editor select[id^="post-author-selector-"] {
display: none;
}

0 comments on commit 938f7a0

Please sign in to comment.