diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js index 5b6966eb5..df8767b82 100644 --- a/js/gdm/authPrompt.js +++ b/js/gdm/authPrompt.js @@ -200,7 +200,7 @@ var AuthPrompt = GObject.registerClass({ this._mainBox.replace_child(this._entry, this._textEntry); this._entry = this._textEntry; } - this._capsLockWarningLabel.visible = secret; + this._capsLockWarningLabel.opacity = secret ? 0 : 255; } _onAskQuestion(verifier, serviceName, question, secret) {