There are 2 updates, 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-0a376c8d-0a3e-42b2-868f-9a88c767f51c XWIKI-22675 Open

Extra line below facet items

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-17a11697-ec9a-42e5-bf32-561fdd135263 Changes by Charpentier Lucas on 12/Dec/24 14:11
 
Assignee: Charpentier Lucas
Labels: bugfixingday consistency usability
 
 

2 comments

 
cid:jira-generated-image-avatar-17a11697-ec9a-42e5-bf32-561fdd135263 Charpentier Lucas on 12/Dec/24 14:05
 
To make sure where these lines are comming from, I edited values live.
!Screenshot from 2024-12-12 13-53-54.png|thumbnail!

After a bit more testing, it appears that it was the sole reason for using an `::after` pseudo element.

Removing the style for this pseudo element should be pretty safe, since it's not an element and shouldn't be even able to be found with an xpath in tests.


This was positioned absolutely, so removing it doesn't have an impact on the layout (except maybe a couple vertical pixels).
 
cid:jira-generated-image-avatar-17a11697-ec9a-42e5-bf32-561fdd135263 Charpentier Lucas on 12/Dec/24 14:11
 

Started a PR at https://github.com/xwiki/xwiki-platform/pull/3759