We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cursor: copy
1 parent db5e270 commit 203f1c6Copy full SHA for 203f1c6
2 files changed
src/components/copy-to-clipboard-block/ctc-block.css
@@ -43,7 +43,7 @@
43
right: 10px;
44
width: 40px;
45
vertical-align: middle;
46
- cursor: pointer;
+ cursor: copy;
47
}
48
49
& .copy-icon svg {
@@ -63,7 +63,7 @@
63
64
65
66
67
68
69
@@ -109,7 +109,7 @@
109
110
111
112
113
114
115
src/components/copy-to-clipboard-button/ctc-button.css
@@ -1,7 +1,7 @@
1
#icon {
2
padding: var(--size-2);
3
border: none;
4
5
border-radius: var(--radius-3);
6
background-color: var(--color-green-pale);
7
0 commit comments