Added delete option to scene edits.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user