Remove lingering hover styling on nav buttons when collapsing dropdowns through clicks

This commit is contained in:
Brett Sun 2016-06-16 15:52:32 +02:00
parent 685ac0d941
commit f67c5758a7
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@
padding: 15px;
text-transform: uppercase;
&:focus,
&:hover {
background-color: transparent;
color: $ascribe--nav-fg-sec-color;