Chromium Code Reviews| Index: chrome/browser/resources/options/autofill_edit_overlay.css |
| diff --git a/chrome/browser/resources/options/autofill_edit_overlay.css b/chrome/browser/resources/options/autofill_edit_overlay.css |
| index 0c1f11656e6a26bcd8a837904dec7db31bf4de65..a8e7d970d82163059d011377e25a41b4147db246 100644 |
| --- a/chrome/browser/resources/options/autofill_edit_overlay.css |
| +++ b/chrome/browser/resources/options/autofill_edit_overlay.css |
| @@ -48,6 +48,17 @@ |
| line-height: 2em; |
| } |
| +#autofill-edit-address-overlay list:not([has-element-focus]) > |
| + [selected]:not(:hover) { |
| + background-color: white; |
|
Dan Beam
2015/01/22 22:38:55
don't use white, use `none` or `transparent`
Dan Beam
2015/01/22 22:38:55
i'm confused, are we overriding this rule?
https:/
bondd
2015/01/23 03:45:54
Done.
bondd
2015/01/23 03:45:54
We are overriding this rule:
https://code.google.c
|
| +} |
| + |
| +#autofill-edit-address-overlay list:not([has-element-focus]) > *:not(:hover) |
| + .row-delete-button { |
| + opacity: 0; |
| + pointer-events: none; |
| +} |
|
bondd
2015/01/14 03:18:48
Row delete button was also visible when gray backg
James Hawkins
2015/01/14 17:34:34
Please add a TODO to clean up the hack.
Dan Beam
2015/01/22 22:38:55
how is this a hack?
bondd
2015/01/23 03:45:54
It's a hack if you agree that the old list behavio
|
| + |
| :-webkit-any(#autofill-edit-credit-card-overlay, #autofill-edit-address-overlay) |
| .settings-row label > :-webkit-any(input, select, textarea, list) { |
| margin-top: 4px; |