1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-25 10:25:36 +02:00

[PM-269] remove no-hover from login items in browser tab (#5696)

This commit is contained in:
Jason Ng 2023-06-29 12:44:36 -04:00 committed by GitHub
parent 3b1860b9ee
commit 3abb1c9a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@
{{ "typeLogins" | i18n }}
<span class="flex-right">{{ loginCiphers.length }}</span>
</h2>
<div class="box-content no-hover">
<div class="box-content">
<app-cipher-row
*ngFor="let loginCipher of loginCiphers"
[cipher]="loginCipher"