From 59ded60fc97de5a73a516e15f91143c779d9bae1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 29 Mar 2015 20:42:20 -0700 Subject: [PATCH] Nuke the margins and floats on the right arrow in buttons --- scss/_buttons.scss | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 14c0926f..a5fb2792 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -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.