mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Removing material Tooltip global styles (#2682)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
998f7aa934
commit
311869566b
@ -12,7 +12,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.MuiTooltip-popper {
|
||||
.catalogSpeedDialPopper {
|
||||
.MuiTooltip-tooltip {
|
||||
background-color: #222;
|
||||
font-size: 12px
|
||||
|
||||
@ -74,6 +74,9 @@ export class CatalogAddButton extends React.Component<CatalogAddButtonProps> {
|
||||
icon={<Icon material={menuItem.icon} />}
|
||||
tooltipTitle={menuItem.title}
|
||||
onClick={() => menuItem.onClick()}
|
||||
TooltipClasses={{
|
||||
popper: "catalogSpeedDialPopper"
|
||||
}}
|
||||
/>;
|
||||
})}
|
||||
</SpeedDial>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user