aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-08-07 23:10:11 -0700
committerJacob Thornton <[email protected]>2013-08-07 23:10:11 -0700
commit89b69ed77035eeb9c0034534d75fdb2062f10d47 (patch)
tree99b1f65ee730de94e64b4992e5131f0432743b1e /less/dropdowns.less
parentb35b65d0b3689f7999be998411e632046548af6e (diff)
parentf3104a3e3b04c2817094ef8ebd351833a4ade420 (diff)
downloadbootstrap-89b69ed77035eeb9c0034534d75fdb2062f10d47.tar.xz
bootstrap-89b69ed77035eeb9c0034534d75fdb2062f10d47.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Conflicts: _layouts/customize.html
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 675300de5..0dda5c9ce 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -74,6 +74,7 @@
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%);
}
}
@@ -87,6 +88,7 @@
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%);
}
}