fix(filmstip-only): apply background color to toolbar

This commit is contained in:
Leonard Kim 2017-08-02 09:46:03 -07:00 committed by yanas
parent d200abb8db
commit bd4766648a
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@
* Styles the toolbar in filmstrip-only mode. * Styles the toolbar in filmstrip-only mode.
*/ */
&_filmstrip-only { &_filmstrip-only {
background-color: $toolbarBackground;
border-radius: 3px; border-radius: 3px;
display: inline-block; display: inline-block;
height: auto; height: auto;