LoginSignup
5
1

More than 3 years have passed since last update.

「text-decoration: underline」で下線を途切れる場合のCSSプロパティ

Posted at

事象

こんな現象になった場合
image.png

原因

chrome64から、(),にはアンダーラインが重ならない仕様になった

対応

CSS以下のプロパティを指定すれば解決

+  text-decoration-skip-ink: none;

参考

5
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
1