Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guest username acts like a link #18

Open
phette23 opened this issue Feb 10, 2025 · 0 comments
Open

Guest username acts like a link #18

phette23 opened this issue Feb 10, 2025 · 0 comments
Labels

Comments

@phette23
Copy link
Member

The "GUEST" username when you are not logged in that's in the upper right corner behaves like a link; it changes to an "active" reddish color on hover, even though there is no way to interact with it (the cursor does not change to a pointer, though). There's no need for this hover style so we should remove it.

Element is:

<div id="topbar"> 
	<div id="topbar-wrap"> 
		<div id="topbar-inner">
			<div id="topmenu"> 
<span id="temptopbar_editUserLink" title="Edit user details"><i class="icon-user icon-white"></i> guest</span>			</div> 
		</div> 
	</div> 
</div>
@phette23 phette23 added the bug label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant