Fix widget permission tooltip style rules by applying the naming policy properly (#10916)
This commit is contained in:
parent
ae0fe051b0
commit
7917d973e7
2 changed files with 18 additions and 18 deletions
|
@ -115,7 +115,7 @@ export default class AppPermission extends React.Component<IProps, IState> {
|
|||
const warningTooltip = (
|
||||
<TextWithTooltip
|
||||
tooltip={warningTooltipText}
|
||||
tooltipClass="mx_AppPermission_tooltip mx_AppPermission_tooltip--dark"
|
||||
tooltipClass="mx_Tooltip--appPermission mx_Tooltip--appPermission--dark"
|
||||
>
|
||||
<span className="mx_AppPermission_helpIcon" />
|
||||
</TextWithTooltip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue