mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove unwanted styling on 'stop compile' button
This commit is contained in:
parent
92d41dd74e
commit
ded9bcaa11
2 changed files with 1 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -80,10 +80,6 @@
|
|||
}
|
||||
|
||||
.pdf .toolbar {
|
||||
.log-stop {
|
||||
color: @btn-info-bg;
|
||||
}
|
||||
|
||||
.toolbar-right {
|
||||
margin-right: @line-height-computed / 2;
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue