From 45b9f6b24424372c0fcfcf681006a087d23c0b9c Mon Sep 17 00:00:00 2001 From: Sampath Date: Tue, 6 Jun 2023 16:20:00 +0530 Subject: [PATCH] outline for edit entity has been added on focus --- src/Explorer/Panes/PanelComponent.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Explorer/Panes/PanelComponent.less b/src/Explorer/Panes/PanelComponent.less index 75e36786a..becdc49d8 100644 --- a/src/Explorer/Panes/PanelComponent.less +++ b/src/Explorer/Panes/PanelComponent.less @@ -112,6 +112,9 @@ margin-top: 28px; margin-left: 4px !important; } +.addRemoveIcon [alt="editEntity"]:focus,.addRemoveIconLabel [alt="editEntity"]:focus{ + border:1px dashed #605E5C +} .addNewParamStyle { margin-top: 5px; margin-left: 5px !important;