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

This commit is contained in:
Vlad Piersec 2021-03-15 09:49:17 +02:00 committed by Saúl Ibarra Corretgé
parent fd606896b8
commit 096ee3cb53
2 changed files with 3 additions and 2 deletions

View File

@ -39,6 +39,8 @@
}
&.settings-button-small-icon--disabled {
background: #36383C;
&> svg {
fill: #929292;
}

View File

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