1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

Hide password input when using key connector (#1169)

This commit is contained in:
Oscar Hinton
2021-11-22 18:37:28 +01:00
committed by GitHub
parent 25b915cf26
commit b607a4ed08
4 changed files with 15 additions and 13 deletions

View File

@@ -96,6 +96,10 @@ p.lead {
white-space: pre-wrap;
}
.font-weight-bold {
font-weight: bold;
}
.sr-only {
position: absolute !important;
width: 1px !important;