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

Unified Diff: chrome/browser/resources/chromeos/login/header_bar.css

Issue 2610193002: Focus style for Add supervised user button (Closed)
Patch Set: Created 3 years, 11 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/chromeos/login/header_bar.css
diff --git a/chrome/browser/resources/chromeos/login/header_bar.css b/chrome/browser/resources/chromeos/login/header_bar.css
index cae70517097828ba2b8ddf0f83409f597f0d1272..419f441647dc6c1ba2703a51409db98caf326f33 100644
--- a/chrome/browser/resources/chromeos/login/header_bar.css
+++ b/chrome/browser/resources/chromeos/login/header_bar.css
@@ -66,7 +66,7 @@ html[screen=oobe] .login-header-bar-animate-slow {
background-color: white;
border: 1px solid lightgray;
border-radius: 2px;
- bottom: 15px;
+ bottom: 10px;
color: black !important;
Evan Stade 2017/01/04 23:43:17 side note: we try hard to avoid !important
Greg Levin 2017/01/05 18:25:54 Acknowledged (no idea why this was marked importan
display: block;
font-size: 13px;
@@ -79,6 +79,11 @@ html[screen=oobe] .login-header-bar-animate-slow {
width: 180px;
}
+#more-settings-header-bar-item.active button.add-supervised-user-menu:focus {
+ border: 2px solid var(--google-blue-500);
+ border-radius: 2px;
+}
+
html[dir=rtl] #more-settings-header-bar-item.active
button.add-supervised-user-menu {
right: 0;
Evan Stade 2017/01/04 23:43:17 I believe you could just move this rule into the n
Greg Levin 2017/01/05 18:25:54 Turns out this rule was only needed because "left:
« 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