Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Make user mentions more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerbr-ibm committed Oct 25, 2017
1 parent 507c72d commit d7fa904
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions custom.css
Expand Up @@ -390,10 +390,11 @@ ts-message .action_hover_container .btn_msg_action,
border-color: var(--background-elevated);
}

.comment .mention, .feature_name_tagging_client .comment .mention, .feature_name_tagging_client ts-message .mention, ts-message .mention,
.feature_name_tagging_client ts-message .mention, ts-message .mention,
span.match {
border: 1px solid var(--border-bright);
border: 1px solid var(--border-bright) !important;
background-color: var(--background-elevated) !important;
font-weight: bold;
padding: 2px 4px;
margin: 2px;
border-radius: 10px;
Expand Down Expand Up @@ -538,6 +539,9 @@ ts-mention.ts_tip
color: var(--text-bright);
background: var(--background-elevated);
border: 1px solid var(--border-dim);
padding: 2px 4px;
margin: 2px;
border-radius: 10px;
}
.app_preview_link_slug.ts_tip:hover,
.internal_member_link.ts_tip:hover,
Expand Down

0 comments on commit d7fa904

Please sign in to comment.