mirror of https://github.com/vuejs/vitepress
BREAKING CHANGES: - `--vp-header-anchor-symbol` is removed - The default permalink function of markdown-it-anchor is changed to `linkAfterHeader`. This will need updates in your custom themes. This brings the original proposed behavior of #2039, #2040 which wasn't introduced to avoid breaking changes. fixes #2980 closes #2982fix/2980
parent
8aad617446
commit
5df3a548b3
@ -1,9 +1,11 @@
|
||||
.visually-hidden {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
white-space: nowrap;
|
||||
clip: rect(0 0 0 0);
|
||||
clip-path: inset(50%);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Loading…
Reference in new issue