diff --git a/content_editor/static/content_editor/content_editor.css b/content_editor/static/content_editor/content_editor.css index d5c90ced..1f1de9ef 100644 --- a/content_editor/static/content_editor/content_editor.css +++ b/content_editor/static/content_editor/content_editor.css @@ -221,7 +221,6 @@ h3[draggable] { display: flex; align-items: center; border-radius: 4px; - transition: 0.1s background; user-select: none; break-inside: avoid; } @@ -358,16 +357,11 @@ h3[draggable] { place-items: center; cursor: pointer; opacity: 0.5; - transition: - color 0.15s, - background 0.15s, - opacity, - 0.15s; } .order-machine-insert-target.last { top: auto; - bottom: 3px; - left: 2px; + bottom: 4px; + left: 3px; z-index: 1; } .order-machine-insert-target:hover,