File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 171
171
border-bottom : 1px solid var (--color-secondary );
172
172
}
173
173
174
- .feeds .list ul li .private {
175
- background-color : var (--color-box-body-highlight );
176
- }
177
-
178
174
.feeds .list ul li .repo-list-link {
179
175
padding : 6px 1em ;
180
176
display : block;
Original file line number Diff line number Diff line change 70
70
</div >
71
71
<div v-if =" repos.length" class =" ui attached table segment gt-rounded-bottom" >
72
72
<ul class =" repo-owner-name-list" >
73
- <li v-for =" repo in repos" :class = " {'private': repo.private || repo.internal} " : key =" repo.id" >
73
+ <li v-for =" repo in repos" :key =" repo.id" >
74
74
<a class =" repo-list-link gt-df gt-ac gt-sb" :href =" repo.link" >
75
75
<div class =" item-name gt-df gt-ac gt-f1" >
76
76
<svg-icon :name =" repoIcon(repo)" :size =" 16" class-name =" gt-mr-2" />
You can’t perform that action at this time.
0 commit comments