Skip to content

Commit

Permalink
[TASK] Add border to inactive drop areas (#684)
Browse files Browse the repository at this point in the history
In the case of nested CEs, the drop areas touch each other, making it more difficult for the editor to figure out where to drop the CE.
Adding a border to the inactive drop areas solves this problem.

Resolves: #683
  • Loading branch information
webian authored Aug 2, 2023
1 parent 31d6c69 commit 45429c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/Private/Sass/inline_editing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

.dropzones-enabled .t3-frontend-editing__dropzone {
height: 25px;
border: solid 1px white;

&.active {
border: dashed 1px $gray;
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Css/inline_editing.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45429c0

Please sign in to comment.