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

Unified Diff: chrome/browser/resources/settings/settings_main/settings_main.html

Issue 2094813002: MD Settings: make custom UIs look "actionable" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dpapad@ review Created 4 years, 6 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/settings/settings_main/settings_main.html
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.html b/chrome/browser/resources/settings/settings_main/settings_main.html
index 97cc6c9117d76e0d173a00d825a0e95d69cce3df..dfeb94f5a941282eff64d48c58730a8d1e484617 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -5,11 +5,13 @@
<link rel="import" href="/advanced_page/advanced_page.html">
<link rel="import" href="/basic_page/basic_page.html">
<link rel="import" href="/settings_page/main_page_behavior.html">
+<link rel="import" href="/settings_root_css.html">
<dom-module id="settings-main">
<template>
<style>
#advancedToggle {
+ @apply(--settings-actionable);
align-items: center;
display: flex;
margin-bottom: 24px;

Powered by Google App Engine
This is Rietveld 408576698