From 9a6b0821212fd79c593d2a8c8fa49f2c02b101f8 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Wed, 27 May 2015 12:45:41 -0700 Subject: [PATCH] Fixed tab label hover. --- styles/new-container.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/styles/new-container.less b/styles/new-container.less index eddda2c45f..66884d19f3 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -50,16 +50,18 @@ flex-direction: row; justify-content: flex-end; font-size: 13px; - margin: 0 20px; + margin: 0 10px; margin-bottom: 10px; .results-filter { text-align: center; margin: 0 10px; min-width: 40px; - &:hover { - border-radius: 40px; - background-color: @gray-lightest; + &.tab { + &:hover { + border-radius: 40px; + background-color: @gray-lightest; + } } }