Skip to content

Commit

Permalink
fix(lib): handle non-a-links dropdown items child
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Apr 30, 2021
1 parent daf2eaf commit 929eb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/junipero/lib/DropdownItem/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
&:hover, &:focus
background: $color-black-squeeze

a
a, .dropdown-link
color: $color-eastern-blue

a
a, .dropdown-link
color: $color-midnight
text-decoration: none
padding: 5px 15px
Expand Down

0 comments on commit 929eb32

Please sign in to comment.