mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +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,
|
.list,
|
||||||
ion-card {
|
ion-card {
|
||||||
button[ion-item]:not([detail-none]) .item-inner,
|
button.item:not([detail-none]) .item-inner,
|
||||||
a[ion-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);
|
@include ios-detail-push-icon($item-ios-detail-push-color);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: right ($item-ios-padding-right - 2) center;
|
background-position: right ($item-ios-padding-right - 2) center;
|
||||||
|
Reference in New Issue
Block a user