From 1fcddba558801d78aebfa508ac0e7b8b16041582 Mon Sep 17 00:00:00 2001 From: gconsidine Date: Thu, 16 Nov 2017 11:15:23 -0500 Subject: [PATCH] Update disabled button color to match style guide --- awx/ui/client/legacy-styles/lists.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx/ui/client/legacy-styles/lists.less b/awx/ui/client/legacy-styles/lists.less index d3948f6c79..758b6173b1 100644 --- a/awx/ui/client/legacy-styles/lists.less +++ b/awx/ui/client/legacy-styles/lists.less @@ -252,8 +252,7 @@ table, tbody { } .List-buttonDefault[disabled] { - color: @d7grey; - border-color: @d7grey; + opacity: 0.65; } .List-searchDropdown {