add hover text to icon buttons in sql projects extension (#22453)

This commit is contained in:
Kim Santiago
2023-03-24 16:01:30 -07:00
committed by GitHub
parent 8fdcafcca7
commit 3d2a531976
5 changed files with 9 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ export class OpenExistingDialog extends DialogBase {
const localClonePathBrowseFolderButton = view.modelBuilder.button().withProps({
ariaLabel: constants.BrowseButtonText,
title: constants.BrowseButtonText,
iconPath: IconPathHelper.folder,
width: '18px',
height: '16px',
@@ -203,6 +204,7 @@ export class OpenExistingDialog extends DialogBase {
const localProjectBrowseFolderButton = view.modelBuilder.button().withProps({
ariaLabel: constants.BrowseButtonText,
title: constants.BrowseButtonText,
iconPath: IconPathHelper.folder,
width: '18px',
height: '16px'