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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html ">
2
3 <!-- Common css variables for Material Design WebUI. -->
4 <style is="custom-style">
5 :root {
6 --cr-actionable: {
7 cursor: pointer;
8 };
9 --cr-focused-item-color: var(--google-grey-300);
10 --cr-separator-line: 1px solid rgba(0, 0, 0, 0.06);
11 }
12 </style>
OLDNEW
« 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