diff --git a/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx b/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx index 465d02f909..4681a142c3 100644 --- a/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx +++ b/awx/ui_next/src/components/CodeEditor/CodeEditor.jsx @@ -14,11 +14,11 @@ const LINE_HEIGHT = 24; const PADDING = 12; const FocusWrapper = styled.div` - && + .pf-c-form__helper-text { + && + .keyboard-help-text { display: none; } - &:focus-within + .pf-c-form__helper-text { + &:focus-within + .keyboard-help-text { display: block; } `; @@ -164,7 +164,10 @@ function CodeEditor({ /> {isKeyboardFocused && ( -