diff --git a/src/components/TabNav/TabNav.styl b/src/components/TabNav/TabNav.styl index ade356a..69fbd09 100644 --- a/src/components/TabNav/TabNav.styl +++ b/src/components/TabNav/TabNav.styl @@ -15,7 +15,7 @@ border-bottom: 1px solid transparent; text-decoration: none; - &:not(.active):hover { + &:not(.active):hover, &:not(.active):focus { color: #7D7D8E; border-bottom: 1px solid #7D7D8E; }