From 2331c7035e1b70bba5a6b66c2f168859bfce9513 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Tue, 2 May 2017 09:57:03 -0400 Subject: [PATCH] Use border color alias --- awx/ui/client/legacy-styles/lists.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/lists.less b/awx/ui/client/legacy-styles/lists.less index c1fc2b1164..5132918969 100644 --- a/awx/ui/client/legacy-styles/lists.less +++ b/awx/ui/client/legacy-styles/lists.less @@ -60,7 +60,7 @@ table, tbody { height: 40px; font-size: 14px; color: @list-item; - border-bottom: 1px solid #E1E1E1; + border-bottom: 1px solid @default-white-button-bord; } .List-tableRow:last-of-type {