Skip to content
Snippets Groups Projects
Unverified Commit c0248d88 authored by Todd Dembrey's avatar Todd Dembrey Committed by GitHub
Browse files

Merge pull request #1055 from OpenTechFund/feature/disabled-button-styles

styles buttons with a disabled attr
parents 21ca8209 1b935159
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
cursor: pointer;
}
&:disabled,
&.is-disabled {
pointer-events: none;
opacity: .5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment