From: Mark Otto Date: Sat, 23 Aug 2014 19:20:09 +0000 (-0700) Subject: Fixes #14440: Remove unused nav variable X-Git-Tag: v3.3.0~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f265137c0517266206055d306ed41e9456878652;p=thirdparty%2Fbootstrap.git Fixes #14440: Remove unused nav variable --- diff --git a/less/variables.less b/less/variables.less index 9670a902fd..0d354d16af 100644 --- a/less/variables.less +++ b/less/variables.less @@ -404,8 +404,6 @@ @nav-disabled-link-color: @gray-light; @nav-disabled-link-hover-color: @gray-light; -@nav-open-link-hover-color: #fff; - //== Tabs @nav-tabs-border-color: #ddd;