mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Use SVG icon for anchor link affordance
This commit is contained in:
parent
c4a8c26465
commit
3730b4222f
1 changed files with 4 additions and 4 deletions
|
@ -788,15 +788,15 @@ table td,table th{
|
||||||
}
|
}
|
||||||
.anchorAf a{
|
.anchorAf a{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
|
||||||
.anchorAf:hover a{
|
|
||||||
display:block;
|
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:24px;
|
width:24px;
|
||||||
left:-24px;
|
left:-24px;
|
||||||
bottom:0;
|
bottom:0;
|
||||||
top:0;
|
top:0;
|
||||||
background:url(/img/mini_ico_anchor.png) no-repeat center center;
|
background:url(/img/mini_ico_anchor.svg) no-repeat center center;
|
||||||
|
}
|
||||||
|
.anchorAf:hover a{
|
||||||
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.develdocdisclaimer{
|
.develdocdisclaimer{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue