Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tooltip for close button in dialog box #237952

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

UltimateBoi
Copy link

Fixes #237947

Fix tooltip visibility for close button in dialog box.

  • Add CSS rule in src/vs/base/browser/ui/dialog/dialog.css to set z-index of tooltip higher than dialog box.
  • Update src/vs/base/browser/ui/dialog/dialog.ts to add tooltip to close button.

Fixes microsoft#237947

Fix tooltip visibility for close button in dialog box.

* Add CSS rule in `src/vs/base/browser/ui/dialog/dialog.css` to set `z-index` of tooltip higher than dialog box.
* Update `src/vs/base/browser/ui/dialog/dialog.ts` to add tooltip to close button.
@UltimateBoi
Copy link
Author

@microsoft-github-policy-service agree [company="{UltimateBoiLLC}"]

@UltimateBoi
Copy link
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tooltip for Close Button in Dialog Box is Obscured by the Dialog Itself
2 participants