From 7452d650252196136a4cac68af2bc14b4e4320ff Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 24 Nov 2014 14:53:17 -0600 Subject: [PATCH] feat(item): create .list-borderless --- scss/_items.scss | 7 ++++++- test/css/lists-icons.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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)