N°4685 - Fix navigation menu hover having the same color as regular background

This commit is contained in:
Stephen Abello
2025-03-06 10:30:53 +01:00
parent f095f93326
commit 9c1a1d08a1

View File

@@ -165,7 +165,7 @@ $dropdown-menu--items-remainder--border-radius: $common-border-radius-700 !defau
// hover and focus effect
&:hover, &:focus:not(.ipb-not-focusable) {
color: white;
background-color: $common-color-blue-grey-900;
background-color: $common-color-blue-grey-700;
}
}