Move focused tab on others
parent
5fec14aa2d
commit
a8ae215f28
|
@ -103,6 +103,11 @@ export default {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-tabview-nav a:focus {
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-tabview-nav li.p-disabled a {
|
.p-tabview-nav li.p-disabled a {
|
||||||
|
|
Loading…
Reference in New Issue