From b0dd2f902d494f46c238e31ef3a711c11d44f501 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Jul 2013 22:53:30 -0700 Subject: [PATCH] Update and add `@btn-hover-color` to Customize page --- customize.html | 3 +++ less/variables.less | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/customize.html b/customize.html index 1e1f0e67e7..8d70d04452 100644 --- a/customize.html +++ b/customize.html @@ -569,6 +569,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge +

Button hover

+ +

Success

diff --git a/less/variables.less b/less/variables.less index 0bd576a669..6d16346b96 100644 --- a/less/variables.less +++ b/less/variables.less @@ -117,7 +117,7 @@ @btn-info-bg: @brand-info; @btn-info-border: @btn-info-bg; -@btn-hover-color: #fff; +@btn-hover-color: @btn-default-color; // Forms -- 2.47.2