We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b5e17 commit 8fc742cCopy full SHA for 8fc742c
web_src/js/components/DashboardRepoList.vue
@@ -130,7 +130,7 @@
130
<a class="repo-list-link muted gt-df gt-ac gt-f1" :href="subUrl + '/' + encodeURIComponent(org.name)">
131
<svg-icon name="octicon-organization" :size="16" class-name="repo-list-icon"/>
132
<div class="text truncate">{{ org.name }}</div>
133
- <div>
+ <div><!-- div to prevent underline of label on hover -->
134
<span class="ui tiny basic label" v-if="org.org_visibility !== 'public'">
135
{{ org.org_visibility === 'limited' ? textOrgVisibilityLimited: textOrgVisibilityPrivate }}
136
</span>
0 commit comments