Skip to content

Commit

Permalink
style(snackbar): Improve link colors and remove link to forum.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen committed Feb 21, 2025
1 parent 1c0b6b1 commit 68018b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/updatealert/updatealert.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div matSnackBarLabel>
<div class="snackbar" matSnackBarLabel>
<p>
An update of the application is available, and you may reload the app now to use the latest version.
</p>
Expand All @@ -7,9 +7,7 @@
<span *ngIf="data.available.appData.build_time; let build_time">
built on {{ build_time }},
</span> <br>
and the changes can be seen in the Runbox 7 changelog
<a href="/app/changelog?since={{ data.current.appData.build_epoch }}">here</a>.<br />
To provide feedback on Runbox 7 features, please visit our <a href="https://community.runbox.com/c/runbox-7/runbox-7-webmail/10" target="forum">community forum</a>.
and the changes can be seen in the <a href="/app/changelog?since={{ data.current.appData.build_epoch }}">Runbox 7 changelog</a>.<br />
</p>
</div>
<div style="display: flex" matSnackBarActions>
Expand Down
11 changes: 11 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,17 @@ mat-grid-tile.tableTitle {
justify-content: center;
}

/* Snackbar */

.snackbar {
a {
color: #fff !important;
}
}

.mat-button-wrapper {
color: mat.get-color-from-palette($rmm-default-foreground) !important;
}

/*** Login screen ***/

Expand Down

0 comments on commit 68018b1

Please sign in to comment.