This is an automated email from the ASF dual-hosted git repository.

kbowers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 012359ce020 kie-issues#1636: DMN Editor throw an error opening 
Included Models tab (#2846)
012359ce020 is described below

commit 012359ce020174013ac74d3cecf7cdef86548a30
Author: Kusuma04-dev <[email protected]>
AuthorDate: Wed Jan 15 16:23:34 2025 +0530

    kie-issues#1636: DMN Editor throw an error opening Included Models tab 
(#2846)
    
    Co-authored-by: chinnamatli kusumalatha 
<[email protected]>
---
 packages/dmn-editor/src/includedModels/IncludedModels.css | 6 ++++++
 packages/dmn-editor/src/includedModels/IncludedModels.tsx | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/packages/dmn-editor/src/includedModels/IncludedModels.css 
b/packages/dmn-editor/src/includedModels/IncludedModels.css
index f9375c8bba8..d5185676026 100644
--- a/packages/dmn-editor/src/includedModels/IncludedModels.css
+++ b/packages/dmn-editor/src/includedModels/IncludedModels.css
@@ -20,3 +20,9 @@
 .kie-dmn-editor--selected-model-to-include-error {
   color: var(--pf-global--danger-color--100);
 }
+.kie-dmn-editor--model-card-kebabtoggle-wrapper {
+  color: grey;
+}
+.kie-dmn-editor--model-card-kebabtoggle-wrapper:hover {
+  color: black;
+}
diff --git a/packages/dmn-editor/src/includedModels/IncludedModels.tsx 
b/packages/dmn-editor/src/includedModels/IncludedModels.tsx
index efb1034f059..6ee69aea20b 100644
--- a/packages/dmn-editor/src/includedModels/IncludedModels.tsx
+++ b/packages/dmn-editor/src/includedModels/IncludedModels.tsx
@@ -611,15 +611,15 @@ function IncludedModelCard({
               position={PopoverPosition.bottom}
               shouldOpen={() => setRemovePopoverOpen(true)}
             >
-              <Button
-                variant={"plain"}
+              <div
+                className="kie-dmn-editor--model-card-kebabtoggle-wrapper"
                 onClick={(ev) => {
                   ev.stopPropagation();
                   ev.preventDefault();
                 }}
               >
                 <KebabToggle />
-              </Button>
+              </div>
             </Popover>
           </CardActions>
         )}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to