From 0292588b5649b5b82a20d9ae6033635da8cf3abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 27 May 2016 13:02:17 +0200 Subject: [PATCH] Fix close button in tribe link popover --- app/modules/components/tribe-button/tribe-linked.jade | 10 ++++------ app/modules/components/tribe-button/tribe-linked.scss | 5 +---- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/app/modules/components/tribe-button/tribe-linked.jade b/app/modules/components/tribe-button/tribe-linked.jade index 6be83206..852c98b2 100644 --- a/app/modules/components/tribe-button/tribe-linked.jade +++ b/app/modules/components/tribe-button/tribe-linked.jade @@ -12,21 +12,19 @@ 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}}" title="gigTitle" target="_blank" ) {{gigTitle}} - + a.delete-link( href="{{::vm.tribeHost}}/gigs/{{gigId}}/link-with-taiga?from=taiga" title="{{ 'US.TRIBE.EDIT_LINK' | translate }}" ) {{ 'US.TRIBE.EDIT_LINK' | translate }} - + a.synchronize-link.button-tribe( ng-href="{{::vm.tribeHost}}/gigs/sync/{{gigId}}?from=taiga" title="{{ 'US.TRIBE.SINCHRONIZE_LINK' }}" diff --git a/app/modules/components/tribe-button/tribe-linked.scss b/app/modules/components/tribe-button/tribe-linked.scss index 0da433ef..a94dd879 100644 --- a/app/modules/components/tribe-button/tribe-linked.scss +++ b/app/modules/components/tribe-button/tribe-linked.scss @@ -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; }