https://apex.oracle.com/pls/apex/f?p=42:1907
The region template Tabs Container has an annoying artifact - when a tab is first clicked on to activate, it displays a border, see attached.
Clicking anywhere else on the page makes the border disappear.
The following CSS rule in the Vita theme style seems to be the cause.
.apex-rds .apex-rds-selected span {
box-shadow: 0 -2px 0 [#0572ce](https://forums.oracle.com/ords/apexds/domain/dev-community?tags=0572ce) inset;
}
Is this intentional? If so, why? How can it be disabled?
Thanks