diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index b8f4647fc..da72224c4 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -450,6 +450,15 @@ pre.ace_editor { } } +.shortcut-key { + @apply bg-dividerLight; + @apply rounded; + @apply ml-2; + @apply py-1; + @apply px-2; + @apply inline-flex; +} + @media (max-width: 767px) { main { margin-bottom: env(safe-area-inset-bottom); diff --git a/packages/hoppscotch-app/components/app/PowerSearchEntry.vue b/packages/hoppscotch-app/components/app/PowerSearchEntry.vue index 8c3eec2fa..62842e7d0 100644 --- a/packages/hoppscotch-app/components/app/PowerSearchEntry.vue +++ b/packages/hoppscotch-app/components/app/PowerSearchEntry.vue @@ -64,13 +64,4 @@ defineProps<{ } } } - -.shortcut-key { - @apply bg-dividerLight; - @apply rounded; - @apply ml-2; - @apply py-1; - @apply px-2; - @apply inline-flex; -} diff --git a/packages/hoppscotch-app/components/app/Shortcuts.vue b/packages/hoppscotch-app/components/app/Shortcuts.vue index e563b128b..d61cf453f 100644 --- a/packages/hoppscotch-app/components/app/Shortcuts.vue +++ b/packages/hoppscotch-app/components/app/Shortcuts.vue @@ -102,14 +102,3 @@ const close = () => { emit("close") } - - diff --git a/packages/hoppscotch-app/components/app/ShortcutsEntry.vue b/packages/hoppscotch-app/components/app/ShortcutsEntry.vue index 760e3d9d1..985d226d1 100644 --- a/packages/hoppscotch-app/components/app/ShortcutsEntry.vue +++ b/packages/hoppscotch-app/components/app/ShortcutsEntry.vue @@ -22,14 +22,3 @@ defineProps<{ shortcut: Object }>() - - diff --git a/packages/hoppscotch-app/components/collections/graphql/Collection.vue b/packages/hoppscotch-app/components/collections/graphql/Collection.vue index 8506f3fd3..fc9f39581 100644 --- a/packages/hoppscotch-app/components/collections/graphql/Collection.vue +++ b/packages/hoppscotch-app/components/collections/graphql/Collection.vue @@ -77,7 +77,6 @@ />
@@ -95,7 +97,6 @@ />
@@ -74,7 +76,6 @@ /> -.shortcut-key { - @apply bg-dividerLight; - @apply rounded; - @apply ml-2; - @apply py-1; - @apply px-2; - @apply inline-flex; -} - diff --git a/packages/hoppscotch-app/components/http/ResponseMeta.vue b/packages/hoppscotch-app/components/http/ResponseMeta.vue index c32e9683c..4de9083e4 100644 --- a/packages/hoppscotch-app/components/http/ResponseMeta.vue +++ b/packages/hoppscotch-app/components/http/ResponseMeta.vue @@ -144,14 +144,3 @@ const statusCategory = computed(() => { return findStatusGroup(props.response.statusCode) }) - - diff --git a/packages/hoppscotch-app/components/teams/Team.vue b/packages/hoppscotch-app/components/teams/Team.vue index 9e7190cdd..93003f14c 100644 --- a/packages/hoppscotch-app/components/teams/Team.vue +++ b/packages/hoppscotch-app/components/teams/Team.vue @@ -89,7 +89,6 @@