79447417

Date: 2025-02-18 07:24:30
Score: 1
Natty:
Report link

Add this css in your active class for css arrow

.up-arrow {
    position: absolute;
    transform: rotate(-45deg);
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 10;
    border-top: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    background-position-x: center;
    background: #eeeeee;
    margin-top: 7px;
    margin-left: 5px;
}

Below image for menu item with arrow

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bhumika Barad