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

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

Issue 252223002: Remove numeric hinttext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | ui/keyboard/resources/elements/kb-keyboard.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-key.html
diff --git a/ui/keyboard/resources/elements/kb-key.html b/ui/keyboard/resources/elements/kb-key.html
index a7273fb639076209ce905562f858cb796f2181bb..35dae407659d3fc8acc2fe1df06808f6909befc6 100644
--- a/ui/keyboard/resources/elements/kb-key.html
+++ b/ui/keyboard/resources/elements/kb-key.html
@@ -69,6 +69,10 @@
top: 5%;
}
+ :host-context(.hide-hint-text) .hint {
+ display: none;
+ }
+
:host([invert]) .hint {
color: #666666;
}
« no previous file with comments | « no previous file | ui/keyboard/resources/elements/kb-keyboard.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698