mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 09:35:37 -05:00
Adding ability to set hyperlinks as buttons in extensibility. (#16319)
* Adding option to treat hyperlinks as buttons * Adding ext host endpoints for is button property in hyperlinks * Removing isButton flag and plugging in aria role in the hyperlink component * Removing attribute null check
This commit is contained in:
@@ -566,6 +566,7 @@ export class DashboardWidget {
|
||||
const refreshButton = view.modelBuilder.hyperlink().withProps({
|
||||
label: loc.REFRESH,
|
||||
url: '',
|
||||
ariaRole: 'button',
|
||||
CSSStyles: {
|
||||
'text-align': 'right',
|
||||
'font-size': '13px'
|
||||
|
||||
Reference in New Issue
Block a user