remove right-arrow on cross-topic oneboxes

This commit is contained in:
Jeff Atwood 2014-08-19 15:19:01 -07:00
parent c24b326c04
commit 4c66362dd1
2 changed files with 7 additions and 18 deletions

View File

@ -706,23 +706,18 @@ blockquote > *:last-child {
float: right;
color: scale-color($primary, $lightness: 50%);
a {
margin: 0;
margin: 0;
}
.back:before,
.quote-other-topic:before {
.back:before
{
display: inline-block;
margin-left: 8px;
color: scale-color($primary, $lightness: 50%);
font-family: "FontAwesome";
position: relative;
z-index: 20;
}
.back:before {
content: "\f062";
}
.quote-other-topic:before {
content: "\f061";
}
}
}
.gutter {

View File

@ -480,23 +480,17 @@ blockquote > *:last-child {
float: right;
color: $primary;
a {
margin: 0;
margin: 0;
}
.back:before,
.quote-other-topic:before {
.back:before {
display: inline-block;
margin-left: 8px;
color: $primary;
font-family: "FontAwesome";
position: relative;
z-index: 20;
}
.back:before {
content: "\f062";
}
.quote-other-topic:before {
content: "\f061";
}
}
}