pin and flag icons using fontawesome now render properly through inline discussions

This commit is contained in:
marco
2013-07-22 15:36:44 -04:00
parent 5b3cb53689
commit 820544c1c4
2 changed files with 3 additions and 5 deletions

View File

@@ -727,7 +727,7 @@ body.discussion {
display: block;
position: absolute;
padding: 15px 23px;
color: $gray-l1;
color: $gray;
font-size: 28px;
z-index: 100;
opacity: 1;
@@ -2659,8 +2659,6 @@ body.discussion {
.notpinned span {
color: #888;
font-style: italic;
//cursor change is here since pins are read-only for inline discussions.
cursor: default;
}
.pinned-false