From 980db0ec003753e092a49384505ba322a643d0fb Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 15 Feb 2016 20:41:42 -0800 Subject: [PATCH] Fix missing table variables --- src/definitions/collections/table.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index 5dd817eb9..fe0a60edc 100755 --- a/src/definitions/collections/table.less +++ b/src/definitions/collections/table.less @@ -608,8 +608,8 @@ /* Allow striped active hover */ .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover { - background: @activeHoverBackgroundColor !important; - color: @activeColor !important; + background: @activeBackgroundHover !important; + color: @activeColorHover !important; } /*--------------