Browse Source

remove duplicate sass rules

Dan Cech 8 years ago
parent
commit
50ffe56b60
1 changed files with 1 additions and 27 deletions
  1. 1 27
      public/sass/components/_query_editor.scss

+ 1 - 27
public/sass/components/_query_editor.scss

@@ -90,6 +90,7 @@
 }
 
 input[type='text'].tight-form-func-param {
+  font-size: 0.875rem;
   background: transparent;
   border: none;
   margin: 0;
@@ -129,33 +130,6 @@ input[type='text'].tight-form-func-param {
   }
 }
 
-input[type='text'].tight-form-func-param {
-  font-size: 0.875rem;
-  background: transparent;
-  border: none;
-  margin: 0;
-  padding: 0;
-}
-
-.tight-form-func-controls {
-  display: none;
-  text-align: center;
-
-  .fa-arrow-left {
-    float: left;
-    position: relative;
-    top: 2px;
-  }
-  .fa-arrow-right {
-    float: right;
-    position: relative;
-    top: 2px;
-  }
-  .fa-remove {
-    margin-left: 10px;
-  }
-}
-
 .query-troubleshooter {
   font-size: $font-size-sm;
   margin: $gf-form-margin;