fix #829 ignore events from menu span elements

This commit is contained in:
redonkulus 2021-01-19 16:45:56 -08:00
parent c3799b5274
commit b3697fdf51
2 changed files with 2 additions and 0 deletions

View File

@ -348,6 +348,7 @@ code {
.menu-link span:before,
.menu-link span:after {
background-color: #fff;
pointer-events: none;
width: 100%;
height: .2em;
-webkit-transition: all 0.4s;

View File

@ -185,6 +185,7 @@ small screens.
.menu-link span:before,
.menu-link span:after {
background-color: #fff;
pointer-events: none;
width: 100%;
height: 0.2em;
}