From e0d60b1325591a347d9e49e44be6d77401b07749 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 21 Apr 2013 19:35:36 -0700 Subject: Fixes #7617: lowercase and dash gray color vars --- less/buttons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/buttons.less') diff --git a/less/buttons.less b/less/buttons.less index a412bd5ff..b65e3fdc7 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -168,7 +168,7 @@ fieldset[disabled] .btn-link { fieldset[disabled] & { &:hover, &:focus { - color: @grayDark; + color: @gray-dark; text-decoration: none; } } -- cgit v1.2.3