Skip to content
Snippets Groups Projects
Commit 5647aa7c authored by ali asaria's avatar ali asaria
Browse files

change color of delete button

parent 9a6974cb
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,6 @@ code if we want */ ...@@ -262,7 +262,6 @@ code if we want */
.react-flow__node-customNode:hover .custom-node-delete-button { .react-flow__node-customNode:hover .custom-node-delete-button {
opacity: 1.0; opacity: 1.0;
transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
color: rgb(156, 144, 144);
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
border: 1.5px solid rgb(156, 144, 144); border: 1.5px solid rgb(156, 144, 144);
height: 14px; height: 14px;
...@@ -275,9 +274,8 @@ code if we want */ ...@@ -275,9 +274,8 @@ code if we want */
border-radius: '50%'; border-radius: '50%';
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: var(--joy-palette-primary-400);
color: var(--joy-palette-danger-400); border-color: var(--joy-palette-primary-400),
border-color: var(--joy-palette-danger-400),
} }
.react-flow__node-customNode:hover { .react-flow__node-customNode:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment