diff options
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index f718791eb..5c1ce1028 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -175,10 +175,10 @@ ngb-tabset { | |||
175 | 175 | ||
176 | .nav-tabs .nav-link { | 176 | .nav-tabs .nav-link { |
177 | &:not(.active) { | 177 | &:not(.active) { |
178 | opacity: .6; | ||
179 | border-bottom: 3px solid transparent; | 178 | border-bottom: 3px solid transparent; |
180 | } | 179 | } |
181 | &.active { | 180 | &.active { |
181 | font-weight: $font-semibold; | ||
182 | background-color: var(--mainBackgroundColor) !important; | 182 | background-color: var(--mainBackgroundColor) !important; |
183 | border: none; | 183 | border: none; |
184 | border-bottom: 2px solid var(--mainColor); | 184 | border-bottom: 2px solid var(--mainColor); |