From 262ed0a602e9fd37b14cf022e7626b703633b99e Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 29 Aug 2013 11:59:52 -0700 Subject: [PATCH] Hover selected buttons are more clear --- themes/neue-dark-ui/buttons.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/neue-dark-ui/buttons.less b/themes/neue-dark-ui/buttons.less index 0a0b89dc8..69710370a 100644 --- a/themes/neue-dark-ui/buttons.less +++ b/themes/neue-dark-ui/buttons.less @@ -24,6 +24,9 @@ z-index: 1; // we want the selected button to behave like the :hover button; it's on top of the other buttons. color: @text-color-highlight; background-image: -webkit-linear-gradient(darken(@button-background-selected-color, 5%), @button-background-selected-color); + &:hover { + background-image: -webkit-linear-gradient(@button-background-selected-color, darken(@button-background-selected-color, 5%)); + } } }