mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
fix #829 ignore events from menu span elements
This commit is contained in:
parent
c3799b5274
commit
b3697fdf51
@ -348,6 +348,7 @@ code {
|
|||||||
.menu-link span:before,
|
.menu-link span:before,
|
||||||
.menu-link span:after {
|
.menu-link span:after {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
pointer-events: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: .2em;
|
height: .2em;
|
||||||
-webkit-transition: all 0.4s;
|
-webkit-transition: all 0.4s;
|
||||||
|
@ -185,6 +185,7 @@ small screens.
|
|||||||
.menu-link span:before,
|
.menu-link span:before,
|
||||||
.menu-link span:after {
|
.menu-link span:after {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
pointer-events: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0.2em;
|
height: 0.2em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user