[Backport] Fix close button in tribe link popover
parent
6ef6e27562
commit
936a427217
|
@ -12,9 +12,7 @@
|
||||||
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}}"
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue