Visualforce tab styles are ignored in Lightning Experience
Last updated 2017-10-14 ·Reference W-3687675 ·Reported By 20 users
Summary
Visualforce tab styles are not working in Lightning. When in LEX the tab style is not applied.
Repro
1. Create a new Visualforce Page - 'myVFtabPage'
<apex:page>
<apex:sectionHeader title="My Section Header" subtitle="My Section Subtitle"/>
<apex:pageBlock title="My Page Block">
<apex:pageBlockSection title="My Page Block Section">
<apex:outputText value="Some text 1"/>
<apex:outputText value="Some text 2"/>
<apex:outputText value="Some text 3"/>
<apex:outputText value="Some text 4"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>
2. Create a new Visualforce Tab - 'myVFtab' and select the Visualforce Page that we have created, select one of the icons.
3. Edit the Visualforce page and add the tabstyle like this:
<apex:page tabStyle="myVFtab__tab" >
4. Navigate to the tab in classic and you will see the style. Then switch to LEX. The style is no longer applied
Workaround
None at this time
Reported By (20)







Is it Fixed?
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.