From 90c2be7f82b7bcd3176a07c6a03c425c8040383f Mon Sep 17 00:00:00 2001 From: Rishabh Nambiar <5862206+rishabhnambiar@users.noreply.github.com> Date: Wed, 12 Sep 2018 16:38:08 +0530 Subject: [PATCH] FIX: Remove inconsistent row-highlight from the recent queries list --- assets/stylesheets/explorer.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index 08a4c71..a7c9311 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -288,6 +288,9 @@ color: $primary-medium; } } + .query-row:hover { + background-color: inherit; + } tr a { color: inherit; cursor: pointer;