diff options
| author | 2021-01-13 14:34:45 -0500 | |
|---|---|---|
| committer | 2021-01-13 20:34:45 +0100 | |
| commit | e3457f7d7b56509048e3c1f53f05f278656e976c (patch) | |
| tree | f9bd9fb43436e7958b70bc0a91e0431afd480f17 /p/themes/base-theme/template.css | |
| parent | b43b94dff8b2d7e8f052907f2459d2ad54b5cb68 (diff) | |
Add drag & drop marker on user query list (#3355)
Before, it was nearly impossible to know exactly where the dragged
item will land when dropping it.
Now, there is a visual marker to show the drop location.
An HR tag is inserted dynamically in the DOM. It's possible to style
it if needed.
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 5f5ce7b63..3ed28d3c1 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -1423,3 +1423,7 @@ input:checked + .slide-container .properties { .preview_background { background-color: transparent; } + +.drag-drop-marker { + margin: -1px; +} |
