mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Remove outline
This commit is contained in:
parent
c1335a0151
commit
32c592b74e
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ const theme = ({ dt }) => `
|
||||||
padding: ${dt('menu.item.padding')};
|
padding: ${dt('menu.item.padding')};
|
||||||
user-select: none;
|
user-select: none;
|
||||||
gap: ${dt('menu.item.gap')};
|
gap: ${dt('menu.item.gap')};
|
||||||
|
outline: 0 none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-menu-item-content {
|
.p-menu-item-content {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue