浏览代码

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

j8
Leonard Kim 8 年前
父节点
当前提交
bd4766648a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      css/_toolbars.scss

+ 1
- 0
css/_toolbars.scss 查看文件

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

正在加载...
取消
保存