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:
Suguru Hirahara 2023-05-08 03:01:00 +00:00 committed by GitHub
parent 0fb4f42434
commit 53fcb0c36e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 18 deletions

View file

@ -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>