mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +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
|
@ -135,8 +135,7 @@ const classes = {
|
|||
root: ({ instance, props }) => [
|
||||
'p-tieredmenu p-component',
|
||||
{
|
||||
'p-tieredmenu-overlay': props.popup,
|
||||
'p-ripple-disabled': instance.$primevue.config.ripple === false
|
||||
'p-tieredmenu-overlay': props.popup
|
||||
}
|
||||
],
|
||||
start: 'p-tieredmenu-start',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue