mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4553 - Image: toolbar unstyled mode fixes
This commit is contained in:
parent
b6467d3c6f
commit
6b097a40d7
2 changed files with 2 additions and 1 deletions
|
@ -79,6 +79,7 @@ const classes = {
|
|||
button: 'p-image-preview-indicator',
|
||||
icon: 'p-image-preview-icon',
|
||||
mask: 'p-image-mask p-component-overlay p-component-overlay-enter',
|
||||
toolbar: 'p-image-toolbar',
|
||||
rotateRightButton: 'p-image-action p-link',
|
||||
rotateLeftButton: 'p-image-action p-link',
|
||||
zoomOutButton: ({ instance }) => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue