FIX: Remove inconsistent row-highlight from the recent queries list
This commit is contained in:
parent
1ea20132a0
commit
90c2be7f82
|
@ -288,6 +288,9 @@
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.query-row:hover {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
tr a {
|
tr a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue