mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #5727 - Removed utility classes
This commit is contained in:
parent
caa55a3f9f
commit
45c4fe79bb
32 changed files with 93 additions and 175 deletions
|
@ -158,7 +158,7 @@ const classes = {
|
|||
return [
|
||||
'p-dialog-mask',
|
||||
{
|
||||
'p-component-overlay p-component-overlay-enter': props.modal
|
||||
'p-overlay-mask p-overlay-mask-enter': props.modal
|
||||
},
|
||||
pos ? `p-dialog-${pos}` : ''
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue