Problem/Motivation
The merged changes from Issue #3453956 result in the table drag handle being misaligned when it is collapsed or while editing. I think some other css changes from the last release make those changes obsolete.
It's not aligned with the text anymore. The focus does also not look correct.
Paragraphs 1.17:
Paragraphs 1.18:
Focus in 1.18:
I tested it with Drupal 10.3.1/10.3.2 and Paragraph 1.18. Claro is used as the backend theme.
Proposed resolution
Revert the changes from the related issue.
Issue fork paragraphs-3467124
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
lmoeniComment #4
lmoeniComment #5
lmoeniComment #6
yevko commentedTested and works well!
For 10.3.2 as well
Comment #7
neclimdulThis also fixed the tabledrag in 10.3 for us as well.
It seems to revert the previous issue but I thought the centering was an improvement so that's fine with me.
Comment #8
lobodakyrylo commentedIt doesn't work for 10.4 and the Claro theme because of this element:
Comment #9
lobodakyrylo commentedComment #10
lobodakyrylo commentedI don't know what's the purpose of that .handle element, but I temporary hid it and this patch works for me.
Comment #13
neclimdullgtm. new MR is essentially a rebase of the older MR so all good.
Comment #14
idebr commentedComment #17
berdirMerging. Looks like the change from #10 is not included, maybe that's in combination with something else or a different widget or something? Please create a separate issue.