mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +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
|
@ -10,7 +10,7 @@
|
|||
</button>
|
||||
<Portal>
|
||||
<div v-if="maskVisible" :ref="maskRef" v-focustrap role="dialog" :class="cx('mask')" :aria-modal="maskVisible" @click="onMaskClick" @keydown="onMaskKeydown" v-bind="ptm('mask')">
|
||||
<div class="p-image-toolbar" v-bind="ptm('toolbar')">
|
||||
<div :class="cx('toolbar')" v-bind="ptm('toolbar')">
|
||||
<button :class="cx('rotateRightButton')" @click="rotateRight" type="button" :aria-label="rightAriaLabel" v-bind="ptm('rotateRightButton')" data-pc-group-section="action">
|
||||
<slot name="refresh">
|
||||
<RefreshIcon v-bind="ptm('rotateRightIcon')" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue