mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Remove p-ripple-disabled
class and update ripple directive
This commit is contained in:
parent
af230a824a
commit
6cd0591e24
30 changed files with 80 additions and 99 deletions
|
@ -643,8 +643,7 @@ const classes = {
|
|||
filterOverlay: ({ instance, props }) => [
|
||||
'p-datatable-filter-overlay p-component',
|
||||
{
|
||||
'p-datatable-filter-overlay-popover': props.display === 'menu',
|
||||
'p-ripple-disabled': instance.$primevue.config.ripple === false
|
||||
'p-datatable-filter-overlay-popover': props.display === 'menu'
|
||||
}
|
||||
],
|
||||
filterConstraintList: 'p-datatable-filter-constraint-list',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue