The Name of a Tab is used in two incompatible places

This is the best I could do so far, but I couldn’t find a stable class name that would work across different devices/browsers/layouts

<pre><span><style>
.efWssb {
	 visibility: hidden;
}
.efWssb:after {
        visibility: visible ;
	content: "New Text"; 
}
</style></span></pre>

This works on the devices/browsers/layout I was testing with, but the class name could be different for different people…unless someone else can find a better solution.

3 Likes