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

View File

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