8000 [WebProfilerBundle] Fix "Copy as cURL" dark style · symfony/symfony@e4f47f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4f47f2

Browse files
committed
[WebProfilerBundle] Fix "Copy as cURL" dark style
1 parent fec8909 commit e4f47f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,10 @@
186186
187187
copyToClipboardElement.textContent = `✅ Copied!`;
188188
copyToClipboardElement.disabled = true;
189-
copyToClipboardElement.classList.add('status-success');
190189
191190
setTimeout(() => {
192191
copyToClipboardElement.textContent = oldContent;
193192
copyToClipboardElement.disabled = false;
194-
copyToClipboardElement.classList.remove('status-success');
195193
}, 7000);
196194
});
197195
});

0 commit comments

Comments
 (0)
0