From 1ce9967610232281ba9034b2fae7d33d20791bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 9 Oct 2022 10:56:51 +0100 Subject: [PATCH] fix: hardcoded fix to hide react values --- examples/web/index.css | 8 ++++++++ examples/web/index.html | 2 +- examples/web/react/app.css | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/examples/web/index.css b/examples/web/index.css index fc4edd1e..25a1c628 100644 --- a/examples/web/index.css +++ b/examples/web/index.css @@ -514,3 +514,11 @@ p { .keyboard .key:active { background-color: #2a9d8f; } + +#section-diag { + display: none; +} + +#separator-diag { + display: none; +} \ No newline at end of file diff --git a/examples/web/index.html b/examples/web/index.html index 34557615..2ff402b4 100644 --- a/examples/web/index.html +++ b/examples/web/index.html @@ -109,7 +109,7 @@ <span id="button-keyboard" class="button simple border padded"> <img src="res/dialpad.svg" alt="info" /><span>Keyboard</span> </span> - <span id="button-information" class="button simple border padded enabled"> + <span id="button-information" class="button simple border padded"> <img src="res/info.svg" alt="info" /><span>Information</span> </span> <span id="button-debug" class="button simple border padded"> diff --git a/examples/web/react/app.css b/examples/web/react/app.css index 26a7e3d7..849c49d0 100644 --- a/examples/web/react/app.css +++ b/examples/web/react/app.css @@ -2,4 +2,5 @@ color: #ffffff; font-family: VT323, Roboto, Open Sans, Arial, Helvetica, sans-serif; margin: 0px 0px 0px 0px; + display: none; } -- GitLab