From 46a7a048dc16f4ccf71c3a197cdcf6fef2663f7e Mon Sep 17 00:00:00 2001 From: ztplz Date: Sun, 13 Jan 2019 23:05:10 +0800 Subject: [PATCH] Replace text-decoration-skip: ink to text-decoration-skip-ink: auto --- components/style/core/base.less | 2 +- site/theme/static/common.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } }