Incorrect Border with Close Icon in Modal Dialogue
After upgrade to Pega 8.8 and UI-KIT:07-15-01 . We see the border of close Icon is not correct in modal dialogue .I see the container-close css class is being used for close icon in py-icons CSS file,however not sure how to correct the boarder (like make it square or circle)..
If below css is removed then it's working fine as boarder line around close icon is displaying in rectangular .
@BRAHMESH@
Try adding the below code in py-icons.css file
.yui-panel .container-close, .container-close {
padding:1px 3px 3px 4px;
}
Readjust the values if required.