decidim-archive / design

⚠️ [DEPRECATED] Design of the Decidim framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hollow disabled buttons shouldn't highlight

josepjaume opened this issue Β· comments

🎩 User Story

We've found several use cases for disabled hollow buttons. The thing is: They highlight when hovered, which creates a false impression of "interactivity", while its main goal is actually to indicated otherwise.

Example:

jan-31-2017 11-41-22

Should we consider removing the highlight effect?

πŸ“‹ Related documentation

None

🎯 Acceptance criteria

Disabled buttons don't appear to be interactive.

πŸ“Œ Related issues

None

This is a Foundation bug (try adding disabled class or attribute to hollow buttons in http://foundation.zurb.com/sites/docs/button.html ), but we could plan some sort of solution.