We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d150e67 commit 647ab0dCopy full SHA for 647ab0d
components/buttons/copyLink.vue
@@ -2,24 +2,7 @@
2
<div>
3
<button
4
type="button"
5
- class="
6
- inline-flex
7
- items-center
8
- justify-center
9
- gap-1
10
- p-2
11
- text-sm
12
- transition-transform
13
- transform
14
- rounded-md
15
- shadow
16
- outline-none
17
- justify-self-end
18
- focus:ring-4
19
- active:scale-y-75
20
- hover:scale-105 hover:shadow-lg
21
- copy-uri-button
22
- "
+ class="inline-flex items-center justify-center gap-1 p-2 text-sm transition-transform transform rounded-md shadow outline-none justify-self-end focus:ring-4 active:scale-y-75 hover:scale-105 hover:shadow-lg copy-uri-button"
23
aria-label="Click here to copy url to clipboard"
24
id="copyLinkButton"
25
:class="{
0 commit comments