mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-16 21:03:22 +08:00
PM-21027-add-tooltip (#14564)
This commit is contained in:
parent
67b0a19319
commit
1fc5c206c3
@ -14,7 +14,7 @@ export function CipherInfo({ cipher, theme }: { cipher: NotificationCipherData;
|
||||
|
||||
return html`
|
||||
<div>
|
||||
<span class=${cipherInfoPrimaryTextStyles(theme)}>
|
||||
<span title=${name} class=${cipherInfoPrimaryTextStyles(theme)}>
|
||||
${[
|
||||
name,
|
||||
hasIndicatorIcons
|
||||
|
||||
Loading…
Reference in New Issue
Block a user