Skip to content

Commit 45429c0

Browse files
authored
[TASK] Add border to inactive drop areas (#684)
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
1 parent 31d6c69 commit 45429c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Resources/Private/Sass/inline_editing.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454

5555
.dropzones-enabled .t3-frontend-editing__dropzone {
5656
height: 25px;
57+
border: solid 1px white;
5758

5859
&.active {
5960
border: dashed 1px $gray;

Resources/Public/Css/inline_editing.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)