aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-10 09:51:13 -0700
committerMark Otto <[email protected]>2012-10-10 09:51:13 -0700
commit5af5c2ed368e8b728306b90082d32719d5a15b54 (patch)
tree9f1359e1d9dc6f089d84ef09fe128e7dbb6f919b /less/dropdowns.less
parentb18c009051936e3dec86bf620da58847b321d307 (diff)
downloadbootstrap-5af5c2ed368e8b728306b90082d32719d5a15b54.tar.xz
bootstrap-5af5c2ed368e8b728306b90082d32719d5a15b54.zip
fixes #: remove double background color on dropdown links
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less2
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%));
}