cloudfour / drizzle

A streamlined tool for developing, documenting and presenting UI pattern libraries.
https://cloudfour.com/thinks/introducing-drizzle/
MIT License
666 stars 32 forks source link

Feature: Header IDs + anchor helper #18

Closed gerardo-rodriguez closed 8 years ago

gerardo-rodriguez commented 8 years ago

This PR will address #7.

cc: @tylersticka @erikjung @saralohr @nicolemors

tylersticka commented 8 years ago

Awesome! LGTM 👍

erikjung commented 8 years ago

What's the purpose of the u-hiddenLink utility?

Never mind, I see now.

gerardo-rodriguez commented 8 years ago

What's the purpose of the u-hiddenLink utility?

@erikjung It creates a stealth link. 😁 The link will only visually display as a link in the :hover, :focus or :active state.

default state:

screen shot 2016-04-21 at 4 23 31 pm

:hover, :focus or :active state:

screen shot 2016-04-21 at 4 23 52 pm

erikjung commented 8 years ago

@mrgerardorodriguez One suggestion about the utility name, but otherwise LGTM 👍