20 lines
418 B
SCSS
Executable File
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|