How to Hide the Favorite Icon for All Actions Across the Instance
Is there a way to hide the favorite (star) icon for all actions across both the Studio and Portal interfaces in Decisions for all users?
Comments
-
While Decisions does not provide a built-in feature to hide the favorite icon globally, this can be accomplished using a custom CSS override. This solution helps prevent end users from unintentionally adding actions to favorites for all users.
To hide the favorite icon across the instance, follow these steps:
- Create a CSS file and add the following snippet:
.dp-actions-favorite-button { display: none; }
- Upload the CSS file under: System > Designers > CSS
- Set the uploaded CSS file as the default.
📌 Note: This is a sample CSS snippet. You may need to inspect elements using your browser's Developer Tools and adjust the selector if your UI styling differs.
Relevant Documentation:
Howdy, Stranger!
Categories
- 4.3K All Categories
- 74 General
- 13 Training
- 207 Installation / Setup
- 1.1K Flows
- 110 Rules
- 270 Administration
- 212 Portal
- 496 General Q & A
- 709 Forms
- 344 Reports
- 3 Designer Extensions
- 48 Example Flows
- 57 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 185 Pages
- 5 Process Mining
- New Features
- 186 Datastructures
- 70 Repository
- 229 Integrations
- 28 Multi-Tenant
- 27 SDK
- 81 Modules
- 58 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 143 Lunch And Learn Questions