Skip to content

Commit

Permalink
feat: style disabled components as subdued
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhong committed Jul 26, 2019
1 parent 5c9c3b2 commit b9872e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/scss/_dataset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ $hover-highlight-color: #F6F8FA;
display: inline-block;
}
}

&.disabled {
color: #ccc;
}
}


Expand Down

0 comments on commit b9872e7

Please sign in to comment.