From f3cea61391c433644863827623792ce91d9e4181 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 4 Jan 2021 13:44:48 -0500 Subject: [PATCH] revert: auto fade-out of lesser used post elements --- less/topic.less | 17 ----------------- templates/partials/topic/post.tpl | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/less/topic.less b/less/topic.less index f24bbd2..c78c703 100644 --- a/less/topic.less +++ b/less/topic.less @@ -434,23 +434,6 @@ .transition(0.75s ease-in-out border-color); - @media (min-width: @screen-md-min) { - [component="post/metadata"], .post-tools, .moderator-tools { - .transition(250ms ease-in-out opacity); - opacity: 0; - - &:focus-within { - opacity: 1; - } - } - - &:hover { - .moderator-tools, .post-tools, [component="post/metadata"] { - opacity: 1; - } - } - } - .edit-icon { vertical-align: -2%; } diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 1d0d173..2d744ff 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -36,7 +36,7 @@ - +