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

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

Issue 2956953002: MD Settings: Tweak selected avatar border in selection grid. (Closed)
Patch Set: Remove unused variable Created 3 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
« no previous file with comments | « no previous file | 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/cr_profile_avatar_selector/cr_profile_avatar_selector.html
diff --git a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html
index 3c3747bb74afe059945743f3b63fbe611d9c8585..9c37afe550141568dfb2a60ce1b4d94eb70b944d 100644
--- a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html
+++ b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.html
@@ -37,9 +37,7 @@
}
#avatar-grid .avatar.iron-selected {
- border: 1px solid var(--google-blue-500);
-
- @apply(--avatar-selector-avatar-selected);
dpapad 2017/06/26 18:59:32 Looked for usages of this mixin and did not find a
dschuyler 2017/06/26 22:39:12 Please make a note in the CL description like (Re
dpapad 2017/06/26 22:52:43 Done.
+ border: 2px solid var(--google-blue-500);
}
</style>
<cr-profile-avatar-selector-grid id="avatar-grid"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698