mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
fix(Typography): Link can be selected by the user (#51243)
This commit is contained in:
parent
f60b71749c
commit
0ec7bad5cb
@ -60,6 +60,7 @@ export const getLinkStyles: GenerateStyle<TypographyToken, CSSObject> = (token)
|
||||
return {
|
||||
'a&, a': {
|
||||
...operationUnit(token),
|
||||
userSelect: 'text',
|
||||
|
||||
[`&[disabled], &${componentCls}-disabled`]: {
|
||||
color: token.colorTextDisabled,
|
||||
|
Loading…
Reference in New Issue
Block a user