Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #131 from HospitalRun/sidebar-search-layout-hotfix
Browse files Browse the repository at this point in the history
Fix for breaking search button on sidebar nav
  • Loading branch information
Joel Glovier committed Jul 10, 2015
2 parents 733520b + 3885f03 commit 4b250e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/styles/_sidebar_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@
height: 38px;
text-shadow: none;
@include transition(opacity);
position: absolute;
top: 10px;
right: 15px;

&:hover {
opacity: .8;
Expand Down

0 comments on commit 4b250e1

Please sign in to comment.