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,9 +12,7 @@
ng-click="vm.hide()"
href=""
title="{{ 'US.TRIBE.CLOSE' | translate }}"
)
svg.icon.icon-remove
use(xlink:href="#icon-remove")
) tg-svg.icon-remove(svg-icon="icon-close")
a.gig-title(
href="{{::vm.tribeHost}}/gigs/{{gigId}}"

View File

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