Fix browse template row hover effect for first row

This commit is contained in:
Matthew Holt committed 2016-06-21 19:22:31 -06:00
1 parent ab301fec00
commit fbad4e15c2
1 file changed
+1 -1
+1 -1
View File
@@ -188,7 +188,7 @@ tr {
border-bottom: 1px dashed #dadada; border-bottom: 1px dashed #dadada;
} }
tr:not(:first-child):hover { tbody tr:hover {
background-color: #ffffec; background-color: #ffffec;
} }