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;
|
||||
}
|
||||
}
|
||||
.query-row:hover {
|
||||
background-color: inherit;
|
||||
}
|
||||
tr a {
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue