Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a disabled styles to all disabled w/ the disabled attribute #385

Merged
merged 1 commit into from
Jul 31, 2019

Conversation

jkeck
Copy link
Contributor

@jkeck jkeck commented Jul 31, 2019

Closes #360

🌎

Screen Shot 2019-07-31 at 4 21 08 PM

@@ -15,6 +15,15 @@ a {
}
}

:disabled {
// scss-lint:disable ImportantRule
background-color: $sul-btn-disabled-color !important;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an a.disabled styling above, but I don't see anywhere we have links w/ a disabled class on it (and I think its intention is different than the disabled button (e.g color is disabled instead of background).

@cbeer cbeer merged commit 6e00c1a into master Jul 31, 2019
@cbeer cbeer deleted the 360-disabled-button-stylez branch July 31, 2019 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom disabled button styling
2 participants