Skip to content

Commit

Permalink
fix(csv): ensure exporter link is hidden
Browse files Browse the repository at this point in the history
The exporter link is used only in JavaScript as a handle to grab the
underlying element.  In this case, the element should be invisible to
the client.  This commit sets the display to be none accordingly.
  • Loading branch information
jniles committed Sep 25, 2017
1 parent ae33b91 commit e972aa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/less/bhima-bootstrap.less
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,7 @@ input[type=number] {-moz-appearance: textfield;}
box-shadow : 0px 2px 4px -4px black;
z-index : 1000;
}

.ui-grid-exporter-csv-link {
display : none;
}

0 comments on commit e972aa4

Please sign in to comment.