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:
committed by
GitHub
parent
97a591e738
commit
b2d38249ba
@@ -6,7 +6,7 @@
|
|||||||
<div bitDialogContent>
|
<div bitDialogContent>
|
||||||
<p>© Bitwarden Inc. 2015-{{ year }}</p>
|
<p>© 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">
|
||||||
|
|||||||
Reference in New Issue
Block a user