Earlier quoted context omitted.
I, personally, hate buttons without cursor:pointer. Hover effects are nice and all, but they're often rather subtle, and your eyes are attuned to the cursor already. Changing it is extremely visible, and gives you immediate feedback that you're hovering something actionable. Anecdotal, but I find I "see" when my cursor enters a clickable region much more quickly if the cursor changes - I click sooner, rather than mak…
I find that I subconsciously interpret cursor:pointer as "clicking here will do something with GET semantics" vs. cursor:default as "clicking will do something with POST semantics". I feel about the same way about cursor:pointer-styled buttons as I do about plain blue-underlined "Delete" links.
Use Google+ to Improve Your UI
41–46 of 46 posts
I wonder if that's born from OS UI semantics... interesting. I wonder what pushed us in opposite directions.
Re: Use Google+ to Improve Your UI
#42Is it me, or does this theme look similar to jQueryUI?
Reminded me of the aristo theme which I quite like https://github.com/banzor/Aristo-jQuery-UI-Theme
C'mon, at least link back to the original ;)
Re: Use Google+ to Improve Your UI
#43For the love of god people, please stop using the Silk icon set. It's had a good run and it's time to retire it.
Re: Use Google+ to Improve Your UI
#44Is it me, or does this theme look similar to jQueryUI?
Unless we're talking about different things (I'm thinking http://jqueryui.com/themeroller/), it feels completely different from jQueryUI. jQueryUI is much glossier and not as muted.
Re: Use Google+ to Improve Your UI
#45Earlier quoted context omitted.
My rule is add cursor: pointer if you can click on it. Just because browsers didn't do that in the past for form buttons doesn't mean they did the right thing.
Agreed completely. At minimum, and this should be obvious, but you should never leave the text/I-beam cursor on something that can be interacted with (e.g. buttons, sliders, tabs). (I would have only upvoted you, but with hidden scores, who does that help?)
(It's meant you've expanded on ars's point, which is a win from my point of view.)
Re: Use Google+ to Improve Your UI
#46Just wanted to say thanks for providing this - it's already been helpful