From c11b6838e5abc661e6ef7d8460e2d9bd14f04bcd Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Tue, 27 Jun 2023 10:08:59 +0530 Subject: [PATCH] aria label added to add property button (#1464) * arialabel has been added to close button of invitational youtube video * heading role has been addedd and tag has been changed to h1 * outline has been restored to choose columns link in entities page * header text color changed to meet luminosity ratio requirement * capacity calculator link has been added with underline on focus * add property is readout twice while using screenreader * arialabel added to the add property button * Update fulldatatables.less * Update queryBuilder.less * Update TableEntity.tsx * Update ThroughputInput.less * Update ThroughputInput.tsx * Update ThroughputInput.test.tsx.snap * Update ThroughputInput.test.tsx.snap * Update AddTableEntityPanel.tsx * Update AddTableEntityPanel.test.tsx.snap * Update QuickstartCarousel.tsx * Update SplashScreen.tsx --- less/TableStyles/fulldatatables.less | 2 +- src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/less/TableStyles/fulldatatables.less b/less/TableStyles/fulldatatables.less index d8bd19f4f..42d719cbd 100644 --- a/less/TableStyles/fulldatatables.less +++ b/less/TableStyles/fulldatatables.less @@ -650,4 +650,4 @@ tr:hover td.nameColumnText { .context-menu-item.icon-customize-columns { background-image: url(../../images/Options.svg); -} \ No newline at end of file +} diff --git a/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx b/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx index 781387e3e..8d1da6872 100644 --- a/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx +++ b/src/Explorer/Graph/NewVertexComponent/NewVertexComponent.tsx @@ -205,6 +205,7 @@ export const NewVertexComponent: FunctionComponent = ( role="button" onClick={onAddNewProperty} onKeyPress={(event: React.KeyboardEvent) => onAddNewPropertyKeyPress(event)} + aria-label="Add property" > Add property Add Property