File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ export default defineComponent({
361361 </h4 >
362362 <div v-if =" isLoading && !reposTotalCount" class =" ui attached segment" :class =" {'is-loading': isLoading}" />
363363 <div v-if =" isRepoEmpty" class =" ui attached segment empty-placeholder" >
364- <svg-icon name =" octicon-no-entry" :size =" 24" class-name =" repo-list -icon" />
364+ <svg-icon name =" octicon-no-entry" :size =" 24" class-name =" empty-placeholder -icon" />
365365 <p >{{ textNoRepo }}</p >
366366 </div >
367367 <div v-if =" reposTotalCount" class =" ui attached segment repos-search" >
@@ -479,7 +479,7 @@ export default defineComponent({
479479 </h4 >
480480 <div v-if =" isLoading" class =" ui attached segment" :class =" {'is-loading': isLoading}" />
481481 <div v-if =" isOrgEmpty" class =" ui attached segment empty-placeholder" >
482- <svg-icon name =" octicon-no-entry" :size =" 24" class-name =" repo-list -icon" />
482+ <svg-icon name =" octicon-no-entry" :size =" 24" class-name =" empty-placeholder -icon" />
483483 <p >{{ textNoOrg }}</p >
484484 </div >
485485 <div v-if =" organizations.length" class =" ui attached table segment tw-rounded-b" >
@@ -562,11 +562,12 @@ ul li:not(:last-child) {
562562 background : var (--color-hover );
563563}
564564
565- .empty-placeholder > svg , p {
565+ .empty-placeholder-icon {
566566 color : var (--color-placeholder-text );
567567}
568568
569569.empty-placeholder p {
570570 margin : 1rem auto !important ;
571+ color : var (--color-placeholder-text );
571572}
572573 </style >
You can’t perform that action at this time.
0 commit comments