Closed 521xueweihan closed 2 years ago
You can check this comment on tailwind's board . It might be able to solve your issue. https://github.com/tailwindlabs/tailwindcss/discussions/1739#discussioncomment-3630717
- 月刊的上一页、下一页,点击后一直处于 hover 状态下的样式
https://github.com/vercel/next.js/issues/33060
关于 link 的 focus 状态,是 nextjs 的设计
@lalawow @cqh963852 感谢帮助,已按照 @lalawow 提供的解决方案解决「移动端 hover 样式的异常」
解决办法:
// tailwind.config.js
module.exports = {
future: {
hoverOnlyWhenSupported: true,
},
// ...
}
提示:该解决方案 tailwind 必须为 3.1 版本以上
上述问题出现在移动端访问时,问题的页面和具体位置如下:
月刊的上一页、下一页,点击后一直处于 hover 状态下的样式
项目详情的 moreInfo 组件点击“展开”,收缩一直处于 hover 状态下的样式