-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
Dialog: Material Design close button regression #14916
Closed
Labels
PRO Support
Issue was reported by PRO User
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
PeterHewat
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Mar 1, 2024
mehmetcetin01140
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Mar 4, 2024
This issue is still present in PrimeNG 17.12.0 |
tiagohm
added a commit
to tiagohm/nebulosa
that referenced
this issue
Apr 14, 2024
This issue is still present in PrimeNG 17.18.6 |
mehmetcetin01140
added a commit
that referenced
this issue
Jul 29, 2024
cetincakiroglu
added a commit
that referenced
this issue
Aug 1, 2024
Fixed #14916 - Dialog | Material Design close button regression
This was referenced Aug 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
PRO Support
Issue was reported by PRO User
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
With the Material Design theme, the dialogue close button is oval-shaped (visible on hover). It used to be round. This is due to the addition of .p-button that wasn't there before. This .p-button class has the property
min-width: 4rem;
This issue might be present in other buttons that should be round so please check them all.
Environment
All
Reproducer
No response
Angular version
17.*
PrimeNG version
17.9.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
All
Browser(s)
All
Steps to reproduce the behavior
Go to documentation https://primeng.org/dialog
Select theme Material Design
Hover over close button
Expected behavior
The button should be round but it is oval in shape.
The text was updated successfully, but these errors were encountered: