From d7474e643a83873be12c0c374b2f04a15511c2ea Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 19 Oct 2023 09:35:43 -0400 Subject: [PATCH] UX: video placeholder icon should always be white (#23990) --- app/assets/stylesheets/common/base/onebox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index de148ed4921..abc40985816 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -935,7 +935,7 @@ aside.onebox.mixcloud-preview { background-position: center; max-width: 30%; .d-icon { - color: var(--secondary); + color: white; height: 2em; width: 2em; transition: width 0.15s, height 0.15s;