mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22: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
|
@ -230,12 +230,7 @@ const inlineStyles = {
|
|||
};
|
||||
|
||||
const classes = {
|
||||
root: ({ props, instance }) => [
|
||||
'p-toast p-component p-toast-' + props.position,
|
||||
{
|
||||
'p-ripple-disabled': instance.$primevue.config.ripple === false
|
||||
}
|
||||
],
|
||||
root: ({ props }) => ['p-toast p-component p-toast-' + props.position],
|
||||
message: ({ props }) => [
|
||||
'p-toast-message',
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue