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

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

Issue 2373713004: Fix style issues with MD accessibility page (Closed)
Patch Set: Use style rule for links rather than action-link 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
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..4c3083d530f9788e5e84d2f3354c1c588113ef40 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -102,10 +102,15 @@
[is='action-link']:hover,
[is='action-link']:visited,
.primary-button,
- .tertiary-button {
+ .tertiary-button,
+ a[href] {
color: var(--google-blue-700);
}
+ a[href] {
+ text-decoration: none;
+ }
+
.primary-button,
.tertiary-button {
--paper-button-flat-keyboard-focus: {

Powered by Google App Engine
This is Rietveld 408576698