fix(toolbox): Background of disabled settings button & tileview button
This commit is contained in:
parent
fd606896b8
commit
096ee3cb53
|
@ -39,6 +39,8 @@
|
|||
}
|
||||
|
||||
&.settings-button-small-icon--disabled {
|
||||
background: #36383C;
|
||||
|
||||
&> svg {
|
||||
fill: #929292;
|
||||
}
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue