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

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

Issue 2552163003: [MD WebUI] Fix sidebar selected color. (Closed)
Patch Set: Created 4 years 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/md_extensions/sidebar.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_menu/settings_menu.html
diff --git a/chrome/browser/resources/settings/settings_menu/settings_menu.html b/chrome/browser/resources/settings/settings_menu/settings_menu.html
index c53e02bcf9c72cc4eb73d669ad8f59872027374d..ab0864f8c317e534870097a96b8bdc3487ae7680 100644
--- a/chrome/browser/resources/settings/settings_menu/settings_menu.html
+++ b/chrome/browser/resources/settings/settings_menu/settings_menu.html
@@ -13,7 +13,7 @@
<template>
<style include="settings-shared">
#about-menu[about-selected] {
- color: var(--google-blue-500);
+ color: var(--google-blue-700);
}
iron-icon {
@@ -22,7 +22,7 @@
}
.iron-selected:not(.menu-trigger) > iron-icon {
- fill: var(--google-blue-500);
+ fill: var(--google-blue-700);
}
.menu-trigger span {
@@ -65,13 +65,13 @@
}
paper-ripple {
- color: var(--google-blue-500);
+ color: var(--google-blue-700);
opacity: .5;
}
.page-menu paper-menu {
--paper-menu-selected-item: {
- color: var(--google-blue-500);
+ color: var(--google-blue-700);
font-weight: 500;
};
}
« no previous file with comments | « chrome/browser/resources/md_extensions/sidebar.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698