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

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

Issue 10207009: [cros] Remove user button style fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/user_pod_row.css
diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
index d56301ed90a1121f78c63fbc88de53806b887266..aa18ec55dae424c666c0a92ae18a92ed7bce868c 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.css
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
@@ -182,7 +182,7 @@ html[dir=rtl] .pod .capslock-hint {
background: url('../../../../../ui/resources/close_bar.png') center center no-repeat;
background-color: rgba(255, 255, 255, 0.3);
border: 0;
- border-radius: 4px;
+ border-radius: 2px;
box-shadow: none;
height: 16px;
margin: 0;
@@ -196,7 +196,14 @@ html[dir=rtl] .pod .capslock-hint {
}
.pod .remove-user-button:focus,
-.pod:hover .remove-user-button {
+.user-image:hover ~ .remove-user-button {
+ opacity: 1;
+}
+
+.pod.focused .remove-user-button {
+ /* Track shifting of .user-image on pod focus. */
+ -webkit-transform: translateY(-1px);
+ -webkit-transition: -webkit-transform 140ms ease;
opacity: 1;
}
@@ -231,4 +238,5 @@ html[dir=rtl] .pod .capslock-hint {
.pod.focused .signed-in-indicator {
/* Track shifting of .user-image on pod focus. */
-webkit-transform: translateY(-1px);
+ -webkit-transition: -webkit-transform 140ms ease;
}
« 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