Skip to content

Commit b2d3824

Browse files
authored
Remove class user-select: The copy button contains all the information and is the preferred method (#14944)
Co-authored-by: Daniel James Smith <[email protected]>
1 parent 97a591e commit b2d3824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/browser/src/tools/popup/settings/about-dialog/about-dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div bitDialogContent>
77
<p>&copy; Bitwarden Inc. 2015-{{ year }}</p>
88

9-
<div #version class="user-select">
9+
<div #version>
1010
<p>{{ "version" | i18n }}: {{ version$ | async }}</p>
1111
<p>SDK: {{ sdkVersion$ | async }}</p>
1212
<ng-container *ngIf="data$ | async as data">

0 commit comments

Comments
 (0)