Have hover color of builds span full width

This commit is contained in:
Annabel Dunstone 2016-08-17 17:46:31 -05:00
parent 71d65467a8
commit 560d468dc6

View file

@ -168,7 +168,6 @@
text-overflow: ellipsis;
&:hover {
background-color: $row-hover;
color: $gl-text-color;
}
}
@ -190,6 +189,10 @@
display: block;
}
}
&:hover {
background-color: $row-hover;
}
}
}
}