From 671772256aabfdbe92315c263e4464d248411a3f Mon Sep 17 00:00:00 2001 From: "Dave St.Germain" Date: Mon, 28 Apr 2014 16:45:06 -0400 Subject: [PATCH] Make wiki links not look inactive --- lms/static/sass/course/wiki/_wiki.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lms/static/sass/course/wiki/_wiki.scss b/lms/static/sass/course/wiki/_wiki.scss index c4f45cb4bb..549993a119 100644 --- a/lms/static/sass/course/wiki/_wiki.scss +++ b/lms/static/sass/course/wiki/_wiki.scss @@ -277,6 +277,7 @@ section.wiki { a { color: $link-color; font-weight: bold; + background-color: $gray-l4; .icon-view, .icon-home { @@ -301,20 +302,17 @@ section.wiki { background-position: -25px -99px; } - &:hover, &:focus { - background: none; - } } } } a { display: block; - padding: 2px 4px; + padding: 2px 8px; border-radius: 3px; font-size: 0.9em; line-height: 25px; - color: #8f8f8f; + color: $link-color; .icon { float: left;