mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +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 @@ export default {
|
|||
this.$emit('show');
|
||||
},
|
||||
onBeforeLeave() {
|
||||
!this.isUnstyled && DomHandler.addClass(this.mask, 'p-component-overlay-leave');
|
||||
!this.isUnstyled && DomHandler.addClass(this.mask, 'p-overlay-mask-leave');
|
||||
},
|
||||
onLeave() {
|
||||
DomHandler.unblockBodyScroll();
|
||||
|
|
|
@ -131,7 +131,7 @@ const classes = {
|
|||
],
|
||||
previewMask: 'p-image-preview-mask',
|
||||
previewIcon: 'p-image-preview-icon',
|
||||
mask: 'p-image-mask p-component-overlay p-component-overlay-enter',
|
||||
mask: 'p-image-mask p-overlay-mask p-overlay-mask-enter',
|
||||
toolbar: 'p-image-toolbar',
|
||||
rotateRightButton: 'p-image-action p-image-rotate-right-button',
|
||||
rotateLeftButton: 'p-image-action p-image-rotate-left-button',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue