Skip to content

Commit

Permalink
Merge pull request #4438 from crydotsnake/bugfix/hover-impersonate-bu…
Browse files Browse the repository at this point in the history
…tton

BUGFIX: show title on hover in ImpersonateButton
  • Loading branch information
markusguenther authored Aug 18, 2023
2 parents a069400 + aee07aa commit fe13b0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/JavaScript/Main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Public/JavaScript/Main.min.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const localizedTooltip = !isNil(window.Typo3Neos) ?
const ImpersonateButton = (identifier, disabled) => {
const attributesObject = {
'data-neos-toggle': 'tooltip',
'data-original-title': localizedTooltip,
'title': localizedTooltip,
'data-user-identifier': identifier,
class: 'neos-button neos-button-primary impersonate-user',
}
Expand Down

0 comments on commit fe13b0b

Please sign in to comment.