mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
set cursor pointer for icon buttons
This commit is contained in:
parent
fd171917d5
commit
b91d60badf
@ -12,13 +12,14 @@
|
|||||||
|
|
||||||
<ds-icon
|
<ds-icon
|
||||||
:aria-label="$t('actions.edit')"
|
:aria-label="$t('actions.edit')"
|
||||||
class="layout-leave-active"
|
class="layout-leave-active icon-button"
|
||||||
name="edit"
|
name="edit"
|
||||||
:title="$t('actions.edit')"
|
:title="$t('actions.edit')"
|
||||||
/>
|
/>
|
||||||
<a name="delete" @click="handleDeleteSocialMedia(link)">
|
<a name="delete" @click="handleDeleteSocialMedia(link)">
|
||||||
<ds-icon
|
<ds-icon
|
||||||
:aria-label="$t('actions.delete')"
|
:aria-label="$t('actions.delete')"
|
||||||
|
class="icon-button"
|
||||||
name="trash"
|
name="trash"
|
||||||
:title="$t('actions.delete')"
|
:title="$t('actions.delete')"
|
||||||
/>
|
/>
|
||||||
@ -140,6 +141,10 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.icon-button {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-leave-active {
|
.layout-leave-active {
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user