Skip to content

Commit

Permalink
Button: Remove padding on text element for icon only buttons
Browse files Browse the repository at this point in the history
Fixes #14056
  • Loading branch information
scottgonzalez committed Aug 20, 2015
1 parent caf6f2d commit 1f6ea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ button.ui-button-icons-only {
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
padding: 0;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
Expand Down

0 comments on commit 1f6ea8b

Please sign in to comment.