FIX: Remove inconsistent row-highlight from the recent queries list

This commit is contained in:
Rishabh Nambiar 2018-09-12 16:38:08 +05:30
parent 1ea20132a0
commit 90c2be7f82
1 changed files with 3 additions and 0 deletions

View File

@ -288,6 +288,9 @@
color: $primary-medium;
}
}
.query-row:hover {
background-color: inherit;
}
tr a {
color: inherit;
cursor: pointer;