mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
no min-width in .bar .button
This commit is contained in:
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@ -2748,7 +2748,7 @@ a.subdued {
|
||||
.bar .button {
|
||||
z-index: 1;
|
||||
padding: 0 8px;
|
||||
min-width: 44px;
|
||||
min-width: initial;
|
||||
min-height: 31px;
|
||||
height: 32px;
|
||||
font-size: 12px;
|
||||
|
||||
1
dist/css/themes/ionic-ios7.css
vendored
1
dist/css/themes/ionic-ios7.css
vendored
@ -1,4 +1,3 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* Nav controllers and header bar animations
|
||||
*/
|
||||
|
||||
@ -114,7 +114,7 @@
|
||||
.button {
|
||||
z-index: 1;
|
||||
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;
|
||||
height: $button-bar-button-height;
|
||||
font-size: $button-bar-button-font-size;
|
||||
|
||||
Reference in New Issue
Block a user