From fbfef45c65f746c9e222b3289ed97edeccd1fb86 Mon Sep 17 00:00:00 2001 From: Kim Santiago <31145923+kisantia@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:34:10 -1000 Subject: [PATCH] fix active border on input box in issue reporter not being visible (#23628) --- extensions/theme-carbon/themes/light_carbon.json | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/theme-carbon/themes/light_carbon.json b/extensions/theme-carbon/themes/light_carbon.json index 0f269eabd6..1a10afb82a 100644 --- a/extensions/theme-carbon/themes/light_carbon.json +++ b/extensions/theme-carbon/themes/light_carbon.json @@ -46,7 +46,6 @@ "input.border": "#888888", "input.disabled.background": "#dcdcdc", "input.disabled.foreground": "#888888", - "inputOption.activeBorder": "#666666", "input.placeholderForeground": "#767676", "inputValidation.errorBackground": "#ffeaea", "inputValidation.errorBorder": "#b62e00",