[ARVADOS] updated: 1b8615efd89707d02ea9de1d95e9e2a26b0436cc

git at public.curoverse.com git at public.curoverse.com
Fri Feb 28 13:07:13 EST 2014


Summary of changes:
 .../app/assets/stylesheets/application.css.scss    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  1b8615efd89707d02ea9de1d95e9e2a26b0436cc (commit)
      from  45bbd49852b4fbd5a6d69122bd4c620c7c9e4674 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 1b8615efd89707d02ea9de1d95e9e2a26b0436cc
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Feb 28 10:06:44 2014 -0800

    Fix text color of active+hover nav link

diff --git a/apps/workbench/app/assets/stylesheets/application.css.scss b/apps/workbench/app/assets/stylesheets/application.css.scss
index 2c361f9..3b57784 100644
--- a/apps/workbench/app/assets/stylesheets/application.css.scss
+++ b/apps/workbench/app/assets/stylesheets/application.css.scss
@@ -158,7 +158,7 @@ li.notification {
     background: rgb(66, 139, 202);
 }
 
-.arvados-nav-active a {
+.arvados-nav-active a, .arvados-nav-active a:hover {
     color: white;
 }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list