1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

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

View File

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