From 19663c0f6d2fb6b630c1ed2ab895a026debb7a8a Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 23 Jun 2023 19:15:47 -0700 Subject: [PATCH] Remove tag style from globals This moved to DropdownMenuItem as thats the only place it's currently used --- styles/globals.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/styles/globals.scss b/styles/globals.scss index 1d392cf6..a5c15893 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -256,16 +256,6 @@ select { } } -.MenuItem i.tag { - background: var(--tag-bg); - color: var(--tag-text); - border-radius: calc($unit / 2); - font-size: 10px; - font-weight: $bold; - padding: 4px 6px; - text-transform: uppercase; -} - .ServerUnavailableWrapper { display: flex; align-items: center;