From 3a722fc5823e2d0960c6a1ffd26ea9f670ebdbe9 Mon Sep 17 00:00:00 2001 From: Achal Varma Date: Wed, 26 Feb 2014 17:39:31 -0600 Subject: [PATCH 1/3] 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 3baba9b..7dd8269 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: ''; } From 6c25665551077ce52c2b57f2ee2642150538872f Mon Sep 17 00:00:00 2001 From: Achal Varma Date: Thu, 27 Feb 2014 02:29:19 +0200 Subject: [PATCH 2/3] Ran grunt for the CSS changes to take effect in all dirs. --- dist/ratchet-theme-android.css | 4 ++-- docs/assets/css/docs.css | 4 ++-- docs/dist/ratchet-theme-android.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/ratchet-theme-android.css b/dist/ratchet-theme-android.css index 08d85b0..a9c3abc 100644 --- a/dist/ratchet-theme-android.css +++ b/dist/ratchet-theme-android.css @@ -526,11 +526,11 @@ textarea, } .push-left:after { - content: '\e803'; + content: ''; } .push-right:after { - content: '\e806'; + content: ''; } .icon-caret:before { diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 73a3a0a..da5881e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -2048,10 +2048,10 @@ hr { content: "On"; } .platform-android .push-left:after { - content: '\e803'; + content: ''; } .platform-android .push-right:after { - content: '\e806'; + content: ''; } .platform-android .icon-caret:before { content: '\e800'; diff --git a/docs/dist/ratchet-theme-android.css b/docs/dist/ratchet-theme-android.css index 08d85b0..a9c3abc 100644 --- a/docs/dist/ratchet-theme-android.css +++ b/docs/dist/ratchet-theme-android.css @@ -526,11 +526,11 @@ textarea, } .push-left:after { - content: '\e803'; + content: ''; } .push-right:after { - content: '\e806'; + content: ''; } .icon-caret:before { From eeca45295f7014006fa0d55d85b3d05d77e4ee28 Mon Sep 17 00:00:00 2001 From: Achal Varma Date: Fri, 28 Feb 2014 00:27:49 -0600 Subject: [PATCH 3/3] Added note about Android Chevrons to components page. --- docs/components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components.html b/docs/components.html index 6f0692a..9228af2 100644 --- a/docs/components.html +++ b/docs/components.html @@ -423,7 +423,7 @@ title: Components · Ratchet {% endhighlight %} - +

Note: Table views with the Android theme don't have chevrons to comply with Android Design guidelines. More information can be found here.