mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
UX: Add styling for updated twitter status icons in onebox
Minor adjustments needed by onebox version 1.8.69
This commit is contained in:
parent
fcb3f1e219
commit
7f361a546e
@ -549,6 +549,10 @@ aside.onebox.stackexchange .onebox-body {
|
|||||||
.retweet {
|
.retweet {
|
||||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
svg {
|
||||||
|
fill: currentColor;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user