From 57f04f5c3920ae56c9aa2556b414d5444343d0e6 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 26 May 2015 17:50:58 -0700 Subject: [PATCH] Added hover color for tabs. --- styles/new-container.less | 4 ++++ styles/right-panel.less | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/styles/new-container.less b/styles/new-container.less index f6dfb9281f..1247da1eda 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -57,6 +57,10 @@ text-align: center; margin: 0 10px; min-width: 40px; + &:hover { + border-radius: 40px; + background-color: @gray-lightest; + } } .results-filter-title { diff --git a/styles/right-panel.less b/styles/right-panel.less index d8dfba884d..3ceb91d29f 100644 --- a/styles/right-panel.less +++ b/styles/right-panel.less @@ -119,6 +119,10 @@ background-color: transparent; } } + &:hover { + border-radius: 40px; + background-color: @gray-lightest; + } } .details-progress {