From 8b851ab3d466c07ba118d46d39583b40321eeba2 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 3 Apr 2023 20:10:13 +0100 Subject: [PATCH] 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. --- assets/stylesheets/common/docs.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/stylesheets/common/docs.scss b/assets/stylesheets/common/docs.scss index 57a7eb6..b1df0bd 100644 --- a/assets/stylesheets/common/docs.scss +++ b/assets/stylesheets/common/docs.scss @@ -205,6 +205,10 @@ #share-link .reply-as-new-topic { display: none; } + + .post-info.edits { + display: none; + } } }