Skip to content

Commit

Permalink
preserving style as before
Browse files Browse the repository at this point in the history
  • Loading branch information
chinnamatli kusumalatha authored and chinnamatli kusumalatha committed Jan 13, 2025
1 parent 726f79b commit 9c91a23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/dmn-editor/src/includedModels/IncludedModels.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@
.kie-dmn-editor--selected-model-to-include-error {
color: var(--pf-global--danger-color--100);
}
.kebabtoggle-wrapper {
color: grey;
}
.kebabtoggle-wrapper:hover {
color: black;
}
1 change: 1 addition & 0 deletions packages/dmn-editor/src/includedModels/IncludedModels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ function IncludedModelCard({
shouldOpen={() => setRemovePopoverOpen(true)}
>
<div
className="kebabtoggle-wrapper"
onClick={(ev) => {
ev.stopPropagation();
ev.preventDefault();
Expand Down

0 comments on commit 9c91a23

Please sign in to comment.