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

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

Issue 2528803002: MD Settings: Internet: Add/fix remaining policy items (Closed)
Patch Set: Rebase Created 4 years 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/policy/cr_policy_network_indicator.js ('k') | no next file » | 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
index e583bca082e1b1c40f1cc12b32c42d0c51b9a0cc..8c63992e9e96750db8db656e7dfd2643debddadc 100644
--- a/ui/webui/resources/cr_elements/shared_vars_css.html
+++ b/ui/webui/resources/cr_elements/shared_vars_css.html
@@ -7,6 +7,8 @@
cursor: pointer;
};
--cr-focused-item-color: var(--google-grey-300);
+ /* Same padding as paper-icon-button. */
+ --cr-icon-padding: 8px;
--cr-selectable-focus: {
background-color: var(--cr-focused-item-color);
outline: none;
« no previous file with comments | « ui/webui/resources/cr_elements/policy/cr_policy_network_indicator.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698