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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css

Issue 642313002: Implemented UI for the meetings controller out-of-box. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_point
Patch Set: Empty line removed. Created 6 years, 2 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_screen_host_pairing.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
index e14c84127d4cf82c2693f3bbf3f5a075e5880e21..5be31f2f3e49a76affe9eaf77024db556f4103cd 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* TODO(dzhioev): support RTL. */
+/* TODO(dzhioev): support RTL. http://crbug.com/423354 */
:host {
-webkit-user-select: none;
@@ -11,6 +11,7 @@
color: white;
display: block;
font-family: 'Roboto';
+ font-weight: 300;
height: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698