mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
chore: fix code box icons cannot display in Safari (#39395)
close #39318
This commit is contained in:
parent
66754060f9
commit
b2df64a057
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user