You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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?
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>
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.