mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-10 13:26:44 +00:00
hide red underline if hover over search result
This commit is contained in:
parent
fe796deef0
commit
42baf6ac43
@ -6,7 +6,7 @@
|
||||
height: calculateRem(1);
|
||||
background-color: $red;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
bottom: calculateRem(3);
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
@ -12,6 +12,10 @@
|
||||
|
||||
&:hover h3 {
|
||||
text-decoration: underline;
|
||||
|
||||
&.matched-name::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user