瀏覽代碼

fix(toolbox): Background of disabled settings button & tileview button

j8
Vlad Piersec 4 年之前
父節點
當前提交
096ee3cb53
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2
    0
      css/_settings-button.scss
  2. 1
    2
      react/features/toolbox/components/web/Toolbox.js

+ 2
- 0
css/_settings-button.scss 查看文件

@@ -39,6 +39,8 @@
39 39
         }
40 40
 
41 41
         &.settings-button-small-icon--disabled {
42
+            background: #36383C;
43
+
42 44
             &> svg {
43 45
                fill: #929292;
44 46
            }

+ 1
- 2
react/features/toolbox/components/web/Toolbox.js 查看文件

@@ -1173,8 +1173,7 @@ class Toolbox extends Component<Props, State> {
1173 1173
                 ? mainMenuAdditionalButtons.push(
1174 1174
                     <TileViewButton
1175 1175
                         key = 'tileview'
1176
-                        showLabel = { false }
1177
-                        visible = { true } />)
1176
+                        showLabel = { false } />)
1178 1177
                 : overflowMenuAdditionalButtons.push(
1179 1178
                     <TileViewButton
1180 1179
                         key = 'tileview'

Loading…
取消
儲存