Skip to content

Commit

Permalink
add tooltip to view changes button (CR)
Browse files Browse the repository at this point in the history
- SUITEDEV-27058
  • Loading branch information
cztamas committed Mar 22, 2021
1 parent 8c2f681 commit 32f8045
Showing 1 changed file with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@
<e-icon v-if="selected" icon="check" class="e-actionlist__selected_marker">
</e-icon>
{{ time }}
<div
@click.stop="$emit('view')"
class="e-btn e-btn-small e-btn-onlyicon e-margin-left-m"

<e-tooltip
class="e-margin-left-m"
content="View changes made at this update"
>
<e-icon icon="eye"></e-icon>
</div>
<div
@click.stop="$emit('view')"
class="e-btn e-btn-small e-btn-onlyicon"
>
<e-icon icon="eye"></e-icon>
</div>
</e-tooltip>
</div>

0 comments on commit 32f8045

Please sign in to comment.