Skip to content

Commit

Permalink
(less) Fixes twbs#6474: remove duplicate .btn border colors to make @…
Browse files Browse the repository at this point in the history
…btn-border work
  • Loading branch information
mdo committed Jan 12, 2013
1 parent 72fe276 commit 9079a5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ input[type="button"] {

// Set the backgrounds
// -------------------------
.btn {
// reset here as of 2.0.3 due to Recess property order
border-color: #c5c5c5;
border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
}
.btn-primary {
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
}
Expand Down
2 changes: 1 addition & 1 deletion variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
// -------------------------
@btnBackground: @white;
@btnBackgroundHighlight: darken(@white, 10%);
@btnBorder: #bbb;
@btnBorder: #ccc;

@btnPrimaryBackground: @linkColor;
@btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 20%);
Expand Down

0 comments on commit 9079a5a

Please sign in to comment.