Hendrikbuisker2

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-04-18
13:25
329 views
Hide "Help Desk" Life-Ring Button in Userapp
Hello everyone,
I want to disable all Help Desk Features from the Userapp, since all questions are handled in a seperate ticketing tool. Is it possible to disable the "fa-life-ring" Button that appears when I hover over a requested role? If yes, how?
Best regards,
Hendrik
I want to disable all Help Desk Features from the Userapp, since all questions are handled in a seperate ticketing tool. Is it possible to disable the "fa-life-ring" Button that appears when I hover over a requested role? If yes, how?
Best regards,
Hendrik
2 Replies


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-04-18
14:32
Hendrikbuisker2 <Hendrikbuisker2@no-mx.forums.microfocus.com> wrote:
>
Hello everyone,
>
> I want to disable all Help Desk Features from the Userapp, since all
questions are handled in a seperate ticketing tool. Is it possible to
disable the "fa-life-ring" Button that appears when I hover over a
requested role? If yes, how?
>
>
Apply a custom branding to your IDM apps environment that includes CSS to
hide this item.
>
Hello everyone,
>
> I want to disable all Help Desk Features from the Userapp, since all
questions are handled in a seperate ticketing tool. Is it possible to
disable the "fa-life-ring" Button that appears when I hover over a
requested role? If yes, how?
>
>
Apply a custom branding to your IDM apps environment that includes CSS to
hide this item.
Alex McHugh - Knowledge Partner - Stavanger, Norway
Who are the Knowledge Partners
If you appreciate my comments, please click the Like button.
If I have resolved your issue, please click the Accept as Solution button.
Who are the Knowledge Partners
If you appreciate my comments, please click the Like button.
If I have resolved your issue, please click the Accept as Solution button.
Hendrikbuisker2

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-04-18
15:55
thx, that was the solution. I added:
.table-hover tbody tr:hover td .help-desk-support {
visibility: hidden !important;
}
Now, even when table element is hovered, the element is forced to be hidden.
BR
Hendrik
.table-hover tbody tr:hover td .help-desk-support {
visibility: hidden !important;
}
Now, even when table element is hovered, the element is forced to be hidden.
BR
Hendrik