fix: Typography.Link color not disabled (#27487)

修复 Typography.Link disabled时悬浮、点击颜色问题
This commit is contained in:
Liu Ya 2020-11-02 10:35:45 +08:00 committed by GitHub
parent 2a4027bbd9
commit e954079dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,11 @@
color: @disabled-color;
cursor: not-allowed;
pointer-events: none;
&:active,
&:hover {
color: @disabled-color;
}
}
}