From 3ca068afeb4cd3cb74f241db9e7e39a3463d7464 Mon Sep 17 00:00:00 2001 From: Justkant Date: Mon, 2 Nov 2015 03:51:20 +0800 Subject: [PATCH] Add border-bottom on focus for TabNav component --- src/components/TabNav/TabNav.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }