Fix arrow in watch button

stable
Xavier Julián 2016-04-29 11:49:12 +02:00
parent 0fd334398f
commit a6f023903c
2 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,7 @@ a.track-button.watch-button.watch-container(
tg-svg(svg-icon="icon-watch")
span(ng-if="!vm.project.get('is_watcher')", translate="PROJECT.WATCH_BUTTON.WATCH")
span(ng-if="vm.project.get('is_watcher')", translate="PROJECT.WATCH_BUTTON.WATCHING")
tg-svg(svg-icon="icon-arrow-down")
tg-svg.watch-options-arrow(svg-icon="icon-arrow-down")
span.track-button-counter(
title="{{ 'PROJECT.WATCH_BUTTON.COUNTER_TITLE'|translate:{total:vm.project.get(\"total_watchers\")||0}:'messageformat' }}",

View File

@ -25,10 +25,11 @@
background: darken($whitish, 5%);
transition: background .3s;
}
.icon-arrow-down {
height: .6rem;
margin: 0 .5rem 0 auto;
width: .6rem;
}
.watch-options-arrow {
margin: 0 .5rem 0 auto;
svg {
@include svg-size(.75rem);
}
}
&:hover {