hide red underline if hover over search result

This commit is contained in:
Sharyn 2018-07-17 16:40:56 +02:00
parent fe796deef0
commit 42baf6ac43
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
height: calculateRem(1);
background-color: $red;
position: absolute;
bottom: 0;
bottom: calculateRem(3);
left: 0;
z-index: -1;
}

View File

@ -12,6 +12,10 @@
&:hover h3 {
text-decoration: underline;
&.matched-name::before {
display: none;
}
}
h3 {