mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 23:02:29 +00:00
Initial Pass at Accessibility Checks in CI (#88)
This commit is contained in:
@@ -68,6 +68,7 @@ class HostedExplorer {
|
||||
|
||||
this._controlbarCommands = ko.observableArray([
|
||||
{
|
||||
id: "commandbutton-connect",
|
||||
iconSrc: ConnectIcon,
|
||||
iconAlt: "connect button",
|
||||
onCommandClick: () => this.openConnectPane(),
|
||||
@@ -78,6 +79,7 @@ class HostedExplorer {
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
id: "commandbutton-settings",
|
||||
iconSrc: SettingsIcon,
|
||||
iconAlt: "setting button",
|
||||
onCommandClick: () => this.openSettingsPane(),
|
||||
@@ -88,6 +90,7 @@ class HostedExplorer {
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
id: "commandbutton-feedback",
|
||||
iconSrc: FeedbackIcon,
|
||||
iconAlt: "feeback button",
|
||||
onCommandClick: () =>
|
||||
|
||||
Reference in New Issue
Block a user