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

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

Issue 1725183002: MD Settings: fix "Add search engine" link regression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dpapad-patch
Patch Set: label Created 4 years, 10 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
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engines_page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7dda724f1f57150db463036da9dfd0734ae872d6..b0a3e726f6ae031a13723e3eb62123d21e4104c5 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -41,9 +41,24 @@
-webkit-margin-start: 4px;
}
+ [is='action-link'],
+ [is='action-link']:active,
+ [is='action-link']:hover,
+ [is='action-link']:visited,
+ paper-button.primary-button {
+ /* TODO(dbeam): change all other colors in this file into --google or
+ * --paper where applicable. */
+ color: var(--google-blue-700);
+ }
+
+ [is='action-link']:hover {
+ /* TODO(dbeam): check with bettes@ on this one, but I'm pretty sure we
+ * shouldn't be showing much :hover stuff on Polymer pages. */
+ text-decoration: none;
+ }
+
paper-button.primary-button {
--paper-button: {
- color: rgb(66, 133, 244);
font-weight: 500;
text-align: start;
};
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engines_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698