chore(links): ignore pointer events on link underlines
This commit is contained in:
@@ -109,6 +109,7 @@ a.main-link:after {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.main-link:hover:after {
|
a.main-link:hover:after {
|
||||||
|
|||||||
Reference in New Issue
Block a user