Skip to content
Snippets Groups Projects
Verified Commit b1d74b75 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

Revert "fix: hardcoded fix to hide react values"

This reverts commit 1ce99676.
parent 1ce99676
No related branches found
No related tags found
1 merge request!9Version 0.4.0 🍾
Pipeline #1321 passed
...@@ -514,11 +514,3 @@ p { ...@@ -514,11 +514,3 @@ p {
.keyboard .key:active { .keyboard .key:active {
background-color: #2a9d8f; background-color: #2a9d8f;
} }
#section-diag {
display: none;
}
#separator-diag {
display: none;
}
\ No newline at end of file
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
<span id="button-keyboard" class="button simple border padded"> <span id="button-keyboard" class="button simple border padded">
<img src="res/dialpad.svg" alt="info" /><span>Keyboard</span> <img src="res/dialpad.svg" alt="info" /><span>Keyboard</span>
</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> <img src="res/info.svg" alt="info" /><span>Information</span>
</span> </span>
<span id="button-debug" class="button simple border padded"> <span id="button-debug" class="button simple border padded">
......
...@@ -2,5 +2,4 @@ ...@@ -2,5 +2,4 @@
color: #ffffff; color: #ffffff;
font-family: VT323, Roboto, Open Sans, Arial, Helvetica, sans-serif; font-family: VT323, Roboto, Open Sans, Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
display: none;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment