Fixed tab border

pull/7277/head
Cagatay Civici 2025-02-18 16:34:47 +03:00
parent 86b076eca8
commit 421a48789d
1 changed files with 2 additions and 1 deletions

View File

@ -133,11 +133,12 @@
.p-tab-active {
background: transparent;
border-color: transparent;
border-color: var(--high-contrast-text-color);
color: var(--high-contrast-text-color);
}
.p-tablist-active-bar {
display: none;
inset-block-end: -1px;
height: 1px;
background: var(--high-contrast-text-color);