Created by: tkazec
This is a fairly large but simple changeset:
- Removes completely unnecessary
href="#"
s from.btn
and.close
. (cursor: pointer
was already set on them) - Adds
cursor: pointer
to dropdowns, tabs, pills, nav lists,.brand
, and thumbnails and removes relevanthref="#"
s from the docs. - Leaves alone tooltips because they're a bit more complicated, breadcrumbs and pagination because they're more edge cases as far as
cursor: pointer
being helpful with them, and the examples because they're a weird mix between actual websites and documentation. I'd be happy to go ahead with any of these, though.
If any of the components should just be left alone, each one got its own commit so it should be easy to reverse it but keep the other changes.