From 2ea45c3b457ee80555825dd952bd30510f0eb561 Mon Sep 17 00:00:00 2001 From: Achal Varma Date: Wed, 26 Feb 2014 17:39:31 -0600 Subject: [PATCH] removed push icons/carets for the Android theme. --- sass/theme-android.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/theme-android.scss b/sass/theme-android.scss index ac64ad3..231e70b 100644 --- a/sass/theme-android.scss +++ b/sass/theme-android.scss @@ -698,10 +698,10 @@ textarea, // -------------------------------------------------- .push-left:after { - content: '\e803'; + content: ''; } .push-right:after { - content: '\e806'; + content: ''; }