Fix close button in tribe link popover

stable
David Barragán Merino 2016-05-27 13:02:17 +02:00
parent a09e1a7649
commit 0292588b56
2 changed files with 5 additions and 10 deletions

View File

@ -12,21 +12,19 @@
ng-click="vm.hide()" ng-click="vm.hide()"
href="" href=""
title="{{ 'US.TRIBE.CLOSE' | translate }}" title="{{ 'US.TRIBE.CLOSE' | translate }}"
) ) tg-svg.icon-remove(svg-icon="icon-close")
svg.icon.icon-remove
use(xlink:href="#icon-remove")
a.gig-title( a.gig-title(
href="{{::vm.tribeHost}}/gigs/{{gigId}}" href="{{::vm.tribeHost}}/gigs/{{gigId}}"
title="gigTitle" title="gigTitle"
target="_blank" target="_blank"
) {{gigTitle}} ) {{gigTitle}}
a.delete-link( a.delete-link(
href="{{::vm.tribeHost}}/gigs/{{gigId}}/link-with-taiga?from=taiga" href="{{::vm.tribeHost}}/gigs/{{gigId}}/link-with-taiga?from=taiga"
title="{{ 'US.TRIBE.EDIT_LINK' | translate }}" title="{{ 'US.TRIBE.EDIT_LINK' | translate }}"
) {{ 'US.TRIBE.EDIT_LINK' | translate }} ) {{ 'US.TRIBE.EDIT_LINK' | translate }}
a.synchronize-link.button-tribe( a.synchronize-link.button-tribe(
ng-href="{{::vm.tribeHost}}/gigs/sync/{{gigId}}?from=taiga" ng-href="{{::vm.tribeHost}}/gigs/sync/{{gigId}}?from=taiga"
title="{{ 'US.TRIBE.SINCHRONIZE_LINK' }}" title="{{ 'US.TRIBE.SINCHRONIZE_LINK' }}"

View File

@ -55,12 +55,9 @@
vertical-align: text-bottom; vertical-align: text-bottom;
} }
svg { svg {
@include svg-size();
fill: $red-light; fill: $red-light;
height: 1.5rem;
max-height: 1.5rem;
max-width: 1.5rem;
transition: all .2s; transition: all .2s;
width: 1.5rem;
&:hover { &:hover {
fill: $red; fill: $red;
} }