diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 3206398ba61..6bcb3828818 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -1022,24 +1022,28 @@ a.attachment:before { content: "\f0e0"; } - .topic-meta-data { - margin-bottom: 10px; - - &:after { - visibility: hidden; - display: block; - font-size: 0; - content: " "; - clear: both; - height: 0; - } - - .post-info { - display: inline-block; - float: right; - font-size: 12px; - margin-top: 1px; - a {color: scale-color($primary, $lightness: 50%);} - } +.topic-meta-data { + margin-bottom: 10px; + &:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; } + + .post-info { + display: inline-block; + float: right; + font-size: 12px; + margin-top: 1px; + a {color: scale-color($primary, $lightness: 50%);} + } + +} + +span.highlighted { + background-color: $highlight; +} \ No newline at end of file