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 {