mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-17 23:50: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%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background: #1677ff;
|
||||||
line-height: 110px;
|
line-height: 110px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@ -1288,7 +1289,6 @@ const GlobalStyles = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.copied::after {
|
&.copied::after {
|
||||||
top: -10px;
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user