Files
btpxpress-frontend/public/theme/extensions/_contextmenu.scss
2025-10-13 05:29:32 +02:00

20 lines
425 B
SCSS

.p-contextmenu {
.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;
}
}
}
}
}