mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[PM-269] remove no-hover from login items in browser tab (#5696)
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
{{ "typeLogins" | i18n }}
|
{{ "typeLogins" | i18n }}
|
||||||
<span class="flex-right">{{ loginCiphers.length }}</span>
|
<span class="flex-right">{{ loginCiphers.length }}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="box-content no-hover">
|
<div class="box-content">
|
||||||
<app-cipher-row
|
<app-cipher-row
|
||||||
*ngFor="let loginCipher of loginCiphers"
|
*ngFor="let loginCipher of loginCiphers"
|
||||||
[cipher]="loginCipher"
|
[cipher]="loginCipher"
|
||||||
|
|||||||
Reference in New Issue
Block a user