Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
style(BCH): hide export history
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Dec 11, 2017
1 parent 088d7ce commit d5b9c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/partials/transactions/transactions-bitcoin-cash.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.transactions(ng-if="status.isLoggedIn")
.filter-bar.flex-center.hidden-md.hidden-lg(data-preflight-tag="TxsOptions" ng-class="{open: isFilterOpen}")
.hidden-md.hidden-lg.pointer.blue.right-align.width-100.flex-between.flex-center(ng-class="{mbl: isFilterOpen}")
a.blue.hidden-md.hidden-lg.pointer(ng-click="exportHistory()")
a.blue.hidden-md.hidden-lg.pointer(ng-click="exportHistory()" ng-hide="true")
i.f-24.icon-export
span(translate="HIDE" ng-show="isFilterOpen" ng-click="toggleFilter()")
span(translate="FILTER" ng-hide="isFilterOpen" ng-click="toggleFilter()")
Expand Down Expand Up @@ -52,7 +52,7 @@
ng-class="{'active': isFilterType($index)}"
translate="{{::f}}")
.flex-center
a.black.mhl.em-500.upper.hidden-xs.hidden-sm(ng-click="exportHistory()")
a.black.mhl.em-500.upper.hidden-xs.hidden-sm(ng-click="exportHistory()" ng-hide="true")
i.f-24.icon-export
.filter-search.input-group
input.form-control(
Expand Down

0 comments on commit d5b9c19

Please sign in to comment.