mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(toolbox): Background of disabled settings button & tileview button
This commit is contained in:
committed by
Saúl Ibarra Corretgé
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'
|
||||
|
||||
Reference in New Issue
Block a user