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

Unified Diff: chrome/browser/resources/settings/settings_root_css.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_root_css.html
diff --git a/chrome/browser/resources/settings/settings_root_css.html b/chrome/browser/resources/settings/settings_root_css.html
index 42e08ec2e46e11986a0e596b112bd11d907dd1bd..533ce3fe08d76d9c7bc116269bd48de7fda4fff0 100644
--- a/chrome/browser/resources/settings/settings_root_css.html
+++ b/chrome/browser/resources/settings/settings_root_css.html
@@ -45,5 +45,9 @@
--settings-title-bar-background-color: var(--google-blue-700);
--settings-title-bar-color: rgb(255, 255, 255);
--settings-title-search-color: rgb(192, 199, 205);
+
+ --settings-actionable: {
+ cursor: pointer;
+ };
}
</style>

Powered by Google App Engine
This is Rietveld 408576698