mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
add hover text to icon buttons in sql projects extension (#22453)
This commit is contained in:
@@ -807,6 +807,7 @@ export class PublishDatabaseDialog {
|
||||
private createSelectConnectionButton(view: azdataType.ModelView): azdataType.Component {
|
||||
this.selectConnectionButton = view.modelBuilder.button().withProps({
|
||||
ariaLabel: constants.selectConnection,
|
||||
title: constants.selectConnection,
|
||||
iconPath: IconPathHelper.selectConnection,
|
||||
height: '16px',
|
||||
width: '16px'
|
||||
@@ -849,6 +850,7 @@ export class PublishDatabaseDialog {
|
||||
private createLoadProfileButton(view: azdataType.ModelView): azdataType.ButtonComponent {
|
||||
let loadProfileButton: azdataType.ButtonComponent = view.modelBuilder.button().withProps({
|
||||
ariaLabel: constants.loadProfilePlaceholderText,
|
||||
title: constants.loadProfilePlaceholderText,
|
||||
iconPath: IconPathHelper.folder_blue,
|
||||
height: '18px',
|
||||
width: '18px'
|
||||
|
||||
Reference in New Issue
Block a user