Initial commit
This commit is contained in:
19
public/theme/extensions/_tieredmenu.scss
Normal file
19
public/theme/extensions/_tieredmenu.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.p-tieredmenu {
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user