Skip to content

Commit

Permalink
BC-8292 - fix hint colors (#3532)
Browse files Browse the repository at this point in the history
* fix: icon and text color of hint text

---------

Co-authored-by: NFriedo <[email protected]>
  • Loading branch information
hoeppner-dataport and NFriedo authored Oct 23, 2024
1 parent abfcb9b commit 86383ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion static/styles/dashboard/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@

.dashboard-notification {
display: flex;
color: #424242;
border: solid $secondaryColor;
border-radius: 4px;
border-width: 8px 1px 1px;
Expand Down
2 changes: 1 addition & 1 deletion views/dashboard/dashboard.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{{#ifneq (getConfig "DASHBOARD_ANNOUNCEMENT_ROLES") ""}}
{{#if (userHasRoleFromArray (getConfig "DASHBOARD_ANNOUNCEMENT_ROLES") ../currentUser)}}
<div class="alert dashboard-notification" role="alert">
<i class="fa fa-fw fa-lightbulb-o fa-lg" style="margin: 6px 0.5rem 0 0.5rem; color: #38677A" aria-hidden="true"></i><p class="dashboard-notification-text">{{{$t (getConfig "DASHBOARD_ANNOUNCEMENT_TEXT") }}}</p>
<i class="fa fa-fw fa-lightbulb-o fa-lg" style="margin: 6px 0.5rem 0 0.5rem" aria-hidden="true"></i><p class="dashboard-notification-text">{{{$t (getConfig "DASHBOARD_ANNOUNCEMENT_TEXT") }}}</p>
</div>
{{/if}}
{{/ifneq}}
Expand Down

0 comments on commit 86383ca

Please sign in to comment.