Change focus state

This commit is contained in:
Cole Bemis 2017-05-05 17:16:29 -07:00
parent 285009c7ca
commit 7d00cb1e47

View File

@ -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);