Commit bc636817 authored by Jehan Tremback's avatar Jehan Tremback Committed by Randall Leeds

fixed hover margin-top on upper and lower pointers to janking align

parent 567229df
...@@ -102,7 +102,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -102,7 +102,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
bottom: 1px; bottom: 1px;
} }
&:hover { &:hover {
margin-top: -2px; margin-top: -1.2em;
} }
} }
...@@ -114,7 +114,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -114,7 +114,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
top: 1px; top: 1px;
} }
&:hover { &:hover {
margin-top: 2px; margin-top: -.8em;
} }
} }
&.flip { &.flip {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment