This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-e9490713-bf07-49ac-9e3c-9b1830907984 XWIKI-23661 Open

Fix non semantic text in users.less

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-ae171577-0eee-4718-82f4-1276707756a0 Charpentier Lucas created this issue on 03/Nov/25 13:44
 
Summary: Fix non semantic text in users.less
Issue Type: cid:jira-generated-image-avatar-e9490713-bf07-49ac-9e3c-9b1830907984 Improvement
Affects Versions: 17.9.0
Assignee: Unassigned
Components: Flamingo Skin
Created: 03/Nov/25 13:44
Priority: cid:jira-generated-image-static-minor-18dbc5ff-7a51-4860-b293-585509135df5 Minor
Reporter: Charpentier Lucas
Description:

At the end of users.less , there's a couple rulesets for .user and .group classes. Those set the `content` value of the :after pseudo elements. I did not delve into it but using pseudo elements to display information is a bad practice. This is not related to our CSS rules but we might want to add it.

This CSS should probably be replaced with actual objects directly in the HTML.