31 lines
486 B
CSS
Executable File
31 lines
486 B
CSS
Executable File
.p-tabmenu-nav {
|
|
display: flex;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.p-tabmenu-nav a {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.p-tabmenu-nav a:focus {
|
|
z-index: 1;
|
|
}
|
|
|
|
.p-tabmenu-nav .p-menuitem-text {
|
|
line-height: 1;
|
|
}
|
|
|
|
.p-tabmenu-ink-bar {
|
|
display: none;
|
|
z-index: 1;
|
|
} |