We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
测试环境:0.8.7 原生主题,未添加 css snippets 没有覆写路径颜色正常
覆写路径颜色白天模式下正常 夜间模式下不正常
会导致路径上所有使用 :focus-within 的 css 都会产生位置偏移
举例,使用路径上双链和标签随节点线激活高亮,位移十分明显 代码如下:
.ls-block .tag { color: var(--ls-block-bullet-active-color); font-size: 16px; opacity: 100%; } .ls-block:not(:focus-within) .tag { color: grey; font-size: 16px; opacity: 100%; } .ls-block .page-ref { color: var(--ls-block-bullet-active-color); font-size: 16px; opacity: 100%; } .ls-block:not(:focus-within) .page-ref { color: #106ba3; font-size: 16px; opacity: 100%; }
没有覆写路径颜色正常
The text was updated successfully, but these errors were encountered:
No branches or pull requests
测试环境:0.8.7 原生主题,未添加 css snippets
![Screen Shot 2022-09-25 at 11 47 25](https://user-images.githubusercontent.com/78029539/192127527-1e8a64bb-774d-4b02-8547-f06414be2441.png)
![Screen Shot 2022-09-25 at 11 47 05](https://user-images.githubusercontent.com/78029539/192127562-3a75e191-8174-4688-86b5-2461556fd310.png)
没有覆写路径颜色正常
覆写路径颜色白天模式下正常
![Screen Shot 2022-09-25 at 11 47 49](https://user-images.githubusercontent.com/78029539/192127614-71a5e1b3-4279-4c8f-951e-e4aa0666eabf.png)
![Screen Shot 2022-09-25 at 11 48 05](https://user-images.githubusercontent.com/78029539/192127827-4e01a1b6-95e5-4c21-ad95-732f10ae926d.png)
夜间模式下不正常
会导致路径上所有使用 :focus-within 的 css 都会产生位置偏移
Screen.Recording.2022-09-25.at.12.13.51.mov
举例,使用路径上双链和标签随节点线激活高亮,位移十分明显
代码如下:
没有覆写路径颜色正常
Screen.Recording.2022-09-25.at.12.05.07.mov
The text was updated successfully, but these errors were encountered: