brewTitle in top navbar should not have a "click-me" cursor #2689
Labels
P3 - low priority
Obscure tweak or fix for a single user
solution found
A solution exists; just needs to be applied
tweak
Small, non-breaking change
UI/UX
User Interface, user experience
Renderer
v3
Browser
Chrome
Operating System
Windows
What happened?
On all pages that have a main navbar which has a title (i.e. pretty much all pages except the literal home page) .. the page/brew title has
cursor: pointer
as a css rule. Clicking the title does nothing.There is also a CSS rule for

.brewTitle.navItem
so we can simply add
cursor: unset;
to that.Solution
Add
cursor: unset
to the CSS rule for.brewItem.navItem
.Code
No response
The text was updated successfully, but these errors were encountered: