mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-11 18:09:21 +08:00
Toggle with unit test
This commit is contained in:
@@ -125,6 +125,15 @@ a.list-item {
|
||||
> i:last-child {
|
||||
float: right;
|
||||
}
|
||||
|
||||
// Make every last form element go to the right of the item
|
||||
|
||||
> .toggle:last-child, input:last-child, > button:last-child {
|
||||
float: right;
|
||||
}
|
||||
> .toggle:last-child {
|
||||
margin-top: -5px;
|
||||
}
|
||||
}
|
||||
|
||||
.list-item-sliding {
|
||||
|
||||
Reference in New Issue
Block a user