fix: use same focus styling (#3078)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Vinh
2020-08-06 18:48:08 +00:00
committed by GitHub
co-authored by kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
parent 288809ee14
commit 0fe0be832e
@@ -15,8 +15,7 @@
}
.keyboardFocus:focus {
outline: 1px solid $colors-teal-500;
border: 1px solid $colors-teal-500;
@mixin outline;
}
.selectFont {