Skip to content

Commit

Permalink
Merge pull request #76 from primer/btn_arrow
Browse files Browse the repository at this point in the history
Nuke the margins and floats on the right arrow in buttons
  • Loading branch information
mdo committed Mar 30, 2015
2 parents cd09569 + 59ded60 commit 8bef52e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,23 +176,6 @@
}


// Octicon buttons
//
// Improve alignment of Octicons within buttons and minibuttons. Also auto tweak
// the right arrow to float right for ease of use.
.btn {
> .octicon-arrow-right {
float: right;
margin-left: 5px;
}
}

// Required because we nuke the padding on minibuttons
.btn-sm > .octicon-arrow-right {
margin-top: 4px;
}


// Minibutton overrides
//
// Tweak `line-height` to make them smaller.
Expand Down

0 comments on commit 8bef52e

Please sign in to comment.