From 37b96ecbbeffa997b26b658d1c78804d28029c48 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 13 May 2014 10:48:20 -0700 Subject: [PATCH] Better hover/focus ordering --- src/UI/Content/navbar.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/UI/Content/navbar.less b/src/UI/Content/navbar.less index 0310900e7..19bf8327b 100644 --- a/src/UI/Content/navbar.less +++ b/src/UI/Content/navbar.less @@ -77,6 +77,11 @@ color : #b9b9b9; font-weight : 100; + &:focus { + background-color : transparent; + text-decoration : none; + } + &:hover { background-color : #555555; text-decoration : none; @@ -86,11 +91,6 @@ cursor: pointer; } - &:focus { - background-color : transparent; - text-decoration : none; - } - @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { border-radius : 6px; padding : 5px 0px 5px;