Skip to content

Commit

Permalink
add cursor:pointer to hover on notification
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminapetersen committed Mar 8, 2017
1 parent 3d2597c commit 2fce7bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/_notifications.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
font-size: 0.7em;
background-color: #a30000; // @pf-red-200;
}

.drawer-pf-notification:hover {
cursor: pointer;
}

0 comments on commit 2fce7bb

Please sign in to comment.