Skip to content

Commit

Permalink
Merge pull request #1142 from nextcloud/bugfix/noid/fix-current-user-…
Browse files Browse the repository at this point in the history
…mentions

Make current-user mentions blue again
  • Loading branch information
Ivansss authored Aug 22, 2018
2 parents 3cf9365 + 799d629 commit f990098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ body:not(#body-public) #commentsTabView .comment .authorRow:not(.currentUser):no
#commentsTabView .comment:not(.systemMessage) .message .mention-user {
font-weight: bold;

.current-user {
&.current-user {
background-color: $color-primary;
color: $color-primary-text;
}
Expand Down

0 comments on commit f990098

Please sign in to comment.