From 2d26a665213e7d02fd02207a8fa6a5d7b49a8019 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Mon, 8 Jun 2015 12:20:05 -0700 Subject: [PATCH] Fixed tab hover effect. --- styles/right-panel.less | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/right-panel.less b/styles/right-panel.less index 6e7a5e165a..fd8d8d2749 100644 --- a/styles/right-panel.less +++ b/styles/right-panel.less @@ -120,6 +120,7 @@ &.disabled { opacity: 0.5; &:hover { + color: @gray-light; border-bottom: 3px solid transparent; } }