diff --git a/src/App.scss b/src/App.scss index 45071ba2a4..bc027f4fca 100644 --- a/src/App.scss +++ b/src/App.scss @@ -88,6 +88,10 @@ a { font-family: sans-serif; font-family: var(--interfaceFont, sans-serif); + &.-sublime { + background: transparent; + } + i[class*=icon-], .svg-inline--fa { color: $fallback--text; diff --git a/src/components/mention_link/mention_link.scss b/src/components/mention_link/mention_link.scss index 4a9fab1cac..78a9816c7b 100644 --- a/src/components/mention_link/mention_link.scss +++ b/src/components/mention_link/mention_link.scss @@ -38,11 +38,6 @@ } } - .new:not(.-highlighted) { - .short { - background: none; - } - } .new { &, &.-highlighted { diff --git a/src/components/mention_link/mention_link.vue b/src/components/mention_link/mention_link.vue index a38faa7b56..d8d45a1bfd 100644 --- a/src/components/mention_link/mention_link.vue +++ b/src/components/mention_link/mention_link.vue @@ -15,8 +15,8 @@ :class="[{ '-you': isYou, '-highlighted': highlight }, highlightType]" >