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

fix: hardcoded fix to hide react values

parent 89c660cd
No related branches found
No related tags found
No related merge requests found
Pipeline #1302 passed
......@@ -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
......@@ -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">
......
......@@ -2,4 +2,5 @@
color: #ffffff;
font-family: VT323, Roboto, Open Sans, Arial, Helvetica, sans-serif;
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