From ba16338bf9c83921e9d975229a70a1a8275edea1 Mon Sep 17 00:00:00 2001 From: Zachary Kain Date: Mon, 18 Mar 2013 14:32:44 -0400 Subject: [PATCH] fix text showing behind button b/c of opacity bug --- styles/app/tasks.styl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/styles/app/tasks.styl b/styles/app/tasks.styl index 7d00a8665a..2e1d445c23 100644 --- a/styles/app/tasks.styl +++ b/styles/app/tasks.styl @@ -95,15 +95,14 @@ for $stage in $stages outline: 0 border: 0 border-radius: 0 //required to nuke BB-playbook user agent styles - background-color: darken($best, 20%) - opacity: 0.75 + background-color: darken($best, 15%) &:hover, &:focus - opacity: 1 + // opacity: 1 background-color: darken($best, 20%) &:active background-color: darken($best, 30%) - opacity: 1 + // opacity: 1 // an individual task entry