swap old loader for new one
This commit is contained in:
parent
a731028dfa
commit
a9ad4fb70a
|
@ -153,11 +153,13 @@ p.profile-user-last
|
||||||
padding: .25em .5em .3em
|
padding: .25em .5em .3em
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
span
|
span:not(.sync-spinner)
|
||||||
display: none
|
display: none
|
||||||
margin-left: 2rem
|
margin-left: 2rem
|
||||||
font-size: $font-size-sm
|
font-size: $font-size-sm
|
||||||
color: #484849
|
color: #484849
|
||||||
|
.sync-spinner
|
||||||
|
vertical-align: top
|
||||||
&:hover
|
&:hover
|
||||||
background-color: #ededec
|
background-color: #ededec
|
||||||
&:after
|
&:after
|
||||||
|
|
|
@ -79,8 +79,11 @@
|
||||||
{{!-- <button class="switch is-on"></button> --}}
|
{{!-- <button class="switch is-on"></button> --}}
|
||||||
{{#link-to "settings" hook.ownerName hook.name class="profile-settings" title="Repository settings"}}<span class="icon icon--cog"></span>{{/link-to}}
|
{{#link-to "settings" hook.ownerName hook.name class="profile-settings" title="Repository settings"}}<span class="icon icon--cog"></span>{{/link-to}}
|
||||||
</div>
|
</div>
|
||||||
{{#if hook.isSaving}}<span class="loading"></span>{{/if}}
|
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
|
||||||
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">{{hook.slug}}
|
{{#if hook.isSaving}}
|
||||||
|
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
||||||
|
{{/if}}
|
||||||
|
{{hook.slug}}
|
||||||
<span>{{hook.description}}</span></a>
|
<span>{{hook.description}}</span></a>
|
||||||
</li>
|
</li>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user