listing arrows always highlighted on hover now

pull/461/head^2
Dave Cranwell 2014-07-24 15:25:54 +01:00
rodzic 0a5077ace7
commit 7962696e65
1 zmienionych plików z 11 dodań i 9 usunięć

Wyświetl plik

@ -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;