fix(ui): show title tooltips on disabled showcase media control buttons

This commit is contained in:
Will Miao
2026-06-03 20:33:58 +08:00
parent c8beaa64e1
commit 1beef5dea9
3 changed files with 10 additions and 4 deletions

View File

@@ -141,8 +141,9 @@
border-color: var(--lora-error);
}
/* Disabled state for delete button */
.media-control-btn.example-delete-btn.disabled {
/* Disabled state for delete and create-recipe buttons */
.media-control-btn.example-delete-btn.disabled,
.media-control-btn.create-recipe-btn.disabled {
opacity: 0.5;
cursor: not-allowed;
}