mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(item): fix .item-button icon only
This commit is contained in:
@@ -123,9 +123,14 @@ ion-thumbnail[item-right] {
|
||||
.item-button {
|
||||
padding: 0 0.5em;
|
||||
font-size: 1.3rem;
|
||||
min-height: 25px;
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
.item-button.button-icon-only ion-icon,
|
||||
.item-button.button-icon-only {
|
||||
padding: 0 1px;
|
||||
}
|
||||
|
||||
ion-avatar {
|
||||
min-width: $item-ios-avatar-size;
|
||||
min-height: $item-ios-avatar-size;
|
||||
|
||||
@@ -98,10 +98,15 @@ ion-icon[item-right] {
|
||||
|
||||
.item-button {
|
||||
padding: 0 0.6em;
|
||||
min-height: 26px;
|
||||
min-height: 25px;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.item-button.button-icon-only ion-icon,
|
||||
.item-button.button-icon-only {
|
||||
padding: 0 1px;
|
||||
}
|
||||
|
||||
[text-wrap] ion-item-content {
|
||||
font-size: $item-md-body-text-font-size;
|
||||
line-height: $item-md-body-text-line-height;
|
||||
|
||||
Reference in New Issue
Block a user