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 {
content: '\e803';
content: '';
}
.push-right:after {
content: '\e806';
content: '';
}
.icon-caret:before {

4
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';

2
docs/components.html

@ -423,7 +423,7 @@ title: Components · Ratchet
</li>
</ul>
{% 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 class="component">

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

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

4
sass/theme-android.scss

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

Loading…
Cancel
Save