You could put a binding on the backgroundPosition style attribute, and use the currentTabIndex to assign the index number.
Something like:
concat('} .psc-target_tab .tab-menu-item[data-index="',{TabContainer.props.currentTabIndex},'"] {pointer-events: None } {')