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

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

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: replace more, add target blank Created 3 years, 8 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/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 aa9e0ae1ace9b2055bc84886ae02c13b04277ef4..2debced03017687ef9209d3fc0ea286671afd903 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -73,6 +73,11 @@
text-decoration: none;
}
+ a[href][tabindex='-1'] {
+ color: var(--paper-grey-900);
+ outline: none;
+ }
+
/* There are three main button styles, .primary-button, .secondary-button,
* and .tertiary-button. The primary is the action button (e.g. "edit",
* "delete") while the secondary is often a "Cancel" button. A tertiary

Powered by Google App Engine
This is Rietveld 408576698