We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f676591 commit 743a6afCopy full SHA for 743a6af
packages/kolibri-common/components/Cards/AccessibleResourceCard.vue
@@ -36,15 +36,6 @@
36
:tooltip="coreString('savedFromBookmarks')"
37
@click.stop="isBookmarked = !isBookmarked"
38
/>
39
-
40
- <KIconButton
41
- icon="infoOutline"
42
- size="mini"
43
- :color="$themePalette.grey.v_700"
44
- :ariaLabel="coreString('viewInformation')"
45
- :tooltip="coreString('viewInformation')"
46
- @click.stop="$emit('toggleInfo')"
47
- />
48
</div>
49
</template>
50
</KCard>
0 commit comments