From 8c3284399e133d2e15ab0fb8b10269f1e8c5461e Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 12 Jul 2026 15:30:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Remove=20Chrome=20tint=20?= =?UTF-8?q?implementation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- header.php | 24 --- static/js/modules/ChromeTint.js | 119 ------------- static/js/theme.js | 5 - styles/base/global.css | 48 ----- tests/chrome-tint.spec.js | 306 -------------------------------- 5 files changed, 502 deletions(-) delete mode 100644 static/js/modules/ChromeTint.js delete mode 100644 tests/chrome-tint.spec.js diff --git a/header.php b/header.php index ccbbd35..5ee6aba 100644 --- a/header.php +++ b/header.php @@ -27,9 +27,6 @@ $showHero = $post->post_parent === $services ? true : false; - - @@ -39,27 +36,6 @@ $showHero = $post->post_parent === $services ? true : false; - tag and - * instead samples the background-color of fixed/sticky elements - * near the top and bottom of the viewport to tint the browser - * chrome (status bar / home indicator). Their backgroundColor is - * updated at runtime by static/js/modules/ChromeTint.js based on - * which element (site-header or site-footer) is in view. - * - * Sampling windows (iOS 26): - * - top: within 4px of top, width >=80%, min-height 12px - * - bottom: within 3px of bottom, width >=80%, min-height 3px - * - * aria-hidden because these are visual-only and carry no meaning. - */ - ?> - - -