Skip to content
Snippets Groups Projects
Commit 5e0b51c7 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

StudipTooltipIcon.vue: made the tooltip focusable, fixes #1857

parent e160ba5f
No related branches found
No related tags found
No related merge requests found
<template> <template>
<span data-tooltip class="tooltip tooltip-icon" :class="cssClass" :title="title"> <span data-tooltip class="tooltip tooltip-icon" :class="cssClass" :title="title" tabindex="0">
<span class="tooltip-content" v-if="isHtml" v-html="text"></span> <span class="tooltip-content" v-if="isHtml" v-html="text"></span>
<studip-icon shape="info-circle" role="inactive" :size="size"></studip-icon> <studip-icon shape="info-circle" role="inactive" :size="size"></studip-icon>
</span> </span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment