Commit fbad4e15 authored by Matthew Holt's avatar Matthew Holt

Fix browse template row hover effect for first row

parent ab301fec
...@@ -188,7 +188,7 @@ tr { ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment