From 4f0b4325b5e2089f3de0e1de6038b719cf1dd506 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Fri, 6 Dec 2013 10:57:45 -0800 Subject: [PATCH] :lipstick: --- stylesheets/nav.less | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/stylesheets/nav.less b/stylesheets/nav.less index 7a94c13..2e50042 100644 --- a/stylesheets/nav.less +++ b/stylesheets/nav.less @@ -9,15 +9,17 @@ margin-right: 0px; margin-bottom: 1px; } + a:hover, &.active a, &.active a:hover { - background-color: @background-color-highlight; - border: none; - color: @text-color-selected; - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; - } + background-color: @background-color-highlight; + border: none; + color: @text-color-selected; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + &.active a { background-color: @tab-background-color-active; }