Commit 60349e3a by Dave St.Germain

Merge pull request #3504 from edx/dcs/LMS-1308

Make wiki links not look inactive. Fixes LMS-1308
parents cd11d5b6 67177225
...@@ -277,6 +277,7 @@ section.wiki { ...@@ -277,6 +277,7 @@ section.wiki {
a { a {
color: $link-color; color: $link-color;
font-weight: bold; font-weight: bold;
background-color: $gray-l4;
.icon-view, .icon-view,
.icon-home { .icon-home {
...@@ -301,20 +302,17 @@ section.wiki { ...@@ -301,20 +302,17 @@ section.wiki {
background-position: -25px -99px; background-position: -25px -99px;
} }
&:hover, &:focus {
background: none;
}
} }
} }
} }
a { a {
display: block; display: block;
padding: 2px 4px; padding: 2px 8px;
border-radius: 3px; border-radius: 3px;
font-size: 0.9em; font-size: 0.9em;
line-height: 25px; line-height: 25px;
color: #8f8f8f; color: $link-color;
.icon { .icon {
float: left; float: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment