1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

Remove class user-select: The copy button contains all the information and is the preferred method (#14944)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2025-05-27 16:14:36 +02:00
committed by GitHub
parent 97a591e738
commit b2d38249ba

View File

@@ -6,7 +6,7 @@
<div bitDialogContent> <div bitDialogContent>
<p>&copy; Bitwarden Inc. 2015-{{ year }}</p> <p>&copy; Bitwarden Inc. 2015-{{ year }}</p>
<div #version class="user-select"> <div #version>
<p>{{ "version" | i18n }}: {{ version$ | async }}</p> <p>{{ "version" | i18n }}: {{ version$ | async }}</p>
<p>SDK: {{ sdkVersion$ | async }}</p> <p>SDK: {{ sdkVersion$ | async }}</p>
<ng-container *ngIf="data$ | async as data"> <ng-container *ngIf="data$ | async as data">