WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.2K

(post is archived)

[–] 0 pt (edited )

IMO better UI behavior would involve only the color change and not any movement of actual content; which is a bit jarring.

you can accomplish this by instead using the outline CSS property instead of border. or make the content in question always have a border that is same color as the backdrop but that changes on hover). and finally, another tek is to make the parent div of said content position:relative and then use a secondary child div of said parent and have that your color'ed effect; set to position:absolute and position it to where you want it ie- left and width of 5px or whatever with background color. oh and it will need a z-index so it positions above said content.

[–] 0 pt
[–] 0 pt

ok thx for reply but no its not fixed for me - i hard refreshed with devtools open. unless you intend for comments to shift by x pixels on hover. Which is jarring; content should not 'move' or shift horizontally when hovering over it.

[–] 0 pt

Are you using incognito or private mode? These modes don't actually flush the caches until you close the tab and log back in.