aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-06 18:05:37 -0700
committerMark Otto <[email protected]>2013-08-06 18:05:37 -0700
commit3f3dfc54e77036e726154e21d1a34f1f5918b4d7 (patch)
treefdc5710cdd473383160c9cc636f2db358baae793 /less/dropdowns.less
parent076ec90d0bb689099cd884d3bdbaf8f811b8b6d4 (diff)
downloadbootstrap-3f3dfc54e77036e726154e21d1a34f1f5918b4d7.tar.xz
bootstrap-3f3dfc54e77036e726154e21d1a34f1f5918b4d7.zip
update use of mixins and add bg-colors where necessary
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%);
}
}