UNPKG

@kunukn/aim

Version:

A library to make websites more usable by guessing which element is going to be hovered/clicked

16 lines (15 loc) 276 B
#__aim-debug { position: fixed; top: 0; left: 0; border: 2px solid #333; opacity: 0.3; background-color: lime; pointer-events: none; } #__aim-debug.__aim-debug--hit { background-color: deeppink; } #__aim-debug.__aim-debug--hit-2 { background-color: black; }