Skip to content

Commit

Permalink
fix: icon and text color of hint text
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeppner-dataport committed Oct 23, 2024
1 parent 913664e commit 6e4e0d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions 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 All @@ -312,11 +311,6 @@
margin: 0;
}

.alert-link {
font-weight: $alert-link-font-weight;
color: darken(#424242, 10%);
}

.externalLink:after {
display: none !important;
}
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 6e4e0d7

Please sign in to comment.