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
|
||||
:aria-label="$t('actions.edit')"
|
||||
class="layout-leave-active"
|
||||
class="layout-leave-active icon-button"
|
||||
name="edit"
|
||||
:title="$t('actions.edit')"
|
||||
/>
|
||||
<a name="delete" @click="handleDeleteSocialMedia(link)">
|
||||
<ds-icon
|
||||
:aria-label="$t('actions.delete')"
|
||||
class="icon-button"
|
||||
name="trash"
|
||||
:title="$t('actions.delete')"
|
||||
/>
|
||||
@ -140,6 +141,10 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.icon-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.layout-leave-active {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user