forums: add UX for username search results.

JIRA: FOR-627
This commit is contained in:
jsa
2014-06-16 15:56:40 -04:00
parent 7cc85b43e1
commit e6871af2d3
6 changed files with 193 additions and 64 deletions

View File

@@ -70,11 +70,12 @@ body.discussion {
@include transition(none);
@extend %t-weight5;
padding: ($baseline/4) ($baseline/2);
color: $white;
// reseting poorly globally scoped hover/focus state for this control
&:hover, &:focus {
color: $link-color;
text-decoration: underline;
color: $white;
text-decoration: none;
}
}
}