Skip to content

Commit

Permalink
Fix stray highlight issue in Firefox.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkMcDonald committed Apr 16, 2019
1 parent 1357d85 commit 7965b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
display: inline-block;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
}
.dropdownWrapper.open .dropdown {
border-color: var(--accent);
Expand Down

0 comments on commit 7965b64

Please sign in to comment.