aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-19 19:17:42 -0700
committerMark Otto <[email protected]>2012-06-19 19:17:42 -0700
commit9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e (patch)
tree4b4bd45b27b02c922a602e60dd5c5df8487a90ff /less/variables.less
parent40298ddbf1c26e2c9b7f67a39eeb35734417cc7e (diff)
downloadbootstrap-9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e.tar.xz
bootstrap-9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e.zip
add separate vars for dropdown link hover and active states
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less11
1 files changed, 8 insertions, 3 deletions
diff --git a/less/variables.less b/less/variables.less
index b931d3d2a..ee7350ec2 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -104,12 +104,17 @@
// -------------------------
@dropdownBackground: @white;
@dropdownBorder: rgba(0,0,0,.2);
-@dropdownLinkColor: @grayDark;
-@dropdownLinkColorHover: @white;
-@dropdownLinkBackgroundHover: @linkColor;
@dropdownDividerTop: #e5e5e5;
@dropdownDividerBottom: @white;
+@dropdownLinkColor: @grayDark;
+
+@dropdownLinkColorHover: @white;
+@dropdownLinkBackgroundHover: @grayLighter;
+
+@dropdownLinkColorActive: @dropdownLinkColor;
+@dropdownLinkBackgroundActive: @linkColor;
+
// COMPONENT VARIABLES