Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2555)

Unified Diff: chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html

Issue 2848483002: md settings: Move setup pin error message. (Closed)
Patch Set: Fix patch set 2 errors. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/icons.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
diff --git a/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html b/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
index 703a1617eab251dff3dc9ba965887ded5e60b5d5..754ce7e2f21ac20c23d47a7863f0b5e381acd091 100644
--- a/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
+++ b/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
@@ -44,6 +44,10 @@
width: 180px;
}
+ :host([has-error]) #pinInput {
+ --paper-input-container-focus-color: var(--paper-red-500);
+ }
+
#root {
direction: ltr;
display: flex;
@@ -182,6 +186,7 @@
hidden="[[!showPinInput_]]">
</paper-input>
</div>
+ <content select="[problem]"></content>
<div class="separator" hidden="[[showPinInput_]]"></div>
<div class="row keyboard">
<paper-button class="digit-button" on-tap="onNumberTap_" value="1"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698