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

Unified Diff: chrome/browser/resources/md_user_manager/create_profile.html

Issue 1995933003: MD User Manager: Hover and Focus states for the custodian accounts dropdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment Created 4 years, 7 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: chrome/browser/resources/md_user_manager/create_profile.html
diff --git a/chrome/browser/resources/md_user_manager/create_profile.html b/chrome/browser/resources/md_user_manager/create_profile.html
index efe64cbd19ccf35ac70085493f0b514e575819eb..5f6c786630f14545b506ba45590f3953499f801e 100644
--- a/chrome/browser/resources/md_user_manager/create_profile.html
+++ b/chrome/browser/resources/md_user_manager/create_profile.html
@@ -126,8 +126,18 @@
--paper-item-selected: {
font-weight: normal;
};
+ --paper-item-focused: {
+ background: rgba(0, 0, 0, .12);
+ };
+ --paper-item-focused-before: {
+ background: none;
+ };
}
+ #supervised-user-container paper-listbox paper-item:hover {
+ background: rgba(0, 0, 0, .12);
+ };
+
#supervised-user-container #import-user {
-webkit-margin-start: 16px;
}
« 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