diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 553f05c4ccd..6fb2ec9a1b0 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -706,6 +706,10 @@ blockquote { } } } + &:focus { + @include default-focus; + background: transparent; + } } } }