See: http://i.imgur.com/aSnjEYx.png Not perfect, but pretty close.
Relevant SASS:
$boxSize:30px &:hover:after, &:hover:before content: " " display: block position: absolute top: 50% right: -$boxSize height: $boxSize width: $boxSize background-color: transparent z-index: 1000 &:hover:before right: auto left: -$boxSize
See: http://i.imgur.com/aSnjEYx.png Not perfect, but pretty close.
Relevant SASS: