From a863d8eecba22f45599f8fc7b3f7ea83bfb58b32 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Sun, 12 Apr 2020 21:21:21 +0200 Subject: [PATCH] UX: applies default background color to onebox (#9407) --- app/assets/stylesheets/common/base/onebox.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 694ea8214a..4c0a9f357b 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -98,6 +98,7 @@ aside.onebox { margin-bottom: 1em; padding: 12px 25px 12px 12px; font-size: $font-0; + background: $secondary; header { margin-bottom: 8px;