| 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 7ed9b51c45170603933a1f1ab9f0da0c8fe466af..a3ff836ad0e8bef63b714fe2fbacb119cbb913ed 100644
|
| --- a/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
|
| +++ b/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html
|
| @@ -76,30 +76,12 @@
|
| opacity: var(--dark-primary-opacity);
|
| }
|
|
|
| - .digit-button.backspace-button[disabled] {
|
| + .digit-button.backspace-button:not([has-content]) {
|
| color: #000;
|
| opacity: 0.26;
|
| padding: 14px;
|
| }
|
|
|
| - .digit-button.submit-button {
|
| - color: var(--google-blue-500);
|
| - height: 43px;
|
| - left: 137px;
|
| - margin: 0;
|
| - min-height: 43px;
|
| - min-width: 43px;
|
| - opacity: var(--light-primary-opacity);
|
| - padding: 11.5px 10px;
|
| - position: absolute;
|
| - width: 43px;
|
| - }
|
| -
|
| - .digit-button.submit-button[disabled] {
|
| - color: #000;
|
| - opacity: 0.26;
|
| - }
|
| -
|
| .digit-button inner-text {
|
| color: var(--paper-blue-grey-700);
|
| display: flex;
|
| @@ -215,7 +197,7 @@
|
| <inner-text>$i18n{pinKeyboard0}</inner-text>
|
| </paper-button>
|
| <paper-icon-button class="digit-button backspace-button"
|
| - disabled="[[!hasInput_(value)]]"
|
| + has-content$="[[hasInput_(value)]]"
|
| icon="pin-keyboard:backspace"
|
| on-pointerdown="onBackspacePointerDown_"
|
| on-pointerout="onBackspacePointerOut_"
|
|
|