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

Unified Diff: ui/webui/resources/cr_elements/shared_vars_css.html

Issue 2169603002: MD WebUI: Move some settings CSS to shared_style_css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_521040_internet_cleanup_1
Patch Set: Rebase with hover removal changes Created 4 years, 5 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
« no previous file with comments | « ui/webui/resources/cr_elements/shared_style_css.html ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/shared_vars_css.html
diff --git a/ui/webui/resources/cr_elements/shared_vars_css.html b/ui/webui/resources/cr_elements/shared_vars_css.html
new file mode 100644
index 0000000000000000000000000000000000000000..dceff2a6f51ecad120ccdfab787e658b72069049
--- /dev/null
+++ b/ui/webui/resources/cr_elements/shared_vars_css.html
@@ -0,0 +1,12 @@
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
+
+<!-- Common css variables for Material Design WebUI. -->
+<style is="custom-style">
+ :root {
+ --cr-actionable: {
+ cursor: pointer;
+ };
+ --cr-focused-item-color: var(--google-grey-300);
+ --cr-separator-line: 1px solid rgba(0, 0, 0, 0.06);
+ }
+</style>
« no previous file with comments | « ui/webui/resources/cr_elements/shared_style_css.html ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698