From 6472a682b2d898944e37a3f1213aeba8d4b8fc70 Mon Sep 17 00:00:00 2001 From: connors Date: Mon, 31 Mar 2014 18:42:46 -0700 Subject: [PATCH] making sure the text remains gray when active --- sass/theme-android.scss | 1 + sass/theme-ios.scss | 3 +++ 2 files changed, 4 insertions(+) diff --git a/sass/theme-android.scss b/sass/theme-android.scss index 1d2b8b3..a99b41a 100644 --- a/sass/theme-android.scss +++ b/sass/theme-android.scss @@ -435,6 +435,7 @@ a { background-image: none; } > a:not(.btn):active { + color: inherit; background-color: #e0e0e0; .icon { diff --git a/sass/theme-ios.scss b/sass/theme-ios.scss index 1705368..8a56745 100644 --- a/sass/theme-ios.scss +++ b/sass/theme-ios.scss @@ -309,6 +309,9 @@ p { &:last-child { background-image: none; } + > a:not(.btn):active { + color: inherit; + } } // Table view dividers