diff --git a/public/index.css b/public/index.css index ea78f087..c46fded9 100644 --- a/public/index.css +++ b/public/index.css @@ -1437,6 +1437,10 @@ div.states.hovered { background-image: linear-gradient(to right, #dedede 100%, #f2f2f2 50%, #fcfcfc 0%); } +#mergeStatesForm div[data-id].hovered { + background-image: linear-gradient(to right, #dedede 100%, #f2f2f2 50%, #fcfcfc 0%); +} + div.states > *, div.states sup, div.totalLine > div { diff --git a/public/modules/dynamic/editors/states-editor.js b/public/modules/dynamic/editors/states-editor.js index a514008a..30933c30 100644 --- a/public/modules/dynamic/editors/states-editor.js +++ b/public/modules/dynamic/editors/states-editor.js @@ -1301,7 +1301,6 @@ function openStateMergeDialog() { alertMessage.innerHTML = /* html */ `