diff --git a/components/style/core/base.less b/components/style/core/base.less index db8be9e6b6..4a0897e82c 100644 --- a/components/style/core/base.less +++ b/components/style/core/base.less @@ -238,7 +238,7 @@ a { &:focus { text-decoration: underline; - text-decoration-skip: ink; + text-decoration-skip-ink: auto; } &:hover { diff --git a/site/theme/static/common.less b/site/theme/static/common.less index b3ded24c81..a8bbab111c 100644 --- a/site/theme/static/common.less +++ b/site/theme/static/common.less @@ -18,7 +18,7 @@ a { transition: color 0.3s ease; &:focus { text-decoration: underline; - text-decoration-skip: ink; + text-decoration-skip-ink: auto; } }