FIX: regression, go to quoted post missing in quotes

refactors common code as well
This commit is contained in:
Sam 2014-09-04 13:16:19 +10:00
parent b8c36bd2da
commit a050fa887f
3 changed files with 29 additions and 30 deletions

View File

@ -57,4 +57,30 @@ aside.quote {
.post-hidden {
opacity: 0.5;
}
}
.quote-controls {
float: right;
a {
margin: 0;
}
.back:before
{
display: inline-block;
margin-left: 8px;
font-family: "FontAwesome";
position: relative;
z-index: 20;
content: "\f062";
}
.quote-other-topic:before
{
display: inline-block;
margin-left: 8px;
font-family: "FontAwesome";
position: relative;
z-index: 20;
content: "\f061";
}
}

View File

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

View File

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