From 45b9f2e1bf13a285d7d7436ddcea80707e16ee32 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 6 Jun 2021 20:56:56 +0530 Subject: [PATCH] fix: replace auto complete with drop down for content-types - fixed #1704 --- assets/scss/styles.scss | 5 ++--- pages/index.vue | 32 +++++++++++++++++++++++++++++--- 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 1e01621dc..7f58b9f93 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -441,7 +441,7 @@ input[type="radio"], @apply flex-1; } -.method, +.drop-down-input, .url-field, kbd, select, @@ -470,9 +470,8 @@ code { } } -.method { +.drop-down-input { @apply cursor-pointer; - @apply uppercase; @apply rounded-none; min-width: 128px; diff --git a/pages/index.vue b/pages/index.vue index aab8bbf81..1fdcb4881 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -11,7 +11,7 @@
  • - + + + + + +