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 c7d431e commit 8316062Copy full SHA for 8316062
src/components/Canvas/CanvasBlockLabel.vue
@@ -5,10 +5,10 @@
5
class="tooltip pointer-events-none absolute py-1 px-2 text-sm bg-gray-800 text-white rounded">{{ copyText }}</div>
6
<input
7
class="
8
- text-sm text-gray-700
9
- font-semibold hover:text-teal-600
10
- bg-transparent
11
- inline-block rounded
+ inline-block
+ appearance-none bg-transparent
+ text-sm text-gray-800
+ font-mono hover:text-teal-600
12
cursor-pointer focus:outline-none
13
"
14
readonly
0 commit comments