Force menu links to have white color on :hover (#10200)

This is mostly to fix the contact form link under the Help menu inheriting the wrong color on hover due to missing href attribute
This commit is contained in:
Philip Karpiak
2018-03-31 07:48:41 -04:00
committed by Matteo Pagliazzi
parent 4a368a1128
commit 4623bcd877

View File

@@ -210,6 +210,7 @@ div
&:hover {
background: $purple-300;
color: $white;
&:last-child {
border-bottom-right-radius: 5px;