1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-23 01:39:36 +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; padding: 15px;
text-transform: uppercase; text-transform: uppercase;
&:focus,
&:hover { &:hover {
background-color: transparent; background-color: transparent;
color: $ascribe--nav-fg-sec-color; color: $ascribe--nav-fg-sec-color;