Visited Style: float not removing underline in Firefox
- 主要语言
- Nunjucks
- 星标
- 840
- 派生
- 13
- PR 合并指标
- 30 天内没有已合并 PR
描述
In the code-example you add `float: left` to the icon-`` to remove underline from it.
https://smolcss.dev/#smol-visited-styles
This is not working with (at least) recent Firefox (on Mac OS).

贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue is in the 'Visited Style' demo at https://smolcss.dev/#smol-visited-styles. Look at the CSS for the icon span where `float: left` is applied to remove the underline. Test in Firefox on macOS to see the underline persists. Investigate alternative CSS properties like `display: inline-block` or `text-decoration-skip-ink` to fix the cross-browser issue. Check the project's CSS files for the demo snippet to make the change.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- css
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 65/100