From 20e4f9cb6541fe75eac274880276a307c260c506 Mon Sep 17 00:00:00 2001 From: iris Date: Fri, 31 Jul 2026 21:56:37 +0200 Subject: [PATCH] fix: reinstate the style-tag doc-comment fix lost when the merge commit was dropped for a rebase --- .../packages/shared/src/hive-dialog/hive-dialog.css | 11 ++++++----- .../packages/shared/src/hive-toast/hive-toast.css | 7 ++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/frontend/packages/shared/src/hive-dialog/hive-dialog.css b/frontend/packages/shared/src/hive-dialog/hive-dialog.css index 930cacb0..f602d33b 100644 --- a/frontend/packages/shared/src/hive-dialog/hive-dialog.css +++ b/frontend/packages/shared/src/hive-dialog/hive-dialog.css @@ -1,10 +1,11 @@ /* hive-dialog.css — scoped stylesheet for the shadow-DOM custom element (hive-dialog.js). Loaded as raw text at build time - (esbuild's `text` loader) and adopted via `adoptedStyleSheets`. `:host` - styles the element itself, which *is* the fixed-position backdrop — no - separate light-DOM backdrop div. Button styling (base look + cancel/ - confirm/danger variants) lives in hive-btn.css, not here — the dialog's - buttons are elements with their own shadow root. */ + (esbuild's `text` loader) and appended as a `