mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(item): create .list-borderless
This commit is contained in:
@@ -102,6 +102,11 @@
|
||||
|
||||
}
|
||||
|
||||
.list-borderless .item,
|
||||
.item-borderless {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
// Link and Button Active States
|
||||
.item.active,
|
||||
.item.activated,
|
||||
@@ -588,7 +593,7 @@ button.item.item-button-right {
|
||||
text-transform: uppercase;
|
||||
font-weight: 300;
|
||||
font-size: 13px;
|
||||
background-color: #ebebeb;
|
||||
background-color: #efeff4;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
<div class="content has-header">
|
||||
|
||||
<div class="list">
|
||||
<div class="list list-borderless">
|
||||
|
||||
<div class="item item-divider item-divider-ios">
|
||||
List Icons (iOS)
|
||||
|
||||
Reference in New Issue
Block a user