Browse Source

making sure the text remains gray when active

pull/532/head
connors 11 years ago
parent
commit
6472a682b2
  1. 1
      sass/theme-android.scss
  2. 3
      sass/theme-ios.scss

1
sass/theme-android.scss

@ -435,6 +435,7 @@ a {
background-image: none;
}
> a:not(.btn):active {
color: inherit;
background-color: #e0e0e0;
.icon {

3
sass/theme-ios.scss

@ -309,6 +309,9 @@ p {
&:last-child {
background-image: none;
}
> a:not(.btn):active {
color: inherit;
}
}
// Table view dividers

Loading…
Cancel
Save