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