| Index: chrome/browser/resources/settings/settings_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
|
| index fc958c5665d8dbd9e8b3872889382f7d9baad085..721823e59a4af5c4d19f8f685a8255c54a428ab5 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -20,11 +20,11 @@
|
| transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
|
| }
|
|
|
| - [actionable] button[is="paper-icon-button-light"].subpage-arrow {
|
| + [actionable] button[is='paper-icon-button-light'].subpage-arrow {
|
| background-image: url(images/arrow_right.svg);
|
| }
|
|
|
| - [actionable] button[is="paper-icon-button-light"].icon-external {
|
| + [actionable] button[is='paper-icon-button-light'].icon-external {
|
| background-image: url(images/open_in_new.svg);
|
| }
|
|
|
|
|