From f39f77692bf1eccbbb3235ab5d7d7bf5910a9139 Mon Sep 17 00:00:00 2001 From: Matt Toback Date: Fri, 9 Dec 2016 03:41:54 -0500 Subject: [PATCH] Adjusted the active state to fix the faint line showing. Probably related to the font change going into 4.0 (#6886) --- public/sass/components/_tabs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sass/components/_tabs.scss b/public/sass/components/_tabs.scss index 08467126ba2..2426f70afee 100644 --- a/public/sass/components/_tabs.scss +++ b/public/sass/components/_tabs.scss @@ -65,6 +65,6 @@ border-bottom: 2px solid $panel-bg; color: $link-color; position: relative; - top: 2px; + top: 1px; } }