hide red underline if hover over search result
This commit is contained in:
parent
fe796deef0
commit
42baf6ac43
|
@ -6,7 +6,7 @@
|
||||||
height: calculateRem(1);
|
height: calculateRem(1);
|
||||||
background-color: $red;
|
background-color: $red;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: calculateRem(3);
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,10 @@
|
||||||
|
|
||||||
&:hover h3 {
|
&:hover h3 {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
||||||
|
&.matched-name::before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|
Loading…
Reference in New Issue