diff options
author | Nad Chishtie <n.chishtie@gmail.com> | 2019-08-16 14:26:12 -0700 |
---|---|---|
committer | Jorik Schellekens <joriks@matrix.org> | 2019-08-28 15:59:54 +0100 |
commit | 1629d91b68d8b3f60f031e69937564385235c765 (patch) | |
tree | 729e4d82bdc80f3421e50ac4627de7a470d522d2 /synapse_topology | |
parent | Use a sane system font stack (diff) | |
download | synapse-1629d91b68d8b3f60f031e69937564385235c765.tar.xz |
Remove redundant comments
Diffstat (limited to 'synapse_topology')
-rw-r--r-- | synapse_topology/webui/src/scss/main.scss | 7 |
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 { |