Browse Source

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

master
Vlad Piersec 3 years ago
parent
commit
096ee3cb53
2 changed files with 3 additions and 2 deletions
  1. 2
    0
      css/_settings-button.scss
  2. 1
    2
      react/features/toolbox/components/web/Toolbox.js

+ 2
- 0
css/_settings-button.scss View File

@@ -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 View File

@@ -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…
Cancel
Save