Move focused tab on others

pull/310/head
cagataycivici 2020-04-29 23:48:27 +03:00
parent 5fec14aa2d
commit a8ae215f28
1 changed files with 5 additions and 0 deletions

View File

@ -103,6 +103,11 @@ export default {
user-select: none;
display: flex;
align-items: center;
position: relative;
}
.p-tabview-nav a:focus {
z-index: 1;
}
.p-tabview-nav li.p-disabled a {