Added delete option to scene edits.

This commit is contained in:
2026-03-17 01:43:49 +01:00
parent 134664095a
commit f7993a9108
6 changed files with 139 additions and 648051 deletions

View File

@@ -119,12 +119,22 @@
.button-cancel {
background: none;
color: var(--glass);
color: var(--error);
font-weight: normal;
box-shadow: none;
.icon {
fill: var(--error);
}
&:hover:not(:disabled) {
color: var(--error);
color: var(--text-light);
background: var(--error);
cursor: pointer;
.icon {
fill: var(--text-light);
}
}
&:disabled {