Fixed tab border
parent
86b076eca8
commit
421a48789d
|
@ -133,11 +133,12 @@
|
||||||
|
|
||||||
.p-tab-active {
|
.p-tab-active {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-color: transparent;
|
border-color: var(--high-contrast-text-color);
|
||||||
color: var(--high-contrast-text-color);
|
color: var(--high-contrast-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-tablist-active-bar {
|
.p-tablist-active-bar {
|
||||||
|
display: none;
|
||||||
inset-block-end: -1px;
|
inset-block-end: -1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: var(--high-contrast-text-color);
|
background: var(--high-contrast-text-color);
|
||||||
|
|
Loading…
Reference in New Issue