Menu components focus outline fixes

This commit is contained in:
tugcekucukoglu 2024-05-02 13:56:41 +03:00
parent d11360d6b3
commit 5cdbe284f2
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ const theme = ({ dt }) => `
.p-menu-list {
margin: 0;
padding: 0;
outline: 0;
list-style: none;
}