From 6d21c8c9ebf4341f98d2c69b05b75b6a268a129e Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Wed, 19 Feb 2025 13:06:15 +0600 Subject: [PATCH] feat: visual enhancement for inactive fields (#4760) Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> --- .../hoppscotch-common/src/components/http/BodyParameters.vue | 3 +++ packages/hoppscotch-common/src/components/http/KeyValue.vue | 3 +++ .../hoppscotch-common/src/components/http/RequestVariables.vue | 2 ++ .../hoppscotch-common/src/components/http/URLEncodedParams.vue | 2 ++ 4 files changed, 10 insertions(+) diff --git a/packages/hoppscotch-common/src/components/http/BodyParameters.vue b/packages/hoppscotch-common/src/components/http/BodyParameters.vue index 255f2c62..b9c47492 100644 --- a/packages/hoppscotch-common/src/components/http/BodyParameters.vue +++ b/packages/hoppscotch-common/src/components/http/BodyParameters.vue @@ -94,6 +94,7 @@