mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
feat(item): adding no-lines attribute for items not in a list
closes #599
This commit is contained in:
@ -20,6 +20,14 @@
|
||||
color: $list-text-color;
|
||||
|
||||
box-sizing: border-box;
|
||||
|
||||
&[no-lines] {
|
||||
border: none;
|
||||
|
||||
.item-inner {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.item-inner {
|
||||
|
Reference in New Issue
Block a user