Skip to content

Commit 203f1c6

Browse files
enhancement: use cursor: copy for copy to clipboard interaction buttons (#258)
1 parent db5e270 commit 203f1c6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/copy-to-clipboard-block/ctc-block.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
right: 10px;
4444
width: 40px;
4545
vertical-align: middle;
46-
cursor: pointer;
46+
cursor: copy;
4747
}
4848

4949
& .copy-icon svg {
@@ -63,7 +63,7 @@
6363
right: 10px;
6464
width: 40px;
6565
vertical-align: middle;
66-
cursor: pointer;
66+
cursor: copy;
6767
}
6868

6969
& .copy-icon svg {
@@ -109,7 +109,7 @@
109109
right: 10px;
110110
width: 40px;
111111
vertical-align: middle;
112-
cursor: pointer;
112+
cursor: copy;
113113
}
114114

115115
& .copy-icon svg {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#icon {
22
padding: var(--size-2);
33
border: none;
4-
cursor: pointer;
4+
cursor: copy;
55
border-radius: var(--radius-3);
66
background-color: var(--color-green-pale);
77
}

0 commit comments

Comments
 (0)