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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2556253007: MD Settings: Fix internet focus and styling (Closed)
Patch Set: Restore cr:settings Created 4 years 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/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 9c9f57f74f21c74beed5f47c8e85f8f67b395da8..bd3b62ddf4b8d6a09ddfb4ed199859a19dfdff3f 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -26,24 +26,6 @@
transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
}
- button[is='paper-icon-button-light'].subpage-arrow {
- background-image: url(images/arrow_right.svg);
- }
-
- button[is='paper-icon-button-light'].icon-external {
- background-image: url(images/open_in_new.svg);
- }
-
- .subpage-arrow,
- .icon-external {
- display: none;
- }
-
- [actionable] :-webkit-any(.subpage-arrow, .icon-external),
- [actionable]:-webkit-any(.subpage-arrow, .icon-external) {
- display: block;
- }
-
:host-context([dir=rtl]) paper-icon-button[icon='settings:arrow-back'] {
transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
}

Powered by Google App Engine
This is Rietveld 408576698