css: do not highlight rows without link
This commit is contained in:
parent
2771e1131d
commit
b411c6135a
|
@ -355,7 +355,7 @@ table.simple {
|
||||||
background-color: #f6f8fa;
|
background-color: #f6f8fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:hover {
|
tr[href]:hover {
|
||||||
background-color: #888;
|
background-color: #888;
|
||||||
td {
|
td {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in New Issue