Ad/iklan :







Search.Pencarian Menu

Add text send email to rh3252705.adda@blogger.com or Click this (Text porn Will delete) | Tambah teks kirim email ke rh3252705.adda@blogger.com atau Klik ini (Teks porno akan dihapus)
Total post.pos : 13631+

[Go Make Things] Adding cursors to stuff for better UX

⏰🦉 Early Bird Sale! Today through Monday, get 30% off registration in the next session of the Vanilla JS Academy.

One of the weird quirks of the default web experience is that not every interactive elements get a cursor (the little hand icon thing) by default.

Links do, but button and summary elements as well as radio and checkbox elements do not.

For years, there's been a debate among developers about whether or not they should, but a lot UX professionals agree that the general expectation of users is that interactive things show the hand cursor.

The good news is that you can easily add that behavior yourself using a few lines of CSS.

button,  [type="button"],  [type="reset"],  [type="submit"],  [type="image"],  [type="checkbox"],  [type="radio"],  summary {  	cursor: pointer;  }

I drop that into all of my projects.

Cheers,
Chris

Want to share this with others or read it later? View it in a browser.

Share :

Facebook Twitter Google+
0 Komentar untuk "[Go Make Things] Adding cursors to stuff for better UX"

Back To Top