Skip to content

Commit

Permalink
Merge branch 'hotfix/ap-dropdown-search-result-item'
Browse files Browse the repository at this point in the history
  • Loading branch information
deioo committed Apr 16, 2015
2 parents 5e52e12 + 9a3bd8b commit 5a53312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paint",
"version": "0.7.10",
"version": "0.7.11",
"homepage": "https://github.com/alphasights/paint",
"authors": [
"Eugenio Depalo <[email protected]>",
Expand Down
6 changes: 4 additions & 2 deletions components/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,14 @@ $include-html-paint-dropdown: true !default;
padding: 0;

> li {
@extend %dropdown-item;

cursor: pointer;
padding: $dropdown-search-inner-padding * 2
padding: $dropdown-search-inner-padding
$column-gutter / 4;

&:hover {
background-color: $global-section-border-color;
background-color: $dropdown-link-hover-background-color;
}
}
}
Expand Down

0 comments on commit 5a53312

Please sign in to comment.