mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
docs: improve icon copied style (#38809)
Fixed the click text display issue
This commit is contained in:
parent
b87b956e4b
commit
882b8740b1
@ -1280,6 +1280,7 @@ const GlobalStyles = () => {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #fff;
|
||||
background: #1677ff;
|
||||
line-height: 110px;
|
||||
text-align: center;
|
||||
opacity: 0;
|
||||
@ -1288,7 +1289,6 @@ const GlobalStyles = () => {
|
||||
}
|
||||
|
||||
&.copied::after {
|
||||
top: -10px;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user