Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuke the margins and floats on the right arrow in buttons #76

Merged
merged 1 commit into from
Mar 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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