Support Article
Text formatting of active and inactive tabs displays same format
SA-87937
Summary
Text formatting of active and inactive tabs displays the same format though it is defined in the skin to display differently. The issue occurs for the horizontal tabs and not for the vertical tabs.
Error Messages
Not Applicable
Steps to Reproduce
- Create a Tab group layout
- Configure a Custom format in the skin with a different mixin for active and inactive tabs
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
This issue is scheduled to be addressed in a future Pega patch release.
Alternatively,
Perform the following local-change:
- Add the below code to the UserWorkForm rule:
<style>
.MyFormat .MyFormatList .tab-li-t-ns span#TABANCHOR span#TABSPAN SPAN {
font-weight: normal !important;
}
.MyFormat .MyFormatList .tab-li-t-ns-selected span#TABANCHOR span#TABSPAN SPAN {
font-weight: 700 !important;
}
</style>
- Replace MyFormat with YourOwnFormatName and MyFormatList with YourOwnFormatNameList
Published December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.