Menu components focus outline fixes
parent
d11360d6b3
commit
5cdbe284f2
|
@ -14,6 +14,7 @@ const theme = ({ dt }) => `
|
|||
.p-megamenu-root-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
outline: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ const theme = ({ dt }) => `
|
|||
.p-menu-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
outline: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -82,6 +82,7 @@ const theme = ({ dt }) => `
|
|||
.p-panelmenu-submenu {
|
||||
margin: 4px 0 0 0;
|
||||
padding: 0 0 0 1rem;
|
||||
outline: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue