From 7f361a546e70d32a1d2e2a94909330ede81b46d7 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Sun, 9 Dec 2018 21:58:02 -0500 Subject: [PATCH] UX: Add styling for updated twitter status icons in onebox Minor adjustments needed by onebox version 1.8.69 --- app/assets/stylesheets/common/base/onebox.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 31043cc5feb..6832098e44a 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -549,6 +549,10 @@ aside.onebox.stackexchange .onebox-body { .retweet { color: dark-light-choose($primary-medium, $secondary-medium); padding-left: 10px; + svg { + fill: currentColor; + vertical-align: middle; + } } }