mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -30,6 +30,10 @@ ion-checkbox {
|
|||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.item.activated {
|
||||||
|
background-color: $list-background-color;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
media-checkbox {
|
media-checkbox {
|
||||||
|
@ -24,6 +24,10 @@ ion-radio {
|
|||||||
color: $radio-ios-color-on;
|
color: $radio-ios-color-on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.item.activated {
|
||||||
|
background-color: $list-background-color;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
media-radio {
|
media-radio {
|
||||||
|
Reference in New Issue
Block a user