2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Fixes #6474: remove duplicate .btn border colors to make @btn-border work

This commit is contained in:
Mark Otto
2013-01-11 20:40:17 -08:00
parent d7c93fc647
commit d3b3b4c48f
3 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
// -------------------------
@btnBackground: @white;
@btnBackgroundHighlight: darken(@white, 10%);
@btnBorder: #bbb;
@btnBorder: #ccc;
@btnPrimaryBackground: @linkColor;
@btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 20%);