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 323b33a commit 8380dcaCopy full SHA for 8380dca
pages/diff/_diff.vue
@@ -5,7 +5,7 @@
5
<button
6
type="button"
7
@click="copyUrlToClipboard"
8
- class="inline-flex justify-center px-4 py-2 text-white transition-transform transform bg-blue-600 rounded-md shadow-lg outline-none align-center focus:ring-4 active:scale-y-75"
+ class="inline-flex justify-center px-4 py-2 text-white transition-transform transform bg-blue-600 rounded-md shadow-lg outline-none copy-uri-button align-center focus:ring-4 active:scale-y-75"
9
>
10
<svg
11
class="w-6 h-6 mr-2"
@@ -166,3 +166,12 @@ export default {
166
},
167
}
168
</script>
169
+
170
+<style>
171
+.copy-uri-button:hover {
172
+ @apply shadow-lg;
173
+}
174
+.copy-uri-button:hover svg {
175
+ @apply scale-110 rotate-12;
176
177
+</style>
0 commit comments