fixed entity choose column role accessibility issue (#1088)
This commit is contained in:
parent
ead28f043f
commit
6a9a0156a3
|
@ -47,7 +47,9 @@
|
||||||
<img class="and-or-svg" src="/And-Or.svg" alt="Group selected clauses" />
|
<img class="and-or-svg" src="/And-Or.svg" alt="Group selected clauses" />
|
||||||
</button>
|
</button>
|
||||||
</th>
|
</th>
|
||||||
<th class="clause-table-cell header-background"><!-- Grouping indicator --></th>
|
<th class="clause-table-cell header-background">
|
||||||
|
<!-- Grouping indicator -->
|
||||||
|
</th>
|
||||||
<th class="clause-table-cell header-background and-or-header">
|
<th class="clause-table-cell header-background and-or-header">
|
||||||
<span data-bind="text: andLabel"></span>
|
<span data-bind="text: andLabel"></span>
|
||||||
</th>
|
</th>
|
||||||
|
@ -136,7 +138,7 @@
|
||||||
class="select-options-link"
|
class="select-options-link"
|
||||||
data-bind="click: selectQueryOptions, event: { keydown: onselectQueryOptionsKeyDown }"
|
data-bind="click: selectQueryOptions, event: { keydown: onselectQueryOptionsKeyDown }"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
role="link"
|
role="button"
|
||||||
>
|
>
|
||||||
<span>Choose Columns... </span>
|
<span>Choose Columns... </span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue