refactor: swap Button ghost/outline semantics, clean up ImageLightbox thumbnail

ghost now means transparent bg (no fill); outline keeps cream bg with subtle border.
Remove magnify icon overlay from ImageLightbox thumbnail — hover cursor-zoom-in is sufficient.
Close button updated to variant="outline" for cream-on-blue contrast in the dialog.
This commit is contained in:
Ilia Mashkov
2026-05-22 14:22:08 +03:00
parent 7a06d42d20
commit 43242c3bed
5 changed files with 18 additions and 16 deletions
+1
View File
@@ -439,4 +439,5 @@
/* Lightbox dialog backdrop */
dialog.lightbox::backdrop {
background-color: rgba(4, 28, 243, 0.25);
backdrop-filter: blur(4px);
}