Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Button disabled styles not working #7

Closed
Chalarangelo opened this issue Oct 3, 2016 · 1 comment
Closed

Button disabled styles not working #7

Chalarangelo opened this issue Oct 3, 2016 · 1 comment
Assignees
Labels

Comments

@Chalarangelo
Copy link
Owner

Due to a bug in the code of the button mixin, button disabled styles do not work properly. This is due to line 58 (declaration of the disabled styling) reading:

&.disabled, &[disabled], &fieldset[disabled]

instead of:

&.disabled, &[disabled], & fieldset[disabled]

Notice that the issue might appear in other modules and needs to be checked thoroughly throughout the code. Further fixes might be required for other modules affected.

@Chalarangelo Chalarangelo added this to the v1.1.0 (Neutrino) milestone Oct 3, 2016
@Chalarangelo Chalarangelo self-assigned this Oct 3, 2016
@Chalarangelo Chalarangelo mentioned this issue Oct 3, 2016
8 tasks
@Chalarangelo
Copy link
Owner Author

203100b : Resolved

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant