Skip to content

Commit b689742

Browse files
committed
chore: added accessibility related changed
1 parent 6460cce commit b689742

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

components/buttons/stickyCopy.vue

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
11
<template>
22
<div class="sticky top-0 text-right z-1">
33
<button
4-
class="
5-
absolute
6-
top-0
7-
right-0
8-
p-2
9-
text-gray-800
10-
transition-all
11-
transform
12-
rounded-full
13-
shadow
14-
dark:text-gray-50
15-
z-1
16-
hover:shadow-lg hover:scale-110 hover:rotate-12
17-
"
4+
class="absolute top-0 right-0 p-2 text-gray-800 transition-all transform rounded-full shadow dark:text-gray-50 z-1 hover:shadow-lg hover:scale-110 hover:rotate-12"
185
:class="{
196
'bg-gray-100 dark:bg-gray-600': !copied,
207
'bg-green-500': copied,

0 commit comments

Comments
 (0)