Fixed colour of dropdown link hover

This commit is contained in:
Phil Hughes
2016-04-07 15:56:59 +01:00
parent 45e0565f98
commit 656d8d8865
@@ -263,6 +263,12 @@
}
}
.dropdown-content {
a:hover {
color: inherit;
}
}
.dropdown-menu-toggle {
width: 100%;
padding-top: 6px;