Off-Canvas navigation hover in dark mode not visible

W1zzard

Well-known member
Affected version
2.3.6
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

The hover should be much more visible.

.offCanvasMenu--nav .offCanvasMenu-subList .offCanvasMenu-link:hover {
text-decoration: none;
background: hsla(var(--xf-publicHeaderAdjustColor));
}

is using publicHeaderAdjustColor even the right choice for the hover?
 
Back
Top Bottom