Allow links in anchor affordance titles

This commit is contained in:
Saivann 2014-11-28 20:38:27 -05:00
parent 217ddb0701
commit a9d2e73c1a
3 changed files with 3 additions and 11 deletions

View file

@ -833,7 +833,7 @@ table td,table th{
.anchorAf{
position:relative;
}
.anchorAf a{
.anchorAf a:first-child{
display:none;
position:absolute;
width:24px;
@ -842,7 +842,7 @@ table td,table th{
top:0;
background:url(/img/icons/mini_ico_anchor.svg) no-repeat center center;
}
.anchorAf:hover a{
.anchorAf:hover a:first-child{
display:block;
}