Add top since position is absolute

This commit is contained in:
rubenmoya 2018-03-16 12:40:45 +01:00
parent 580ba86680
commit 8d8a9ea2c1

View File

@ -179,6 +179,7 @@
&:focus::after,
&:hover::after {
position: absolute;
top: -1px;
left: -1px;
width: 1px;
height: $baseSize * 4;