mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Allow links in anchor affordance titles
This commit is contained in:
parent
217ddb0701
commit
a9d2e73c1a
3 changed files with 3 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue