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

Unified Diff: chrome/browser/resources/options2/options_page.css

Issue 9696056: make passwords overlay not jiggle when you click a row (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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
Index: chrome/browser/resources/options2/options_page.css
diff --git a/chrome/browser/resources/options2/options_page.css b/chrome/browser/resources/options2/options_page.css
index b1fd01cb5f553341b3ad6a0485e336aed19b0574..baaa122cd2aebc6dfef06ebb6524c1bde512ca23 100644
--- a/chrome/browser/resources/options2/options_page.css
+++ b/chrome/browser/resources/options2/options_page.css
@@ -323,7 +323,7 @@ list .deletable-item > :first-child {
display: -webkit-box;
}
-list .close-button {
+list .row-delete-button {
-webkit-transition: 150ms opacity;
background-color: transparent;
/* TODO(stuartmorgan): Replace with real images once they are available. */
@@ -335,20 +335,20 @@ list .close-button {
width: 16px;
}
-list > *:not(:hover):not([lead]) .close-button,
-list > *:not(:hover):not([selected]) .close-button,
-list:not([hasElementFocus]) > *:not(:hover) .close-button,
-list[disabled] .close-button,
-list .close-button[disabled] {
+list > *:not(:hover):not([lead]) .row-delete-button,
+list > *:not(:hover):not([selected]) .row-delete-button,
+list:not([hasElementFocus]) > *:not(:hover) .row-delete-button,
+list[disabled] .row-delete-button,
+list .row-delete-button[disabled] {
opacity: 0;
pointer-events: none;
}
-list .close-button:hover {
+list .row-delete-button:hover {
background-image: url('../../../../ui/resources/close_bar_h.png');
}
-list .close-button:active {
+list .row-delete-button:active {
background-image: url('../../../../ui/resources/close_bar_p.png');
}
« no previous file with comments | « chrome/browser/resources/options2/deletable_item_list.js ('k') | chrome/browser/resources/options2/password_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698