Browse Source

removed push icons/carets for the Android theme.

pull/343/head
Achal Varma 11 years ago committed by XhmikosR
parent
commit
3a722fc582
  1. 4
      sass/theme-android.scss

4
sass/theme-android.scss

@ -698,10 +698,10 @@ textarea,
// -------------------------------------------------- // --------------------------------------------------
.push-left:after { .push-left:after {
content: '\e803'; content: '';
} }
.push-right:after { .push-right:after {
content: '\e806'; content: '';
} }

Loading…
Cancel
Save