Fixup active tab having a pixel border drawn

Something regressed since this was fixed in b676a49.
This commit is contained in:
Tudor Brindus 2023-02-18 16:50:08 -05:00 committed by GitHub
parent ad32549a45
commit e8b938bdda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,8 @@ textarea:focus {
// Bootstrap-y tabs
.ul_tab_a_active {
color: $color_primary100;
// Cover up the bottom border of active tabs with this color
background: $color_pageBg;
cursor: default;
border: 1px solid $color_primary25;
border-bottom-color: $color_pageBg;