Skip to content

Commit

Permalink
Only show pointer cursor on the chevron.
Browse files Browse the repository at this point in the history
Ensure that we show the pointer cursor on the advanced search pane when
closed, but only on the chevron when the pane is open.

Closes hound-search#184.
  • Loading branch information
Wilfred committed Jan 28, 2016
1 parent 0a36493 commit 85384f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/assets/css/hound.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ button:focus {
color: #aaa;
font-size: 12px;
line-height: 24px;
cursor: pointer;
background-color: #fff;
}

Expand Down Expand Up @@ -157,6 +156,7 @@ button:focus {
transition: max-height, opacity 0.1s ease-in-out;
opacity: 1;
overflow: hidden;
cursor: pointer;
}

#inb > .ban > em {
Expand Down

0 comments on commit 85384f5

Please sign in to comment.