Merge pull request #195 from CartoDB/fix-option-input-top

Fix border position
This commit is contained in:
Rubén Moya 2018-03-16 14:34:30 +01:00 committed by GitHub
commit 7280b80c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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