mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(list): added selector for the detail-push attribute, not sure how this worked before
closes #491
This commit is contained in:
@ -190,8 +190,9 @@ $list-ios-header-color: #333 !default;
|
||||
|
||||
.list,
|
||||
ion-card {
|
||||
button[ion-item]:not([detail-none]) .item-inner,
|
||||
a[ion-item]:not([detail-none]) .item-inner {
|
||||
button.item:not([detail-none]) .item-inner,
|
||||
a.item:not([detail-none]) .item-inner,
|
||||
.item[detail-push] .item-inner {
|
||||
@include ios-detail-push-icon($item-ios-detail-push-color);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right ($item-ios-padding-right - 2) center;
|
||||
|
Reference in New Issue
Block a user