heiseonline / shariff

👮 Shariff enables website users to share their favorite content without compromising their privacy.
http://ct.de/-2467514
MIT License
1.4k stars 177 forks source link

add simple :hover effect for buttons #80

Closed hallomatt closed 9 years ago

hallomatt commented 9 years ago

Hi there,

it would be nice to have a simple mouseover effect for :hover events, like so:

.shariff .facebook a { background-color: #3b5998 transition: background-color 0.4s ease-in-out; }

Makes the user experience much nicer ;) Thx for the great work so far!

Guacam-Ole commented 9 years ago

why not just include this to your css yourself?

hallomatt commented 9 years ago

simple: it's a nice little enhancement to a modern user interface - everyone should benefit from it ;)

ipa01 commented 9 years ago

thank you, but we decided not to include transition effects