1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

style fixes for colorized passwords

This commit is contained in:
Kyle Spearrin
2018-12-08 13:48:30 -05:00
parent 4597390166
commit 865658734a
6 changed files with 36 additions and 30 deletions

View File

@@ -9,9 +9,8 @@
<div class="box-content condensed">
<div class="box-content-row box-content-row-flex" *ngFor="let h of history">
<div class="row-main">
<span class="text monospaced">
{{h.password}}
</span>
<div class="text password-wrapper monospaced"
[innerHTML]="h.password | colorPassword"></div>
<span class="detail">{{h.date | date:'medium'}}</span>
</div>
<div class="action-buttons">