fix(editor): copying to clipboard with no ClipboardEvent (#10729)

* fix(editor): copying to clipboard with no ClipboardEvent

* fix(editor): use green for `success` state of `FilledButton`
This commit is contained in:
David Luzar
2026-02-01 11:06:37 +01:00
committed by GitHub
parent d29fd62e41
commit 54a9826817
2 changed files with 4 additions and 5 deletions
@@ -53,6 +53,7 @@
&.ExcButton--status-loading,
&.ExcButton--status-success {
pointer-events: none;
background-color: var(--color-success);
.ExcButton__contents {
visibility: hidden;