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

Unified Diff: chrome/browser/resources/user_manager/control_bar.css

Issue 373163002: Fix the hover/focus CSS for the buttons in the desktop User Manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « 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/user_manager/control_bar.css
diff --git a/chrome/browser/resources/user_manager/control_bar.css b/chrome/browser/resources/user_manager/control_bar.css
index 7b217bc1ae7bf78643d25124a09230194d4d08ad..16ceaf279335ade88ca71b2a46c61cd91e41a1ab 100644
--- a/chrome/browser/resources/user_manager/control_bar.css
+++ b/chrome/browser/resources/user_manager/control_bar.css
@@ -62,6 +62,17 @@ html[dir=rtl] #login-header-bar #guest-user-button {
box-shadow: none;
cursor: pointer;
font-size: 12px;
+ opacity: 0.8;
+}
+
+#login-header-bar button:active,
+#login-header-bar button:focus,
+#login-header-bar button:hover {
+ opacity: 1;
+}
+
+#login-header-bar button:focus {
+ text-decoration: underline;
}
#logo {
« 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