mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Ensure Wiki search link color property set on hover
This commit is contained in:
parent
23c9c719af
commit
0ff6ef0748
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue