On Wed, Nov 29, 2017 at 08:10:28AM -0700, Warren Young wrote:
> On Nov 29, 2017, at 7:53 AM, Martin Gagnon <eme...@gmail.com> wrote:
> > 
> > There's a small display glitch, the mouse cursor over the
> > Basic/Advanced button is set to "text selection" mode instead of the
> > usual "hand with the index finger up" for clickable links.
> 
> It can be fixed by adding href="#" into the <a> elements wrapping the
> Basic and Advanced text.  It would take a CSS geek with a bigger
> propeller than the one on my beanie to tell you why that fixes it,
> though.

Using "Inspect" on chrome, I found that adding:

   cursor: pointer;

inside "element.style" fix the problem. 

I'm not sure where I should add this to have a permanent fix.

-- 
Martin G.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to