summary refs log tree commit diff
path: root/synapse_topology
diff options
context:
space:
mode:
authorNad Chishtie <n.chishtie@gmail.com>2019-08-16 14:26:12 -0700
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:54 +0100
commit1629d91b68d8b3f60f031e69937564385235c765 (patch)
tree729e4d82bdc80f3421e50ac4627de7a470d522d2 /synapse_topology
parentUse a sane system font stack (diff)
downloadsynapse-1629d91b68d8b3f60f031e69937564385235c765.tar.xz
Remove redundant comments
Diffstat (limited to 'synapse_topology')
-rw-r--r--synapse_topology/webui/src/scss/main.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/synapse_topology/webui/src/scss/main.scss b/synapse_topology/webui/src/scss/main.scss
index a38ce638e6..1e1bed4c28 100644
--- a/synapse_topology/webui/src/scss/main.scss
+++ b/synapse_topology/webui/src/scss/main.scss
@@ -80,8 +80,6 @@ button {
     text-transform: capitalize;
     font-style: bold;
     color: $primary;
-    // margin-left: 0.4rem;
-    // margin-right: 0.4rem;
 }
 
 button:hover {
@@ -125,9 +123,6 @@ pre {
 
 select {
     @include select;
-    // -webkit-appearance: none;
-    // -moz-appearance: none;
-    // appearance: none;
     height: 1.6rem;
     font-size: 0.6rem;
     border-style: none;
@@ -248,13 +243,11 @@ input[type=checkbox] {
 .nav-tabs .nav-link.active {
     border-color: transparent;
     background-color: $smoke;
-    // border-bottom: 1px;
 }
 
 .nav-tabs .nav-link:hover {
     border-color: transparent;
     background-color: $smoke;
-    // border-bottom: 1px;
 }
 
 .inputButton {