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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_buttons.html

Issue 2756863002: ChromeOS: Powerwash UI update (Closed)
Patch Set: Minor change: help link visibility Created 3 years, 9 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
Index: chrome/browser/resources/chromeos/login/oobe_buttons.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_buttons.html b/chrome/browser/resources/chromeos/login/oobe_buttons.html
index d398bbbab4e02d8fec295b4e4aa6460342ed2bc7..2dc7232bb4a0d23b0bf7cb22ccd43324f9af828c 100644
--- a/chrome/browser/resources/chromeos/login/oobe_buttons.html
+++ b/chrome/browser/resources/chromeos/login/oobe_buttons.html
@@ -36,8 +36,9 @@
Attributes:
'disabled' - button is disabled when the attribute is set.
- 'inverse' - makes text white and background blue
+ 'inverse' - makes text white and background blue.
'label-for-aria' - accessibility label.
+ 'border' - adds border to the button.
-->
<dom-module id="oobe-text-button">
<link rel="stylesheet" href="oobe_text_button.css">
@@ -53,7 +54,8 @@
}
</style>
<paper-button id="textButton" on-tap="onClick_" disabled="[[disabled]]"
- inverse$="[[inverse]]" aria-label$="[[labelForAria]]">
+ inverse$="[[inverse]]" aria-label$="[[labelForAria]]"
+ border$="[[border]]">
<div id="container"
class="flex layout horizontal center center-justified self-stretch">
<content></content>

Powered by Google App Engine
This is Rietveld 408576698