From 2e8a146b61af1e197208ae2d52ee4bf4034352d4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 14 Aug 2013 21:24:48 -0700 Subject: remove gradients from dropdown menu items on hover/active (fixes #9473) --- less/dropdowns.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'less') diff --git a/less/dropdowns.less b/less/dropdowns.less index 99cf7d00d..d9417358b 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -75,8 +75,7 @@ &:focus { text-decoration: none; color: @dropdown-link-hover-color; - #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%)); - background-color: darken(@dropdown-link-hover-bg, 5%); + background-color: @dropdown-link-hover-bg; } } @@ -88,8 +87,7 @@ color: @dropdown-link-active-color; text-decoration: none; outline: 0; - #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%)); - background-color: darken(@dropdown-link-active-bg, 5%); + background-color: @dropdown-link-active-bg; } } -- cgit v1.2.3