From 4ceb8ff897909b95b09045f4bd9756049bb268db Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 10 Sep 2018 17:40:57 +0200 Subject: [PATCH] theme fix --- terminus-core/src/theme.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terminus-core/src/theme.scss b/terminus-core/src/theme.scss index a54bd70c..d23ef679 100644 --- a/terminus-core/src/theme.scss +++ b/terminus-core/src/theme.scss @@ -128,9 +128,9 @@ app-root { &> .content { .tab-bar { .btn-tab-bar { - &:not(:hover):not(:active) { - background: transparent; - } + background: transparent; + &:hover { background: rgba(0, 0, 0, .25) !important; } + &:active { background: rgba(0, 0, 0, .5) !important; } } &>.tabs {