diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index 489027c5c..6ab9329dd 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -289,37 +289,6 @@ pre.ace_editor { } } -input[type="checkbox"].checkbox { - @apply hidden; - - &, - & + label { - @apply align-middle; - @apply cursor-pointer; - - &::before { - @apply border-divider border-2; - @apply rounded; - @apply inline-flex; - @apply items-center; - @apply justify-center; - @apply text-transparent; - @apply h-4; - @apply w-4; - @apply font-icon; - - content: "\e876"; - margin: 8px 8px 8px 0; - } - } - - &:checked + label::before { - @apply bg-accent; - @apply border-accent; - @apply text-primary; - } -} - .info-response { @apply text-pink-500; } diff --git a/packages/hoppscotch-app/components/http/Authorization.vue b/packages/hoppscotch-app/components/http/Authorization.vue index 8d78b9b51..c3b474d25 100644 --- a/packages/hoppscotch-app/components/http/Authorization.vue +++ b/packages/hoppscotch-app/components/http/Authorization.vue @@ -63,19 +63,19 @@