From b1d74b755836e255ef4529369b577a401f1e601d 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:57:12 +0100 Subject: [PATCH] Revert "fix: hardcoded fix to hide react values" This reverts commit 1ce9967610232281ba9034b2fae7d33d20791bb4. --- examples/web/index.css | 8 -------- examples/web/index.html | 2 +- examples/web/react/app.css | 1 - 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/examples/web/index.css b/examples/web/index.css index 25a1c628..fc4edd1e 100644 --- a/examples/web/index.css +++ b/examples/web/index.css @@ -514,11 +514,3 @@ 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 2ff402b4..34557615 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"> + <span id="button-information" class="button simple border padded enabled"> <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 849c49d0..26a7e3d7 100644 --- a/examples/web/react/app.css +++ b/examples/web/react/app.css @@ -2,5 +2,4 @@ color: #ffffff; font-family: VT323, Roboto, Open Sans, Arial, Helvetica, sans-serif; margin: 0px 0px 0px 0px; - display: none; } -- GitLab