Skip to content

Commit

Permalink
Darken dropdown divider.
Browse files Browse the repository at this point in the history
Resolves #164.
  • Loading branch information
srph committed Nov 18, 2015
1 parent e1ba3da commit a135639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/components/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
> .menu > .divider {
height: 1px;
margin: ($padding-x / 2) 0;
background-color: $brand-gray-lt;
background-color: $brand-gray;
}

> .menu > a .badge {
Expand Down

0 comments on commit a135639

Please sign in to comment.