Fix cog icon on profile page
This commit is contained in:
parent
f02d683892
commit
ac05a6d19a
|
@ -1,4 +1,3 @@
|
|||
|
||||
.sync-button
|
||||
padding: 0.8em 0
|
||||
button
|
||||
|
@ -76,4 +75,4 @@
|
|||
|
||||
.spinner-container
|
||||
text-align: center
|
||||
padding: 1.5em 1em
|
||||
padding: 1.5em 1em
|
||||
|
|
|
@ -146,6 +146,12 @@ p.profile-user-last
|
|||
width: 14px
|
||||
height: 14px
|
||||
|
||||
.profile-hooklist .sync-spinner
|
||||
display: inline !important
|
||||
|
||||
.profile-settings span
|
||||
display: inline-block !important
|
||||
|
||||
.profile-repo
|
||||
@extend %border-radius-4px
|
||||
position: relative
|
||||
|
|
|
@ -77,12 +77,13 @@
|
|||
<div class="columns">
|
||||
{{travis-switch action="toggle" target=hook toggleAutomatically="false"}}
|
||||
{{!-- <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}}
|
||||
</div>
|
||||
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
|
||||
{{#if hook.isSaving}}
|
||||
<span class="sync-spinner sync-spinner--grey"><i></i><i></i><i></i></span>
|
||||
{{else}}
|
||||
{{#link-to "settings" hook.ownerName hook.name class="profile-settings" title="Repository settings"}}<span class="icon icon--cog"></span>{{/link-to}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
|
||||
{{hook.slug}}
|
||||
<span>{{hook.description}}</span></a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user