From bd4766648a55aa972f25519fe85eb373695f110b Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Wed, 2 Aug 2017 09:46:03 -0700 Subject: [PATCH] fix(filmstip-only): apply background color to toolbar --- css/_toolbars.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/_toolbars.scss b/css/_toolbars.scss index 01b797389..a6f0ef29e 100644 --- a/css/_toolbars.scss +++ b/css/_toolbars.scss @@ -190,6 +190,7 @@ * Styles the toolbar in filmstrip-only mode. */ &_filmstrip-only { + background-color: $toolbarBackground; border-radius: 3px; display: inline-block; height: auto;