Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
bug 1071148 - pinboard close button sb gray with finger pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Dawson committed Sep 22, 2014
1 parent 67dd66f commit 9f7102f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/app/partials/main/thPinboardPanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
</div>

<div id="pinboard-controls-close-button-container">
<a ng-click="togglePinboardVisibility()"
<a class="click-able-icon lightgray"
ng-click="togglePinboardVisibility()"
prevent-default-on-left-click>
<span title="Close the pinboard"
class="glyphicon glyphicon-remove">
Expand Down

0 comments on commit 9f7102f

Please sign in to comment.