From 9b71fba8514be5ee17b4de2148e90cd51ed2d0ec Mon Sep 17 00:00:00 2001 From: Tom Kent Date: Fri, 12 Dec 2025 16:57:54 -0800 Subject: [PATCH] refactor(index): remove balloon tooltips and clean up HTML structure - Remove balloon tooltip CSS (~210 lines) and all data-balloon attributes - Remove unnecessary wrapper span elements from sample entries - Combine duplicate external link icon CSS for readme/source links - Update CSS selectors from :has(span) to :has(a) after span removal - Simplify search JS to use text content only (aria-label removed) --- index.html | 718 ++++++++++++++++------------------------------------- 1 file changed, 213 insertions(+), 505 deletions(-) diff --git a/index.html b/index.html index 80e1edd4..90223db7 100644 --- a/index.html +++ b/index.html @@ -31,219 +31,6 @@ For document, copy start from here search `href="scenarios` replace to `href="https://demo.dynamsoft.com/Samples/DBR/JS/scenarios` --> -