remove unwanted styling on 'stop compile' button

This commit is contained in:
Brian Gough 2016-07-18 15:00:16 +01:00
parent 92d41dd74e
commit ded9bcaa11
2 changed files with 1 additions and 5 deletions

View file

@ -36,7 +36,7 @@ div.full-size.pdf(ng-controller="PdfController")
i.fa.fa-fw(ng-class="{'fa-check': draft}")
|  #{translate("fast")} 
span.subdued [draft]
a.log-stop(
a(
href
ng-click="stop()"
ng-show="pdf.compiling",

View file

@ -80,10 +80,6 @@
}
.pdf .toolbar {
.log-stop {
color: @btn-info-bg;
}
.toolbar-right {
margin-right: @line-height-computed / 2;
a {