chore: fix code box icons cannot display in Safari (#39395)

close #39318
This commit is contained in:
afc163 2022-12-08 16:43:00 +08:00 committed by GitHub
parent 66754060f9
commit b2df64a057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,14 +271,13 @@ export default () => {
cursor: pointer;
transition: all 0.24s;
${antCls}-row-rtl & {
margin-right: 16px;
margin-left: 0;
}
&:hover {
color: ${token.colorText};
}
${iconCls} {
display: block;
}
}
&-code-copy {