[Vuejs]-The menubar component of the primeVue doesn’t highlight the active/focus item properly

0👍

.p-menuitem {
    &.p-focus {
        > .p-menuitem-content {
            background-color: aqua !important;
        }
    }
}

Leave a comment