mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
Fixup active tab having a pixel border drawn
Something regressed since this was fixed in b676a49
.
This commit is contained in:
parent
ad32549a45
commit
e8b938bdda
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user