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

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

Issue 2373713004: Fix style issues with MD accessibility page (Closed)
Patch Set: Got rid of redundant -webkit-any Created 4 years, 3 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/a11y_page/manage_a11y_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 a3974fb0383eb454898c9e440a7783f7a5fa8a82..35039d9fc5b20626d9f2c2aa3daa403110e5f6ea 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -102,7 +102,8 @@
[is='action-link']:hover,
[is='action-link']:visited,
.primary-button,
- .tertiary-button {
+ .tertiary-button,
+ a[href] {
color: var(--google-blue-700);
}
@@ -113,6 +114,7 @@
};
}
+ a[href],
[is='action-link']:hover {
text-decoration: none;
}
« no previous file with comments | « chrome/browser/resources/settings/a11y_page/manage_a11y_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698