Remove redundant nav menu item hover style

This commit is contained in:
Tetrakern 2024-08-01 19:08:23 +02:00
parent c5b2585a53
commit 6d23f2a88c
3 changed files with 2 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -205,10 +205,6 @@
&.menu-item-has-children {
@include bp(desktop) {
border-radius: var(--layout-border-radius-small) var(--layout-border-radius-small) 0 0;
&:hover {
background: var(--navigation-submenu-background);
}
}
}
}