Support Article
Dropdown controls do not display the arrow symbol post update
SA-61267
Summary
Dropdown controls do not display the arrow symbol post update to Pega 7.4 with Customer Process Manager (CPM).
Error Messages
Not Applicable.
Steps to Reproduce
- Update from Pega 7.2.2 to Pega 7.4
- Add dropdown control in a section
- Launch the portal and navigate to the section
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Perform the following local-change:
Add the below style in Cascading Style Sheets rule and save it in the application skin:
SELECT
{
background-image: url("webwb/caret-down.svg") !important;
padding-right:1.5em !important;
}
Published August 31, 2018 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.