From abbbfb7ac939b8c45a3f086c20e9ec886b6957b7 Mon Sep 17 00:00:00 2001 From: Ryker Blunck Date: Tue, 31 Mar 2026 11:56:23 -0600 Subject: [PATCH 1/2] force light theme in the widget --- styles/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/styles.scss b/styles/styles.scss index f89aa52..53118d3 100644 --- a/styles/styles.scss +++ b/styles/styles.scss @@ -1,5 +1,9 @@ $canvas-header-height: 55px; +:host { + color-scheme: light; +} + // Search widget on Large screens .ajas-search-widget { --svg-fill: #01579b; From e7a1b7a6776d85f4049841b6c4a4c938049ee7f2 Mon Sep 17 00:00:00 2001 From: Ryker Blunck Date: Tue, 31 Mar 2026 12:15:04 -0600 Subject: [PATCH 2/2] set explicit colors to avoid new canvas theming rules --- styles/styles.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/styles/styles.scss b/styles/styles.scss index 53118d3..330d02f 100644 --- a/styles/styles.scss +++ b/styles/styles.scss @@ -1,9 +1,5 @@ $canvas-header-height: 55px; -:host { - color-scheme: light; -} - // Search widget on Large screens .ajas-search-widget { --svg-fill: #01579b; @@ -64,6 +60,7 @@ $canvas-header-height: 55px; padding-inline: 12px 42px; border: 1px solid #8d959f; border-radius: 4px; + background-color: white; &:focus { border-color: #006fbf; @@ -114,6 +111,7 @@ $canvas-header-height: 55px; white-space: nowrap; border: none; background-color: white; + color: #202122; } .ajas-search-widget__dropdown button:hover {