Pārlūkot izejas kodu

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

factor2
Vlad Piersec 4 gadus atpakaļ
vecāks
revīzija
096ee3cb53

+ 2
- 0
css/_settings-button.scss Parādīt failu

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

+ 1
- 2
react/features/toolbox/components/web/Toolbox.js Parādīt failu

1173
                 ? mainMenuAdditionalButtons.push(
1173
                 ? mainMenuAdditionalButtons.push(
1174
                     <TileViewButton
1174
                     <TileViewButton
1175
                         key = 'tileview'
1175
                         key = 'tileview'
1176
-                        showLabel = { false }
1177
-                        visible = { true } />)
1176
+                        showLabel = { false } />)
1178
                 : overflowMenuAdditionalButtons.push(
1177
                 : overflowMenuAdditionalButtons.push(
1179
                     <TileViewButton
1178
                     <TileViewButton
1180
                         key = 'tileview'
1179
                         key = 'tileview'

Notiek ielāde…
Atcelt
Saglabāt