[Search] Update style for link icons

Added styling to correctly position and color
link icons within the search resutls list.
This commit is contained in:
slhale
2015-08-25 08:56:28 -07:00
parent c81e2dbb4a
commit 6571da922d
3 changed files with 28 additions and 11 deletions

View File

@@ -283,6 +283,13 @@
color: #fff;
}
}
.label .type-icon .l-icon-link {
@include txtShdwSubtle(1);
z-index: 2;
@include ancillaryIcon(8px, $colorIconLink);
margin-left: -25px;
}
// Change styling when it's being hovered over
&:not(.selected) {