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

Unified Diff: chrome/browser/resources/settings/site_settings_page/site_settings_page.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/site_settings_page/site_settings_page.html
diff --git a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
index e808bc1ac7785e249af0a5b3c27f28ccf38b0d31..94a485b3e066c333328df6aac0080d55d6a4da16 100644
--- a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
+++ b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
@@ -9,6 +9,9 @@
<dom-module id="settings-site-settings-page">
<template>
<style include="settings-shared">
+ .settings-box[category] {
+ @apply(--settings-actionable);
+ }
</style>
<div class="settings-box first" category$="[[ALL_SITES]]"
on-tap="onTapCategory">

Powered by Google App Engine
This is Rietveld 408576698