Merge pull request #581 from gconsidine/ui/fix/disabled-button-opacity

Update disabled button color to match style guide
This commit is contained in:
Greg Considine 2017-11-16 16:40:06 -05:00 committed by GitHub
commit 54a98ff612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,8 +252,7 @@ table, tbody {
}
.List-buttonDefault[disabled] {
color: @d7grey;
border-color: @d7grey;
opacity: 0.65;
}
.List-searchDropdown {