From 45c6bcf312d2e9578501eaaf7511183bc570fe91 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 1 Apr 2020 16:52:59 +0200 Subject: Remove deprecated NgbTabsetModule module --- client/src/sass/bootstrap.scss | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 5c1ce1028..297f1f18a 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -50,7 +50,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; background-color: var(--mainHoverColor); opacity: .9; } - + &::after { display: none; } @@ -158,18 +158,12 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; } } -ngb-tabset { +.nav-tabs { .nav-link { - &, & a { - @include disable-default-a-behaviour; - - color: var(--mainForegroundColor) !important; - } - } + @include disable-default-a-behaviour; - .nav-pills .nav-link.active { - color: #000 !important; + color: var(--mainForegroundColor) !important; } } -- cgit v1.2.3