Closed (fixed)
Project:
Drupal core
Version:
10.1.x-dev
Component:
Claro theme
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 May 2023 at 06:51 UTC
Updated:
25 Jul 2023 at 08:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gauravvvv commentedI have attached a patch to fix the same. please review
Comment #3
smustgrave commentedNot seeing this issue on latest 10.0 or on 11.x.
Can we confirm the issue is happening on the latest dev branch.
Comment #4
gauravvvv commentedThis is happening on 10.1.x.
Comment #5
gauravvvv commentedThis is regression bug of #3316627: dropbuttons get weird white line when font size is changed and at at various zoom settings
Comment #6
amietpatial commented@smustgrav, yes, I can also see this issue on 10.1.0-dev attaching a screenshot for reference.
@Gauravvv applied your patch and it applied cleanly but still, I am able to see that white line on the place block.
Comment #7
Vidushi Mehta commentedAdded a rerolled patch as #2 was not applying on the latest code
Added before and after screenshots for the same
I've checked on 11.x this issue is showing there as well
Comment #9
dsandhya commentedAdded a patch which I removed right side border for "Place Block" button plz check and review
Comment #10
santosh_verma commentedI am reviewing the patch #9
Comment #11
santosh_verma commentedHello @smustgrave, I have tested the issue on both versions, 10.1 and 11.x, and issue persists in both of them. I have tried applying both patch #2 and patch #9, but both of them have failed to apply. From my evaluation, it seems that patch #2 is more useful. Therefore, I am re-rolling the patch #2 created on Drupal 11.x.
Before

After

Comment #12
santosh_verma commentedComment #13
smustgrave commentedConfirmed seeing what #11 is seeing when in the modal.
Patch #11 does resolve this.
Comment #15
Harish1688 commentedRandom failure, restoring the status.
Comment #16
lauriiiMinor clean-up: added the comment back and I'm using
borderproperty to avoid having to add an extra declaration.Comment #19
lauriiiCommitted abd27c4 and pushed to 11.x. Thanks! Also cherry-picked to 10.1.x.