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

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

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: use a more generic inherit-color class 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 0db7f2db557a0a30fcdde8f7801969c87e48b8b4..330a4b5269ac3773952dd098424785e137e32359 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -77,6 +77,11 @@
text-decoration: none;
}
+ /* For elements that are simple outlinks but dont look like anchors. */
+ .inherit-color {
+ color: inherit !important;
scottchen 2017/04/21 20:07:04 Needs the !important, since other (more specific)
+ }
+
/* 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