From 0583a6b8638afc6b3ea07adceecdb42ca9188251 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 8 Jun 2021 10:13:40 +0300 Subject: [PATCH] moved transparent button styles into button itself --- src/App.scss | 4 ++++ src/components/mention_link/mention_link.scss | 5 ----- src/components/mention_link/mention_link.vue | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/App.scss b/src/App.scss index 45071ba2..bc027f4f 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 4a9fab1c..78a9816c 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 a38faa7b..d8d45a1b 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]" >