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;