mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:03:57 -06:00
remove right-arrow on cross-topic oneboxes
This commit is contained in:
parent
c24b326c04
commit
4c66362dd1
@ -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 {
|
||||
|
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user