From e52fd0a3dd6fb0244d421906720f491b480adbe2 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 8 Oct 2017 14:56:51 +0200 Subject: [PATCH] theming fix --- terminus-core/src/theme.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/terminus-core/src/theme.scss b/terminus-core/src/theme.scss index ba65aefa..1afbc944 100644 --- a/terminus-core/src/theme.scss +++ b/terminus-core/src/theme.scss @@ -160,9 +160,12 @@ app-root { tab-header { border-top: 1px solid transparent; + border-bottom: 1px solid $border-color; + margin-bottom: -1px; &.active { border-top: 1px solid $teal; + border-bottom-color: transparent; } &.has-activity:not(.active) { @@ -176,9 +179,12 @@ app-root { tab-header { border-bottom: 1px solid transparent; + border-top: 1px solid $border-color; + margin-top: -1px; &.active { border-bottom: 1px solid $teal; + margin-top: -1px; } &.has-activity:not(.active) {