mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix .bar .button-clear font-size
This commit is contained in:
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@@ -2805,6 +2805,8 @@ a.subdued {
|
||||
line-height: 30px; }
|
||||
.bar .button.button-icon .icon, .bar .button.button-icon.icon:before, .bar .button.button-icon.icon-left:before, .bar .button.button-icon.icon-right:before {
|
||||
line-height: 32px; }
|
||||
.bar .button.button-clear {
|
||||
font-size: 18px; }
|
||||
.bar .button-bar > .button, .bar .buttons > .button {
|
||||
min-height: 31px;
|
||||
height: 32px;
|
||||
|
||||
@@ -154,6 +154,9 @@
|
||||
line-height: $button-bar-button-height;
|
||||
}
|
||||
}
|
||||
&.button-clear {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.button-bar > .button, .buttons > .button {
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<header class="bar bar-calm">
|
||||
<header class="bar">
|
||||
<a class="button button-icon icon ion-arrow-left-c"></a>
|
||||
<div class="button-bar">
|
||||
<a class="button">First</a>
|
||||
|
||||
Reference in New Issue
Block a user