diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 14 |
1 files changed, 4 insertions, 10 deletions
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/'; | |||
50 | background-color: var(--mainHoverColor); | 50 | background-color: var(--mainHoverColor); |
51 | opacity: .9; | 51 | opacity: .9; |
52 | } | 52 | } |
53 | 53 | ||
54 | &::after { | 54 | &::after { |
55 | display: none; | 55 | display: none; |
56 | } | 56 | } |
@@ -158,18 +158,12 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
158 | } | 158 | } |
159 | } | 159 | } |
160 | 160 | ||
161 | ngb-tabset { | 161 | .nav-tabs { |
162 | 162 | ||
163 | .nav-link { | 163 | .nav-link { |
164 | &, & a { | 164 | @include disable-default-a-behaviour; |
165 | @include disable-default-a-behaviour; | ||
166 | |||
167 | color: var(--mainForegroundColor) !important; | ||
168 | } | ||
169 | } | ||
170 | 165 | ||
171 | .nav-pills .nav-link.active { | 166 | color: var(--mainForegroundColor) !important; |
172 | color: #000 !important; | ||
173 | } | 167 | } |
174 | } | 168 | } |
175 | 169 | ||