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

Unified Diff: ui/keyboard/resources/elements/kb-row.html

Issue 163413006: Makes the hint text darker for lower rows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-row.html
diff --git a/ui/keyboard/resources/elements/kb-row.html b/ui/keyboard/resources/elements/kb-row.html
index d601c8e00dc7eeab124cbdf71fdc3df22c8b07e8..4cce396287350b691f0e4ff96f906c6671eab230 100644
--- a/ui/keyboard/resources/elements/kb-row.html
+++ b/ui/keyboard/resources/elements/kb-row.html
@@ -55,6 +55,18 @@
border-bottom-color: #393939;
border-top-color: #717171;
}
+
+ :host:nth-child(2) ::part(hint) {
+ color: #2C2C2C;
+ }
+
+ :host:nth-child(3) ::part(hint) {
+ color: #272727;
+ }
+
+ :host:nth-child(4) ::part(hint) {
+ color: #232323;
+ }
</style>
<content select="*"></content>
</template>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698