Files
btpxpress-frontend/public/theme/extensions/_menu.scss

20 lines
418 B
SCSS
Executable File

.p-menu {
.p-menuitem {
&.p-highlight {
&.p-focus {
> .p-menuitem-content {
background: $emphasis-lower;
}
}
}
&:not(.p-highlight):not(.p-disabled) {
&.p-focus {
> .p-menuitem-content {
background: $emphasis-lower;
}
}
}
}
}