Fixed #2333 - The v-ripple directive breaks the behavior of list components in Firefox

pull/682/merge
mertsincan 2022-03-17 09:45:59 +00:00
parent 47c459e843
commit 18c3109511
1 changed files with 5 additions and 4 deletions

View File

@ -9,6 +9,7 @@
background: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.5);
border-radius: 100%; border-radius: 100%;
transform: scale(0); transform: scale(0);
pointer-events: none;
} }
.p-ink-active { .p-ink-active {