We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In p-menubar-submenu class, borde-radius using menubar.border.radius.
menubar.border.radius
border-radius: ${dt('menubar.border.radius')};
Correct token may menubar.submenu.border.radius.
menubar.submenu.border.radius
No response
https://stackblitz.com/edit/github-wf8jsdkh?file=src%2Fapp%2Fapp.config.ts
macbook pro os:12.7.6
v19
18.20
Chrome 132
According to Menubar Theming dcoument, p-menubar-submenu class should below.
border-radius: ${dt('menubar.submenu.border.radius')};
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In p-menubar-submenu class, borde-radius using
menubar.border.radius
.Correct token may
menubar.submenu.border.radius
.Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-wf8jsdkh?file=src%2Fapp%2Fapp.config.ts
Environment
macbook pro os:12.7.6
Angular version
v19
PrimeNG version
v19
Node version
18.20
Browser(s)
Chrome 132
Steps to reproduce the behavior
Expected behavior
According to Menubar Theming dcoument, p-menubar-submenu class should below.
The text was updated successfully, but these errors were encountered: