Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ui/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ <h1 class="main-heading">Testrun</h1>
#settingsDrawer
mode="over"
position="end"
autoFocus="#setting-panel-close-button"
class="settings-drawer">
<app-general-settings
#settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2>Welcome to Testrun!</h2>
href="https://policies.google.com/technologies/partner-sites"
target="_blank"
class="message-link"
aria-label="Terms of service here"
aria-label="here on Google Privacy & Terms page"
>here</a
>.
</app-callout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h2 class="settings-drawer-header-title">System settings</h2>
<button
(click)="closeSetting(EventType.Close)"
aria-label="close"
id="setting-panel-close-button"
class="settings-drawer-header-button"
mat-button>
<mat-icon class="close-button-icon" svgIcon="close"></mat-icon>
Expand Down