Skip to content

Commit 4eca278

Browse files
committed
Removed the Reset button altogether. Upon further review it actually didn't serve any purpose. It was originally used for bug testing.
1 parent e00b2b9 commit 4eca278

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

Configuration App/app/assets/stylesheets/application.css

-12
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,6 @@ select.wifiNetworkInputs {
9898
appearance: none;
9999
}
100100

101-
.reset input {
102-
background:#BF1A2F;
103-
border:#BF1A2F;
104-
color:white;
105-
padding:1em;
106-
margin-top:1.5em;
107-
font-size:1.5rem;
108-
-webkit-appearance: none;
109-
-moz-appearance: none;
110-
appearance: none;
111-
}
112-
113101
/* Wifi Icon
114102
---------------------------------------------------------*/
115103

Configuration App/app/views/main/index.html.erb

-6
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,3 @@
2222
</ul>
2323

2424
<%end%>
25-
<div class="reset">
26-
<%=form_tag("/main/reset_all", method: "get") do%>
27-
<%=submit_tag("RESET DEVICE")%>
28-
</div>
29-
<%end%>
30-
</div>

0 commit comments

Comments
 (0)