forked from Gitlink/forgeplus-react
wiki锚点跳转功能-样式
This commit is contained in:
parent
16e5536840
commit
2b72c68cb9
|
@ -394,4 +394,22 @@ button.btngrey{
|
|||
border-color:rgba(153, 153, 153, 0.5);
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
.markdown_anchors{
|
||||
position: relative;
|
||||
}
|
||||
.markdown_anchors:hover {
|
||||
.anchors{
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.markdown_anchors {
|
||||
.anchors:hover{
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.markdown_anchors .anchors {
|
||||
color: inherit;
|
||||
margin-left: -14px;
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue