Skip to content

Commit 45981f5

Browse files
committed
remove unnecessary "tooltip" class from DiffFileTreeItem
1 parent d06b47c commit 45981f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/DiffFileTreeItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div v-show="show" class="tooltip" :title="item.name">
2+
<div v-show="show" :title="item.name">
33
<!--title instead of tooltip above as the tooltip needs too much work with the current methods, i.e. not being loaded or staying open for "too long"-->
44
<div class="item" :class="item.isFile ? 'filewrapper gt-p-1' : ''">
55
<!-- Files -->

0 commit comments

Comments
 (0)