Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connor.sears@github.com>2014-04-01 05:42:46 +0400
committerconnors <connor.sears@github.com>2014-04-01 05:42:46 +0400
commit6472a682b2d898944e37a3f1213aeba8d4b8fc70 (patch)
tree7091b93062f2137f41c73be9881053983b91cfff
parentd1b1ff57aaca066045e6f80e428f4b5d21481a4f (diff)
making sure the text remains gray when active
-rw-r--r--sass/theme-android.scss1
-rw-r--r--sass/theme-ios.scss3
2 files changed, 4 insertions, 0 deletions
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