| 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');
|
| }
|
|
|
|
|