mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Menu components focus outline fixes
This commit is contained in:
parent
d11360d6b3
commit
5cdbe284f2
3 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue