UX: Hide non-functional revision history button (#127)

This button doesn't work in the docs topic view. The docs plugin has deliberately disabled other forms of interactivity on posts (e.g. reply/edit/quote), so it makes sense to hide this as well.
This commit is contained in:
David Taylor 2023-04-03 20:10:13 +01:00 committed by GitHub
parent 002dd91a05
commit 8b851ab3d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@
#share-link .reply-as-new-topic {
display: none;
}
.post-info.edits {
display: none;
}
}
}