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