Make spined element not handlable

This commit is contained in:
afc163 2016-05-27 21:12:13 +08:00
parent d8ad0b1993
commit fb1e1cc8fc

View File

@ -48,7 +48,16 @@
-webkit-filter: blur(1px);
filter: blur(1px);
filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)"; /* IE6~IE9 */
pointer-events: none;
position: relative;
&:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: transparent;
}
}
// tip