listing arrows always highlighted on hover now

This commit is contained in:
Dave Cranwell 2014-07-24 15:25:54 +01:00
parent 0a5077ace7
commit 7962696e65

View file

@ -301,14 +301,6 @@ ul.listing{
}
}
td.children:hover{
background-color:$color-teal;
a:before{
color:white;
}
}
table .no-results-message{
padding-left:20px;
}
@ -539,8 +531,18 @@ table.listing{
tr:hover .no-children a{
opacity:1;
}
tr:hover .children{
background-color:$color-teal;
a:before{
color:white;
}
}
td.children:hover{
background-color:$color-teal-darker;
}
table .no-results-message{
padding-left:50px;