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 {
|
&.settings-button-small-icon--disabled {
|
||||||
|
background: #36383C;
|
||||||
|
|
||||||
&> svg {
|
&> svg {
|
||||||
fill: #929292;
|
fill: #929292;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1173,8 +1173,7 @@ class Toolbox extends Component<Props, State> {
|
||||||
? mainMenuAdditionalButtons.push(
|
? mainMenuAdditionalButtons.push(
|
||||||
<TileViewButton
|
<TileViewButton
|
||||||
key = 'tileview'
|
key = 'tileview'
|
||||||
showLabel = { false }
|
showLabel = { false } />)
|
||||||
visible = { true } />)
|
|
||||||
: overflowMenuAdditionalButtons.push(
|
: overflowMenuAdditionalButtons.push(
|
||||||
<TileViewButton
|
<TileViewButton
|
||||||
key = 'tileview'
|
key = 'tileview'
|
||||||
|
|
Loading…
Reference in New Issue