Skip to content

Commit

Permalink
Remove some annoying transitions (when switching regions) and tweak p…
Browse files Browse the repository at this point in the history
…ositions
  • Loading branch information
matthiask committed May 31, 2024
1 parent a5591e2 commit a559df5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions content_editor/static/content_editor/content_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ h3[draggable] {
display: flex;
align-items: center;
border-radius: 4px;
transition: 0.1s background;
user-select: none;
break-inside: avoid;
}
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a559df5

Please sign in to comment.