diff --git a/public/sass/components/_query_editor.scss b/public/sass/components/_query_editor.scss index a99bd1bbd79..6b2860d57bf 100644 --- a/public/sass/components/_query_editor.scss +++ b/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;