diff --git a/components/typography/style/index.less b/components/typography/style/index.less index 185b1a0074..82404b3240 100644 --- a/components/typography/style/index.less +++ b/components/typography/style/index.less @@ -105,15 +105,19 @@ text-decoration: @link-hover-decoration; } - &[disabled] { + &[disabled], + &.@{typography-prefix-cls}-disabled { color: @disabled-color; cursor: not-allowed; - pointer-events: none; - + &:active, &:hover { color: @disabled-color; } + + &:active { + pointer-events: none; + } } }