From 0806c11b27744b3aa740a7570735e488dc441470 Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 1 Mar 2014 15:46:33 -0800 Subject: [PATCH] update android --- dist/ratchet-theme-android.css | 8 ++++++++ docs/assets/css/docs.css | 6 ++++++ docs/dist/ratchet-theme-android.css | 8 ++++++++ sass/theme-android.scss | 8 ++++++++ 4 files changed, 30 insertions(+) diff --git a/dist/ratchet-theme-android.css b/dist/ratchet-theme-android.css index a9c3abc..a75653f 100644 --- a/dist/ratchet-theme-android.css +++ b/dist/ratchet-theme-android.css @@ -525,6 +525,14 @@ textarea, content: "On"; } +.navigate-left:after { + content: ''; +} + +.navigate-right:after { + content: ''; +} + .push-left:after { content: ''; } diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 69d23c2..4c9121e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -2069,6 +2069,12 @@ hr { color: #fff; content: "On"; } +.platform-android .navigate-left:after { + content: ''; +} +.platform-android .navigate-right:after { + content: ''; +} .platform-android .push-left:after { content: ''; } diff --git a/docs/dist/ratchet-theme-android.css b/docs/dist/ratchet-theme-android.css index a9c3abc..a75653f 100644 --- a/docs/dist/ratchet-theme-android.css +++ b/docs/dist/ratchet-theme-android.css @@ -525,6 +525,14 @@ textarea, content: "On"; } +.navigate-left:after { + content: ''; +} + +.navigate-right:after { + content: ''; +} + .push-left:after { content: ''; } diff --git a/sass/theme-android.scss b/sass/theme-android.scss index 7dd8269..ec719c5 100644 --- a/sass/theme-android.scss +++ b/sass/theme-android.scss @@ -697,6 +697,14 @@ textarea, // Push icons // -------------------------------------------------- +.navigate-left:after { + content: ''; +} +.navigate-right:after { + content: ''; +} + +// Deprecated `push-left` and `push-right` as of 2.0.1 .push-left:after { content: ''; }