Remove the user profile info button

kfraaken
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 22, 2023

Upgraded to 9.4.2 and any user field now has an info button instead of hovering over the user to view profile information. The UI looks more cluttered especially in dashboard views with this change. The change was also not mentioned in any of the upgrade notes.

 

Is there a setting that can be changed to remove/revert the behaviour to be hover over?

image.png

2 answers

1 accepted

1 vote
Answer accepted
kfraaken
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 22, 2023

There is a feature request for giving the option to remove the button. At this time there is no official method of removing the icon. 

https://jira.atlassian.com/browse/JSDSERVER-12173

I was advised that adding the following to the announcement banner may remove the icon but the workaround has not been thoroughly tested.

<style type="text/css"> 2.aui-button .aui-icon { 3display: none; 4}</style>
klaus zerwes
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 25, 2023

my 5 penny solution

<style type="text/css">
.aui-button .aui-icon .aui-button-link, .aui-button-text {
--aui-btn-text: rgb(0, 85, 204, 0.4);
}
</style>
0 votes
Lance Lewis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 14, 2024

If anyone stumbles upon this post, putting the below CSS into the announcement banner appears to remove the icon, keyword is the appearance of it. 

<style type="text/css">
.aui-icon:before {
     font-size: 0%;
}
</style>

Suggest an answer

Log in or Sign up to answer