diff --git a/less/topic.less b/less/topic.less index f719347..f24bbd2 100644 --- a/less/topic.less +++ b/less/topic.less @@ -438,6 +438,10 @@ [component="post/metadata"], .post-tools, .moderator-tools { .transition(250ms ease-in-out opacity); opacity: 0; + + &:focus-within { + opacity: 1; + } } &:hover {