diff --git a/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/_layer_panel.scss b/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/_layer_panel.scss index 924f44a37c4591e..8b65a28e4242f68 100644 --- a/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/_layer_panel.scss +++ b/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/_layer_panel.scss @@ -23,12 +23,18 @@ overflow: hidden; } +.lnsLayerPanel__dimension:focus-within{ + background: lightOrDarkTheme($euiColorLightShade, $euiColorLightShade); +} + .lnsLayerPanel__triggerLink { padding: $euiSizeS; width: 100%; display: flex; align-items: center; min-height: $euiSizeXXL; + word-wrap: break-word; + hyphens: auto; } .lnsLayerPanel__styleEditor {