diff --git a/package.json b/package.json index 373699ddf..2911b55a3 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,15 @@ } ], "colors": [ + { + "id": "highContrastButtonBorderOverride.color", + "description": "Color for the high contrast border updated", + "defaults": { + "dark": "debugToolBar.background", + "light": "debugToolBar.background", + "highContrast": "#6FC3DF" + } + }, { "id": "badgeForegroundOverwrite", "description": "Color that fixes the issue with midnight blue ", @@ -309,4 +318,4 @@ "extensionDependencies": [ "ms-python.python" ] -} \ No newline at end of file +} diff --git a/src/view/components/toolbar/MotionSensorBar.tsx b/src/view/components/toolbar/MotionSensorBar.tsx index 1ac5ae3d9..12a84fac4 100644 --- a/src/view/components/toolbar/MotionSensorBar.tsx +++ b/src/view/components/toolbar/MotionSensorBar.tsx @@ -68,9 +68,6 @@ class MotionSensorBar extends React.Component { render() { return (
-
-
{MOTION_SENSOR_PROPERTIES.LABEL}
-
{ focusable={true} /> +