Browse Source

Merge pull request #343 from twbs/achalv-android-no-carets

Achalv android no carets
pull/346/merge
Connor Sears 11 years ago
parent
commit
bd39691da5
  1. 4
      dist/ratchet-theme-android.css
  2. 4
      docs/assets/css/docs.css
  3. 2
      docs/components.html
  4. 4
      docs/dist/ratchet-theme-android.css
  5. 4
      sass/theme-android.scss

4
dist/ratchet-theme-android.css vendored

@ -526,11 +526,11 @@ textarea,
} }
.push-left:after { .push-left:after {
content: '\e803'; content: '';
} }
.push-right:after { .push-right:after {
content: '\e806'; content: '';
} }
.icon-caret:before { .icon-caret:before {

4
docs/assets/css/docs.css

@ -2048,10 +2048,10 @@ hr {
content: "On"; content: "On";
} }
.platform-android .push-left:after { .platform-android .push-left:after {
content: '\e803'; content: '';
} }
.platform-android .push-right:after { .platform-android .push-right:after {
content: '\e806'; content: '';
} }
.platform-android .icon-caret:before { .platform-android .icon-caret:before {
content: '\e800'; content: '\e800';

2
docs/components.html

@ -423,7 +423,7 @@ title: Components · Ratchet
</li> </li>
</ul> </ul>
{% endhighlight %} {% endhighlight %}
<p class="component-note touch-only"><strong>Note:</strong> Table views with the Android theme don't have chevrons to comply with Android Design guidelines. More information can be found <a href="http://developer.android.com/design/patterns/pure-android.html">here</a>.</p>
</article> </article>
<article class="component"> <article class="component">

4
docs/dist/ratchet-theme-android.css vendored

@ -526,11 +526,11 @@ textarea,
} }
.push-left:after { .push-left:after {
content: '\e803'; content: '';
} }
.push-right:after { .push-right:after {
content: '\e806'; content: '';
} }
.icon-caret:before { .icon-caret:before {

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