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