Hi,
Is it possible to hide the border around object when interacting with a mouse.
For example the following calcite-tab-nav:
<calcite-tab-nav slot="title-group" class="tab-headers">
<calcite-tab-title [selected]="tab === 'info'">
Info
</calcite-tab-title>
<calcite-tab-title [selected]="tab === 'relations'">Relationer</calcite-tab-title>
<calcite-tab-title [selected]="tab === 'graf'">Graf</calcite-tab-title>
<calcite-tab-title [selected]="tab === 'json'">Json</calcite-tab-title>
</calcite-tab-nav>
Which looks like this:

But when pressing on of the tabs it looks like this:

Is there a setting that hides this border from showing on all elements.
I understand that it is an accessibility option, but I would only like to see it when using the keyboard.