diff --git a/scss/_items.scss b/scss/_items.scss index 7bdf73b03c..ebedbab352 100644 --- a/scss/_items.scss +++ b/scss/_items.scss @@ -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; } diff --git a/test/css/lists-icons.html b/test/css/lists-icons.html index 43ee605632..1b985a25fa 100644 --- a/test/css/lists-icons.html +++ b/test/css/lists-icons.html @@ -20,7 +20,7 @@
-
+
List Icons (iOS)