Commit 7d00cb1e authored by Cole Bemis's avatar Cole Bemis

Change focus state

parent 285009c7
......@@ -188,7 +188,8 @@ a {
stroke-width: inherit;
}
&:hover {
&:hover,
&:focus {
background: $color-border;
}
}
......@@ -197,7 +198,7 @@ a {
display: flex;
flex-direction: column;
position: absolute;
top: calc(100% + 15px);
top: calc(100% + 20px);
left: 50%;
min-width: 8rem;
transform: translateX(-50%) scale(0.75);
......
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