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

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

Issue 2610193002: Focus style for Add supervised user button (Closed)
Patch Set: Clean code, remove button offset 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..e752ba4ca3f42237f99dd9193f8343b660a6320b 100644
--- a/chrome/browser/resources/chromeos/login/header_bar.css
+++ b/chrome/browser/resources/chromeos/login/header_bar.css
@@ -66,22 +66,20 @@ html[screen=oobe] .login-header-bar-animate-slow {
background-color: white;
border: 1px solid lightgray;
border-radius: 2px;
- bottom: 15px;
+ bottom: 0;
color: black !important;
display: block;
font-size: 13px;
height: auto;
- left: 15px;
- margin: 0 0 -10px -10px;
min-height: 34px;
position: absolute;
text-align: center;
width: 180px;
}
-html[dir=rtl] #more-settings-header-bar-item.active
- button.add-supervised-user-menu {
- right: 0;
+#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] .header-bar-item {
« 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