There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-12c582f1-98a2-4fe6-80e2-b5d73c865645 XWIKI-22983 Open

Focus highlight is not sufficient on topbar notifications button

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-ae6954d6-3653-4db5-8aac-ac9fab1c252d Charpentier Lucas on 30/Jul/25 10:27
 

This is because of the bootstrap class styles that are not aligned with what we want:
https://github.com/xwiki/xwiki-platform/blob/da40079fdb99261269f8724f74f93f06da357116/xwiki-platform-core/xwiki-platform-bootstrap/src/main/less/dropdowns.less#L24-L27

There are two solutions:

The second one is probably the cleaner long term, but it could create complications because this class is used in quite a few places in XWiki.
___
I'll go for a compromise: option 1 but add a comment on the default code. The comment will point out that we already hard-code an override to this in two places, next time we have trouble with it we probably want to change it smile.png