no min-width in .bar .button

This commit is contained in:
Adam Bradley
2013-11-17 20:22:20 -06:00
parent b7841a42c1
commit 8fe868f4eb
3 changed files with 2 additions and 3 deletions

2
dist/css/ionic.css vendored
View File

@ -2748,7 +2748,7 @@ a.subdued {
.bar .button { .bar .button {
z-index: 1; z-index: 1;
padding: 0 8px; padding: 0 8px;
min-width: 44px; min-width: initial;
min-height: 31px; min-height: 31px;
height: 32px; height: 32px;
font-size: 12px; font-size: 12px;

View File

@ -1,4 +1,3 @@
@charset "UTF-8";
/** /**
* Nav controllers and header bar animations * Nav controllers and header bar animations
*/ */

View File

@ -114,7 +114,7 @@
.button { .button {
z-index: 1; z-index: 1;
padding: 0 $button-bar-button-padding; padding: 0 $button-bar-button-padding;
min-width: $button-bar-button-height + $button-bar-button-font-size; min-width: initial;
min-height: $button-bar-button-height - 1; min-height: $button-bar-button-height - 1;
height: $button-bar-button-height; height: $button-bar-button-height;
font-size: $button-bar-button-font-size; font-size: $button-bar-button-font-size;