aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUTGuy <[email protected]>2012-08-21 11:21:28 -0300
committerUTGuy <[email protected]>2012-08-21 11:21:28 -0300
commit5fc5d26917f5e4be3c6448569da750ec52234e93 (patch)
treee03aa7529c48c93e909576b9079a0eb7bf6db2d6
parent320b75de63f347027774ba7353eea7f6937ab14b (diff)
downloadbootstrap-5fc5d26917f5e4be3c6448569da750ec52234e93.tar.xz
bootstrap-5fc5d26917f5e4be3c6448569da750ec52234e93.zip
Update less/variables.less
https://github.com/twitter/bootstrap/issues/4508 should fix this issue
-rw-r--r--less/variables.less6
1 files changed, 2 insertions, 4 deletions
diff --git a/less/variables.less b/less/variables.less
index a5c8cdd98..ae7440402 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -57,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: inherit; // empty to use BS default, @textColor
-
// Tables
// -------------------------
@tableBackground: transparent; // overall background-color
@@ -65,7 +64,6 @@
@tableBackgroundHover: #f5f5f5; // for hover
@tableBorder: #ddd; // table and cell border
-
// Buttons
// -------------------------
@btnBackground: @white;
@@ -109,10 +107,10 @@
@dropdownLinkColor: @grayDark;
@dropdownLinkColorHover: @white;
-@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @linkColor;
+@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
@@ -157,8 +155,8 @@
@navbarCollapseWidth: 979px;
@navbarHeight: 40px;
-@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBackgroundHighlight: #ffffff;
+@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBorder: darken(@navbarBackground, 12%);
@navbarText: @gray;