Set text security on line elements only

This ensures the disc does not appear when the field is empty
This commit is contained in:
Jessica Lord & Kevin Sawicki
2013-08-12 15:44:57 -07:00
parent 475fefa2fd
commit 8d180dd767

View File

@@ -1,6 +1,7 @@
.sign-in-view {
width: 350px;
margin-left: -175px;
input, button, .alert {
margin-bottom: 10px;
}
@@ -13,7 +14,8 @@
content: 'Sign in failed. ';
font-weight: bold;
}
.password {
.password .line span {
-webkit-text-security: disc;
}
}