mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
PM-21027-add-tooltip (#14564)
This commit is contained in:
@@ -14,7 +14,7 @@ export function CipherInfo({ cipher, theme }: { cipher: NotificationCipherData;
|
|||||||
|
|
||||||
return html`
|
return html`
|
||||||
<div>
|
<div>
|
||||||
<span class=${cipherInfoPrimaryTextStyles(theme)}>
|
<span title=${name} class=${cipherInfoPrimaryTextStyles(theme)}>
|
||||||
${[
|
${[
|
||||||
name,
|
name,
|
||||||
hasIndicatorIcons
|
hasIndicatorIcons
|
||||||
|
|||||||
Reference in New Issue
Block a user