Skip to content

Commit 1fd53fd

Browse files
committed
Merge branch 'add-file-tree-to-file-view-page' of github.com:kerwin612/gitea into kerwin612-add-file-tree-to-file-view-page
2 parents 96e050e + 07e4896 commit 1fd53fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

web_src/js/components/ViewFileTreeItem.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ const doLoadFileContent = () => {
7171
</div>
7272
</template>
7373
<style scoped>
74-
a, a:hover {
75-
text-decoration: none;
76-
color: var(--color-text);
77-
}
78-
7974
.sub-items {
8075
display: flex;
8176
flex-direction: column;

0 commit comments

Comments
 (0)