Added an empty href to restore the chactristics of link in high contrast mode

This commit is contained in:
Sampath
2023-04-27 16:34:03 +05:30
parent 10586d44f8
commit e442e5fd0b

View File

@@ -134,6 +134,7 @@
data-bind="click: selectQueryOptions, event: { keydown: onselectQueryOptionsKeyDown }" data-bind="click: selectQueryOptions, event: { keydown: onselectQueryOptionsKeyDown }"
tabindex="0" tabindex="0"
role="button" role="button"
href=""
> >
<span>Choose Columns... </span> <span>Choose Columns... </span>
</a> </a>