CSS'd out the new revision checkbox

I ultimately want to keep it, but will reinstate when I find a way of putting it somewhere sensible on the page
This commit is contained in:
naomi 2018-05-28 15:24:15 +02:00
parent 8294a9647f
commit ce1d3ca38b
1 changed files with 5 additions and 0 deletions

View File

@ -8,3 +8,8 @@
#edit-revision-log-message-wrapper{
display: none;
}
/* Same for revision checkbox. */
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-new-revision.form-item-new-revision {
display: none;
}