Ensure Wiki search link color property set on hover

This commit is contained in:
Jessica Lawshe 2018-09-27 11:51:33 -05:00
parent 23c9c719af
commit 0ff6ef0748

View file

@ -43,7 +43,7 @@
&:hover,
&:focus {
text-decoration: none;
color: @dropdown-link-hover-color;
color: @dropdown-link-hover-color!important;
background-color: @dropdown-link-hover-bg;
.fa {