diff options
| author | Mark Otto <[email protected]> | 2012-10-10 09:51:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-10 10:29:22 -0700 |
| commit | 31007c01d8e5a3ad87597e56e2240693347a2a2c (patch) | |
| tree | 9f1359e1d9dc6f089d84ef09fe128e7dbb6f919b /less/dropdowns.less | |
| parent | b18c009051936e3dec86bf620da58847b321d307 (diff) | |
| download | bootstrap-31007c01d8e5a3ad87597e56e2240693347a2a2c.tar.xz bootstrap-31007c01d8e5a3ad87597e56e2240693347a2a2c.zip | |
fixes #5478: remove double background color on dropdown links
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 03efd6abf..d4fdab47f 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -90,7 +90,6 @@ .dropdown-submenu:hover > a { text-decoration: none; color: @dropdownLinkColorHover; - background-color: @dropdownLinkBackgroundHover; #gradient > .vertical(@dropdownLinkBackgroundHover, darken(@dropdownLinkBackgroundHover, 5%)); } @@ -101,7 +100,6 @@ color: @dropdownLinkColorHover; text-decoration: none; outline: 0; - background-color: @dropdownLinkBackgroundActive; #gradient > .vertical(@dropdownLinkBackgroundActive, darken(@dropdownLinkBackgroundActive, 5%)); } |
