Remove mixin mx_Tooltip_dark
and rename class mx_Tooltip_dark
(#10801)
* Remove a mixin - mx_Tooltip_dark The mixin has been used on `_AppsDrawer.pcss` only. * Rename mx_Tooltip_dark based on the naming policy 'mx_Tooltip_dark' has been used on `AppPermission.tsx` only.
This commit is contained in:
parent
0fb4f42434
commit
53fcb0c36e
3 changed files with 13 additions and 18 deletions
|
@ -115,7 +115,7 @@ export default class AppPermission extends React.Component<IProps, IState> {
|
|||
const warningTooltip = (
|
||||
<TextWithTooltip
|
||||
tooltip={warningTooltipText}
|
||||
tooltipClass="mx_AppPermissionWarning_tooltip mx_Tooltip_dark"
|
||||
tooltipClass="mx_AppPermissionWarning_tooltip mx_AppPermissionWarning_tooltip--dark"
|
||||
>
|
||||
<span className="mx_AppPermissionWarning_helpIcon" />
|
||||
</TextWithTooltip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue